필터 지우기
필터 지우기

how to apply band pass filter on .csv data

조회 수: 2 (최근 30일)
panakj tiwari
panakj tiwari 2021년 2월 5일
댓글: Walter Roberson 2021년 2월 5일
i have data on .csv format i want to apply BPF on it...how to apply it on

답변 (1개)

KSSV
KSSV 2021년 2월 5일
  1. Load the data. For this use csvread, readtable.
  2. Apply the filter.
  댓글 수: 1
Walter Roberson
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.

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

카테고리

Help CenterFile Exchange에서 Bartlett에 대해 자세히 알아보기

태그

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by