Azzera filtri
Azzera filtri

how to apply band pass filter on .csv data

5 visualizzazioni (ultimi 30 giorni)
panakj tiwari
panakj tiwari il 5 Feb 2021
i have data on .csv format i want to apply BPF on it...how to apply it on

Risposte (1)

KSSV
KSSV il 5 Feb 2021
  1. Load the data. For this use csvread, readtable.
  2. Apply the filter.
  1 Commento
Walter Roberson
Walter Roberson il 5 Feb 2021
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.

Accedi per commentare.

Prodotti


Release

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by