User Activity

Posted on May 24, 2017 at 15:17Hallo,Is anyone developed artificial neural network code with stm32f4??Thanks in advanceBest Regards,Sai#neural-netwoks #stm32f4
Posted on May 17, 2017 at 18:30How can I wirte algorithm for power spectral density and spectrogram?Thank in advance #power-spectral-density #fft-stm32f4 #spectogram
Posted on May 10, 2017 at 16:37HI,Currently, I am working with FFT and I want to implement Hanning window for good results.status = arm_cfft_radix4_init_f32(&FFT_InitStruc,FFT_SIZE,0,1); arm_cfft_radix4_f32(&FFT_InitStruc, fl32ADCRaw);Is FFT done wi...
Posted on April 20, 2017 at 16:11I have done fft computation but I got strange results.Please let me know if i did any mistake.why I am getting the following strange results?// ADC&sharpdefine ADC_RAW_LENGTH 512// FFT//&sharpdefine FFT_SAMPLES 2048&...
Posted on April 12, 2017 at 18:23How can I use FFT on STM32F427 development board?Where Can I find arm_math.h file?Can I use void cr4_fft_1024_stm32(void *pssOUT, void *pssIN, UINT16 Nbin) this FFT function with my board?#fft-stm32f4 #stm32f427