info
Information about digital filter
Syntax
Description
Examples
Design a sixth-order lowpass FIR filter with normalized passband frequency rad/sample and normalized stopband frequency rad/sample. Obtain information about the filter just designed.
d = designfilt("lowpassfir",FilterOrder=6, ... PassbandFrequency=0.4,StopbandFrequency=0.45); s = info(d)
s = 25×30 char array
'FIR Digital Filter (real) '
'------------------------- '
'Filter Length : 7 '
'Stable : Yes '
'Linear Phase : Yes (Type 1) '
' '
'Design Method Information '
'Design Algorithm : Equiripple '
' '
'Design Options '
'Density Factor : 16 '
'Maximum Phase : false '
'Minimum Phase : false '
'Stopband Decay : 0 '
'Stopband Shape : flat '
'Uniform Grid : true '
'Passband Weight : 1 '
'Stopband Weight : 1 '
' '
'Design Specifications '
'Sample Rate : 2 (normalized)'
'Response : Lowpass '
'Filter Order : 6 '
'Passband Edge : 0.4 '
'Stopband Edge : 0.45 '
Input Arguments
Digital filter, specified as a digitalFilter
object. Use designfilt
to generate a digital filter
based on frequency-response specifications.
Example: d =
designfilt('lowpassiir','FilterOrder',3,'HalfPowerFrequency',0.5)
specifies a third-order Butterworth filter with normalized 3 dB frequency 0.5π
rad/sample.
Output Arguments
Information table, returned as a character array.
Version History
Introduced in R2014a
See Also
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Sélectionner un site web
Choisissez un site web pour accéder au contenu traduit dans votre langue (lorsqu'il est disponible) et voir les événements et les offres locales. D’après votre position, nous vous recommandons de sélectionner la région suivante : .
Vous pouvez également sélectionner un site web dans la liste suivante :
Comment optimiser les performances du site
Pour optimiser les performances du site, sélectionnez la région Chine (en chinois ou en anglais). Les sites de MathWorks pour les autres pays ne sont pas optimisés pour les visites provenant de votre région.
Amériques
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)