helmi_mjd
Member level 2
- Joined
- Feb 20, 2011
- Messages
- 45
- Helped
- 2
- Reputation
- 4
- Reaction score
- 2
- Trophy points
- 1,288
- Activity points
- 1,668
Hi! I have one question about reading ADC value as FFT input. I'm using dspIC30F. I found the following definition of the FFT input as given by the Microchip CE018 example.
I'm not understand this part. I would like to read ADC value into this array, how could I do that?
Thanks in advance
Code:
extern fractcomplex sigCmpx[NUMSAMP]
__attribute__ ((section (".ydata, data, ymemory"),aligned (NUMSAMP * 2 *2)))
I'm not understand this part. I would like to read ADC value into this array, how could I do that?
Thanks in advance