MATLAB SIGNAL PROCESSING BLOCKSET 7 Guide de l'utilisateur Page 345

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 738
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 344
Filter Realization Wizard
5-188
Numerator field. The two filter sections do not need to have the same
order.
- Type
{a1,a2} in the Denominator text field. Note that the denominator
coefficient vector for each section is also entered as an element in a cell
array. Since this is a two-section filter, a two-cell array is specified in the
Denominator field.
3 Type a name for the new filter subsystem in the Block Name field. The
example uses
Butter Sections.
4 Press the Build button to create the specified filter subsystem in a new
model window.
5 Double-click the new Butter Sections block to see the Direct-Form II filter
realization that the Wizard created.
Example 4: ARMA Lattice
Design a fourth-order, quarter-band, lowpass Butterworth filter using an
ARMA lattice:
1 At the MATLAB command line, compute the lattice and ladder coefficients
(
k and v, respectively) for the ARMA filter.
[b,a] = butter(4,.25);
Vue de la page 344
1 2 ... 340 341 342 343 344 345 346 347 348 349 350 ... 737 738

Commentaires sur ces manuels

Pas de commentaire