info
Information about digital filter
Syntax
Description
Examples
Information on a Lowpass FIR Filter
Design a 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','PassbandFrequency',0.4,'StopbandFrequency',0.45); s = info(d)
s = 16x32 char array
'FIR Digital Filter (real) '
'------------------------- '
'Filter Length : 81 '
'Stable : Yes '
'Linear Phase : Yes (Type 1) '
' '
'Design Method Information '
'Design Algorithm : Equiripple '
' '
'Design Specifications '
'Sample Rate : 2 (normalized)'
'Response : Lowpass '
'Passband Ripple : 1 dB '
'Stopband Atten. : 60 dB '
'Passband Edge : 0.4 '
'Stopband Edge : 0.45 '
Input Arguments
d
— Digital filter
digitalFilter
object
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
s
— Information table
character array
Information table, returned as a character array.
Version History
Introduced in R2014a
See Also
Beispiel öffnen
Sie haben eine geänderte Version dieses Beispiels. Möchten Sie dieses Beispiel mit Ihren Änderungen öffnen?
MATLAB-Befehl
Sie haben auf einen Link geklickt, der diesem MATLAB-Befehl entspricht:
Führen Sie den Befehl durch Eingabe in das MATLAB-Befehlsfenster aus. Webbrowser unterstützen keine MATLAB-Befehle.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- 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)