Sie sind auf Seite 1von 2

>> N=buttord(40/100,50/100,3,30);

>> [B,A]=butter(11,40,100)
Error using butter (line 41)
The cutoff frequencies must be within the interval of (0,1).

>> [B,A]=butter(11,40/100)

B=

Columns 1 through 9

0.0002
0.0386

0.0026

0.0129

0.0386

0.0772

0.1081

0.1081

0.0772

Columns 10 through 12

0.0129

0.0026

0.0002

A=

Columns 1 through 9

1.0000 -2.1931
0.0658

3.5467 -3.6414

Columns 10 through 12

2.9012 -1.7020

0.7749 -0.2625

-0.0114

0.0012 -0.0001

>> freqz(B,A)
>> plot(ecg);

Das könnte Ihnen auch gefallen