Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
Syntax
h = filtResp2ndOrderQ(f,fc,Q,filtType)
h = filtResp2ndOrderQ(f,fc,Q)
filtRespHPQ(__)
filtRespHPQ()
Description
h = filtResp2ndOrderQ(f,fc,Q,filtType) returns the frequency response column vector computed at the frequencies supplied in f (in Hz). The filter resonance has a frequency of fc (in Hz), and its quality factor (bandwidth) parameter is Q. If Q is a vector of values, the frequency response is returned as a matrix of column vectors.
A highpass filter is specified by setting filtType to be one of the following:
{'H', 'HP', 'HIGHPASS', 'HIGH-PASS'}.
A lowpass filter is specified by setting filtType to be one of the following:
{'L', 'LP', 'LOWPASS', 'LOW-PASS'}.
An allpass filter is specified by setting filtType to be one of the following:
{'A', 'AP', 'ALLPASS', 'ALL-PASS'}.
If filtType is omitted or is empty ([]), then a highpass filter is the default choice.
filtResp2ndOrderQ(__) with no output argument plots the magnitude and phase response of the filter (its frequency response).
filtResp2ndOrderQ() with no input arguments plots the magnitude and phase response of an example second-order filter.
Cita come
Witold Waldman (2026). filtResp2ndOrderQ (https://it.mathworks.com/matlabcentral/fileexchange/113525-filtresp2ndorderq), MATLAB Central File Exchange. Recuperato .
Informazioni generali
- Versione 1.0.0 (2,2 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 1.0.0 |
