Technical discussions related to Speech Coding (all itu and other vocoders, ACELP, CELP, AMR, etc)
Hello everyone... I have recently started using Linux fedora core 4 os... I tried running the n point fft(fast fourier transform) code i have written in C using the gcc. I had specified the size of the input array as 1024(as my input contained 1024 points). When i gave the size of the output array as 1024, i m getting this segmentation fault... Only when i increase the size of the output array to 200,000 the program is running perfectly. Can u please tell me why... I m really confused...