dlmread error when performing fourier transform (FFT)

I am attempting to perform a FFT with this data, but get this dlmread error.
How can I fix this?

1 comentario

VBBV
VBBV el 27 de Jun. de 2023
use readtable or readmatrix functions instead of csvread

Iniciar sesión para comentar.

 Respuesta aceptada

Star Strider
Star Strider el 27 de Jun. de 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.

Más respuestas (0)

Categorías

Más información sobre Fourier Analysis and Filtering en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 27 de Jun. de 2023

Respondida:

el 27 de Jun. de 2023

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by