There is an internal scaling effect of fftlen (the length of your FFT)
in
the FFT block. How do I unscale or remove the scaling factor in the
python
generated by thr GRC? I tried the one suggested in the faq,
On Wed, Aug 12, 2015 at 12:31 PM, West, Nathan [email protected]
wrote:
but it doesn’t seem to work. I know I am missing something. How do I
Attached is my flow graph.
What do you expect the constant to be? fftlen*[1.0/fftlen,] = [1], unless
I’m having a really slow day.
It’s been pointed out to me that I am having a slow day. Taking a step
back… when you say “it doesn’t seem to work”, what exactly does that
mean? What do you observer that is different from what you expect?