On 12/06/12 21:00, Martin Braun wrote:
On Tue, Jun 12, 2012 at 08:19:21PM +1200, John Shields wrote:
When I add a FFT block in the GRC (gr_fft_vxx if I understand things
correctly) I am offered a boolean parameter 'shift'. When I attempt
to discern the code, there is a comment:
// apply a f
On Tue, Jun 12, 2012 at 08:19:21PM +1200, John Shields wrote:
> When I add a FFT block in the GRC (gr_fft_vxx if I understand things
> correctly) I am offered a boolean parameter 'shift'. When I attempt
> to discern the code, there is a comment:
>
>// apply a fft shift on the data - for the f
When I add a FFT block in the GRC (gr_fft_vxx if I understand things
correctly) I am offered a boolean parameter 'shift'. When I attempt to
discern the code, there is a comment:
// apply a fft shift on the data - for the fwd FFT and
// apply an ifft shift on the data - for reverse.
Wha