dlmread error when performing fourier transform (FFT)
2 次查看(过去 30 天)
显示 更早的评论
I am attempting to perform a FFT with this data, but get this dlmread error.
How can I fix this?
采纳的回答
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!