Filtri adattivi
DSP System Toolbox™ offre diverse varianti degli algoritmi dei filtri adattivi a risposta finita all'impulso (FIR) LMS e RLS. Sebbene i dettagli di questi algoritmi siano differenti, condividono un approccio operativo comune che consiste nel minimizzare la differenza di errore tra l'output del filtro adattivo e il segnale desiderato. L'errore quadratico medio (MSE) è la metrica maggiormente utilizzata per quantificare questo errore. I filtri adattivi sono ampiamente utilizzati in molteplici applicazioni, tra cui la cancellazione del rumore acustico, la cancellazione dell'eco, il beamforming, l'identificazione di sistemi, il miglioramento del segnale biomedico, l'equalizzazione dei canali di comunicazione, ecc. Per esempi che illustrano alcune di queste applicazioni, vedere System Identification of FIR Filter Using LMS Algorithm, Noise Cancellation Using Sign-Data LMS Algorithm e Inverse System Identification Using RLS Algorithm.
Quando gli input sono colorati, gli algoritmi del filtro adattivo a proiezione affine offerti dall'oggetto dsp.AffineProjectionFilter migliorano significativamente la velocità della convergenza rispetto alle variazioni LMS. A fronte di un maggiore costo computazionale, l'algoritmo del filtro a reticolo adattivo offerto dall'oggetto dsp.AdaptiveLatticeFilter può fornire una migliore convergenza rispetto agli omologhi LMS e RLS. È inoltre possibile implementare un filtro FIR adattivo nel dominio della frequenza utilizzando l'oggetto dsp.FrequencyDomainAdaptiveFilter.
La performance della convergenza è determinata dalla traiettoria dell'MSE effettivo, determinata da msesim e da come essa converge con l'MSE previsto, determinato da msepred.
Oggetti
dsp.BlockLMSFilter | Compute output, error, and weights using block least mean squares (LMS) adaptive algorithm |
dsp.LMSFilter | Compute output, error, and weights of least mean squares (LMS) adaptive filter |
dsp.RLSFilter | Compute output, error and coefficients using recursive least squares (RLS) algorithm |
dsp.AffineProjectionFilter | Compute output, error and coefficients using affine projection (AP) Algorithm |
dsp.AdaptiveLatticeFilter | Adaptive lattice filter |
dsp.FastTransversalFilter | Fast transversal least-squares FIR adaptive filter |
dsp.FilteredXLMSFilter | Filtered XLMS filter |
dsp.FrequencyDomainAdaptiveFilter | Compute output, error, and coefficients using frequency-domain FIR adaptive filter |
Blocchi
| Block LMS Filter | Compute output, error, and weights using LMS adaptive algorithm |
| Fast Block LMS Filter | Compute output, error, and weights using least mean squares (LMS) adaptive algorithm |
| Frequency-Domain Adaptive Filter | Compute output, error, and coefficients using frequency domain FIR adaptive filter |
| Kalman Filter | Predict or estimate states of dynamic systems |
| LMS Filter | Compute output, error, and weights using least mean squares (LMS) adaptive algorithm |
| LMS Update | Estimate weights of least mean squares (LMS) adaptive filter |
| RLS Filter | Compute filtered output, filter error, and filter weights for given input and desired signal using RLS adaptive filter algorithm |
Argomenti
- Overview of Adaptive Filters and Applications
General discussion on how adaptive filters work, list of adaptive filter algorithms in DSP System Toolbox, convergence performance, and details on few common applications.
- System Identification of FIR Filter Using LMS Algorithm
Identify an unknown system using LMS algorithm.
- System Identification of FIR Filter Using Normalized LMS Algorithm
Identify an unknown system using normalized LMS algorithm.
- Compare Convergence Performance Between LMS Algorithm and Normalized LMS Algorithm
Compare the speed with which the adaptive filter algorithms converge.
- Signal Enhancement Using LMS and NLMS Algorithms
Introduces adaptive filters through a signal enhancement application.
- Noise Cancellation Using Sign-Data LMS Algorithm
Perform noise cancellation using sign-data LMS algorithm.
- System Identification Using RLS Adaptive Filtering
This example shows how to use a recursive least-squares (RLS) filter to identify an unknown system modeled with a lowpass FIR filter.
- Inverse System Identification Using RLS Algorithm
Perform inverse system identification using dsp.RLSFilter.
- Compare RLS and LMS Adaptive Filter Algorithms
Comparison of RLS and LMS adaptive filter algorithms.
- Adapt Multiple Filters Using LMS Update Block
Adapt multiple filters independently using the same LMS Update block. Use the Adapt port of the LMS Update block to selectively enable or disable the filters from being adapted.
- Model Adaptive Linear Combiner using LMS Update Block
Use LMS Update block as an adaptive linear combiner.
- Rimozione del rumore a bassa frequenza in Simulink utilizzando un filtro adattivo LMS normalizzato
Progettare e utilizzare un filtro adattivo LMS normalizzato per rimuovere il rumore a bassa frequenza in Simulink®.
- Noise Cancellation in Simulink Using Normalized LMS Adaptive Filter
Remove colored noise generated from an acoustic environment, using a normalized LMS adaptive filter.
- Variable-Size Signal Support DSP System Objects
List of System objects that support variable-sized signals in DSP System Toolbox.






