photo

Rahul Pandey


Student

2016 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


want to change millimeter data of one column to meter say column 20 of datafile 400*50.Is the code is right.
X=datafile(:,20); DataInmeter=X*0.001;

約8年 前 | 1 件の回答 | 0

1

回答

質問


I have a datafile contains data sets (size 200* 15) .how can I apply on all the data a lowpass butterworth filter of 2-order with cutoff fre 10 HZ
How can I call filter function like [b,a] = butter(n,Wn) or [b,a] = butter(n,Wn,ftype) for whole data file and collect them in ...

約8年 前 | 1 件の回答 | 0

1

回答