Hello.
I am noob at cpp.
I've design rc filter with this command Raised_Cosine<double> rc(0.5, 6, 8);
But example only showes how to pass qpsk\bpsk signal to filter.
My question is how to output to console calculated filter coefficients.
Thanks for any help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello.
I am noob at cpp.
I've design rc filter with this command Raised_Cosine<double> rc(0.5, 6, 8);
But example only showes how to pass qpsk\bpsk signal to filter.
My question is how to output to console calculated filter coefficients.
Thanks for any help.