필터 지우기
필터 지우기

dlmread error when performing fourier transform (FFT)

조회 수: 1 (최근 30일)
Snow
Snow 2023년 6월 27일
답변: Star Strider 2023년 6월 27일
I am attempting to perform a FFT with this data, but get this dlmread error.
How can I fix this?
  댓글 수: 1
VBBV
VBBV 2023년 6월 27일
use readtable or readmatrix functions instead of csvread

댓글을 달려면 로그인하십시오.

채택된 답변

Star Strider
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개)

카테고리

Help CenterFile Exchange에서 Discrete Fourier and Cosine Transforms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by