MATLAB SIGNAL PROCESSING BLOCKSET 7 Betriebsanweisung Seite 343

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 738
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 342
Filter Realization Wizard
5-186
6 Double-click the new Butter LPF block to see the Direct-Form II filter
realization that the Wizard created.
Example 2: Second Order Sections
Design an eighth-order, quarter-band, lowpass Butterworth filter using
second-order sections (SOS):
1 At the MATLAB command line, compute the second-order sections by
entering
[a,b,c,d] = butter(4,.25);
sos = ss2sos(a,b,c,d);
2 Configure the Wizard to use sos as the numerator of a Direct-Form II
structure:
- Select
Direct-Form II from the Type menu.
- Type
sos in the Numerator text field.
- Leave the
Denominator text field blank.
Seitenansicht 342
1 2 ... 338 339 340 341 342 343 344 345 346 347 348 ... 737 738

Kommentare zu diesen Handbüchern

Keine Kommentare