dlmread error when performing fourier transform (FFT)
1 回表示 (過去 30 日間)
古いコメントを表示
I am attempting to perform a FFT with this data, but get this dlmread error.
How can I fix this?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1420738/image.png)
1 件のコメント
採用された回答
Star Strider
2023 年 6 月 27 日
You could use the deprecated csvread function, however readmatrix is preferred, since the data are numeric and the variable names do not convey any useful information (if they did, readtable would be preferable).
The sampling interval appears to be 0.001, so the sampling frequency will be 1000 and the Nyquist frequency 500.
0 件のコメント
その他の回答 (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!