Hi,
I get the source code of root_raised_cosine function in gr_firdes.cc,
but I can’t understand why it writes in that way, is there any paper can
give me more details about the principle of root_raised_cosine
Thank you
this is the source code of root_raised_cosine
vector gr_firdes::root_raised_cosine (double gain,
double sampling_freq,
double symbol_rate,
double alpha,
int ntaps)
{
ntaps |= 1; // ensure that ntaps is odd
Hi,
I get the source code of root_raised_cosine function in gr_firdes.cc,
but I can’t understand why it writes in that way, is there any paper can
give me more details about the principle of root_raised_cosine
Any standard textbook on digital communications will explain this. You
might want to look out for keywords such as pulse shaping and Nyquist
criterion. Have a look at the wiki page for recommended reading.
That I don’t know. Of course, it’s just a gain change, so it won’t
affect the spectral shape.
Perhaps Tom can weigh in here.
M
I looked at that, and I’m not sure where that 32 came from. This code is
very old, probably back from the late 90’s even. I probably would have
written that a lot differently than the code that’s in there, but I will
say that this code does at least build an RRC filter. Though I’d be
curious
if you could point to the results being (significantly) different given
what you think the filter coefficients given the same parameters should
be.
Tom
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.