Hello
I used Real time FFT with ADC project which is in ContorlSUITE
i want to realize FIR filter using FFT with ADC of sine wave
as i know on it, that project has FFT and ADC function. Then FIR filter also
and i make sine wave using by slave module which is function No3
but i dont know how to deliver sine wave which made in slave module to master module.
when i observe AdcBuf that is ADC result buffer, it wasn't looked like sine wave... just like some noise...
so i guess sine wave that I generated in slave module doesn't go to master module...
I tried to adjust code that is register about ADC, but i couldn't..
if someone knows how to make it works with slave module sine wave, plz let me know your way