- Load the data. For this use csvread, readtable.
- Apply the filter.
how to apply band pass filter on .csv data
조회 수: 4 (최근 30일)
이전 댓글 표시
i have data on .csv format i want to apply BPF on it...how to apply it on
댓글 수: 0
답변 (1개)
KSSV
2021년 2월 5일
댓글 수: 1
Walter Roberson
2021년 2월 5일
Yup.
This response might sound cruel at first, but the point is an important one:
Filtering and other mathematical operations do not care where you got the data. And therefore the problem can be divided into two parts: read the data, and then do the processing.
I would add readmatrix() to the list of ways to read csv data, provided that all of the columns are purely numeric.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!