Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Fft spectral function

Pramudito__Ary
Beginner
313 Views

 

 

Hello everyone

I have a project to get the fundamental / eigen value of structure using recorded accelerometer sensor.

This sensor is generating acceleration vs times series (m/s^2 vs s) data real*8. It will need fft and multiplied by it conjugate to get it spectrum and to discover the peak dominant frequency. It should be like easy on matlab. https://www.mathworks.com/help/matlab/examples/fft-for-spectral-analysis.html. I would like to do it in fortran. But I don't know what subroutine that fit for fft and conjugate same as the matlab done. A lot of fft subroutine like fftpack, but I don't what to choose. 

 

 

 

 

 

 

 

0 Kudos
0 Replies
Reply