MATLAB SIGNAL PROCESSING BLOCKSET 7 Guida Utente Pagina 345

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 738
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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);
Vedere la pagina 344
1 2 ... 340 341 342 343 344 345 346 347 348 349 350 ... 737 738

Commenti su questo manuale

Nessun commento