Hello.
I'm testing different IQ data processing approaches for radio astronomy, also using different windows before the FFT.
I see in the diagram here that a Hamming window of length 512 is used by the FPGA.
Is it possible to pass another window's coefficients?
In the past I've used different windows from this paper .
Some were implemented in this code to which I added others specified in that paper.
I was thinking of generating those windows with 512 coeffs and passing to the FPGA ; is this actually feasible/possible (no FPGA experience) ?
thanks