dlmread error when performing fourier transform (FFT)
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Snow
am 27 Jun. 2023
Beantwortet: Star Strider
am 27 Jun. 2023
I am attempting to perform a FFT with this data, but get this dlmread error.
How can I fix this?
1 Kommentar
Akzeptierte Antwort
Star Strider
am 27 Jun. 2023
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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Fourier Analysis and Filtering finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!