MATLAB SIGNAL PROCESSING TOOLBOX 6 Manuel d'utilisateur Page 31

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 60
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 30
Design a Filter Using fdesign
3-3
Design a Filter Using fdesign
Use the following two steps to design a simple filter.
1
Create a filter specification object.
2
Design your filter.
Design a Filter in Two Steps
Assume that you want to design a bandpass filter. Typically a bandpass filter is defined
as shown in the following figure.
In this example, a sampling frequency of Fs = 48 kHz is used. This bandpass filter has
the following specifications, specified here using MATLAB code:
A_stop1 = 60; % Attenuation in the first stopband = 60 dB
F_stop1 = 8400; % Edge of the stopband = 8400 Hz
F_pass1 = 10800; % Edge of the passband = 10800 Hz
F_pass2 = 15600; % Closing edge of the passband = 15600 Hz
F_stop2 = 18000; % Edge of the second stopband = 18000 Hz
A_stop2 = 60; % Attenuation in the second stopband = 60 dB
A_pass = 1; % Amount of ripple allowed in the passband = 1 dB
In the following two steps, these specifications are passed to the fdesign.bandpass
method as parameters.
Step 1
Vue de la page 30
1 2 ... 26 27 28 29 30 31 32 33 34 35 36 ... 59 60

Commentaires sur ces manuels

Pas de commentaire