IIRフィルタ係数を使用してMATLAB cdfファイルをインポートまたはエクスポートします
必要なOriginのバージョン:Origin 9.0 SR0 これはOrigin Proのみの機能です。
dfilterfcf fcf:= “D:\test.fcf” data:=6:7;
dfilterfcf operation:=exp struct:=sos fcf:= “D:\test.fcf” data:=4:10 format:=hex;
入力
int
オプションリスト:
string
Range
このサンプルでは、emg recording.datをOriginにインポートし、Xファンクションdfilterを使ってIIRフィルタを作成して、最後にfcfファイルとしてエクスポートする方法を示します。
newbook; impasc fname:=system.path.program$+"samples\signal processing\emg recording.dat"; wks.colsel(2,1); dfilter -r 2 iy:=2 sample:=2000 wp:=200 ws:=400 abcd:=[<input>]<input>; dfilterfcf operation:=exp struct:=abcd fcf:=D:\abcd.fcf data:=4:17;
dfilter
キーワード:無限インパルス応答、信号、ノイズ除去