Trasformate
DSP System Toolbox™ offre diversi System object e blocchi per trasformare i segnali di streaming nel dominio del tempo in segnali nel dominio della frequenza e viceversa. Tecniche come la trasformata di Fourier veloce (FFT), la trasformata di Fourier a tempo breve, la FFT ad alta risoluzione, le trasformate wavelet e le corrispondenti operazioni inverse consentono di analizzare il segnale in uno dei due domini e trovano applicazione in diversi campi. Per un esempio, vedere Analyze a Subband of Input Frequencies Using Zoom FFT. Per un modulo didattico MathWorks® su questo argomento, vedere Analisi di Fourier (Risorse didattiche MathWorks).
DSP System Toolbox offre inoltre il blocco Wavelet Scattering che crea un framework per la dispersione temporale wavelet nell'ambiente di Simulink®. Utilizzare questo blocco per ricavare feature a bassa varianza da dati a valore reale e utilizzare tali feature in applicazioni di Machine Learning e Deep Learning. Per ulteriori informazioni, vedere Wavelet Scattering (Wavelet Toolbox). Il blocco Wavelet Scattering richiede Wavelet Toolbox™.
Oggetti
dsp.FFT | Discrete Fourier transform |
dsp.IFFT | Inverse discrete Fourier transform (IDFT) |
dsp.ISTFT | Inverse short-time FFT |
dsp.STFT | Short-time FFT |
dsp.ZoomFFT
| High-resolution FFT of a portion of a spectrum |
Blocchi
Argomenti
- Transform Time-Domain Data into Frequency Domain
This example shows how to transform time-domain data into the frequency domain using the FFT block.
- Transform Frequency-Domain Data into Time Domain
When you want to transform frequency-domain data into the time domain, use the IFFT block.
- Linear and Bit-Reversed Output Order
Learn the meaning of linear and bit-reversed data order as used by the FFT and IFFT blocks.
- Analyze a Subband of Input Frequencies Using Zoom FFT
Compute the zoom FFT of a sine wave in Simulink.
- Speech Enhancement with Gain in Frequency Domain
Denoise a signal by applying selective gain on the signal in the frequency domain. Convert the denoised signal back into time domain and play the signal using Audio Device Writer.
- Variable-Size Signal Support DSP System Objects
List of System objects that support variable-sized signals in DSP System Toolbox.