FFT of time domain data from excel
1 回表示 (過去 30 日間)
古いコメントを表示
Hi,
I am attaching my .csv file which is having time data (in microseconds)in first column & amplitude data in second column. Can anybody help me to plot a frequency spectrum of this data. Your help will be much appreciated as I am new to FFT in MATLAB.
0 件のコメント
回答 (1 件)
Alan Moses
2020 年 8 月 5 日
編集済み: Alan Moses
2020 年 8 月 5 日
You can refer to readmatrix for reading the data from the CSV file. Using the readmatrix function, data in the CSV file you have mentioned is read into a matrix, where the first column indicates time and the second column indicates amplitude. Please refer to fft for applying fft function and plot the frequency spectrum.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Fourier Analysis and Filtering についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!