I’m trying to make an FFT block in my hierarchical block, but I cannot
seem to find the correct syntax.
I’m trying to make it with a BLACKMAN_HARRIS windowing function, and
it’s easy in a python program:
Thanks a lot. I do have a question about the 6.67 that you pass to the
gr::firdes::window(gr::filter::firdes::WIN_BLACKMAN_HARRIS, SIZE, 6.67);
What is the importance of this value? Is this the default BETA? I found
that when creating a BLACKMANHARRIS window in python and c++, I got two
different results.
Sincerely,
Tommy James Tracy II
Ph.D Student
High Performance Low Power Lab
University of Virginia
Phone: 913-775-2241
On Fri, Nov 1, 2013 at 6:16 AM, Tommy T. II [email protected]
wrote:
Thanks a lot. I do have a question about the 6.67 that you pass to the
gr::firdes::window(gr::filter::firdes::WIN_BLACKMAN_HARRIS, SIZE, 6.67);
What is the importance of this value? Is this the default BETA? I found that
when creating a BLACKMANHARRIS window in python and c++, I got two different
results.
If I recall correctly that parameter is only used for the Kaiser
window and not for the others.