最新のリリースでは、このページがまだ翻訳されていません。 このページの最新版は英語でご覧になれます。
Defines a multirate filter and describes its uses.
Defines a multistage filter and describes its uses.
Multirate filters alter the sample rate of the input signal during the filtering process. Such filters are useful in both rate conversion and filter bank applications.
Design of Decimators/Interpolators
This example shows how to design filters for decimation and interpolation. Typically lowpass filters are used for decimation and for interpolation. When decimating, lowpass filters are used to reduce the bandwidth of a signal prior to reducing the sampling rate. This is done to minimize aliasing due to the reduction in the sampling rate. When interpolating, lowpass filters are used to remove spectral images from the low-rate signal. For general notes on lowpass filter design see the example on Designing Low Pass FIR Filters.
Compare Single-Rate/Single-Stage Filters with Multirate/Multistage Filters
Shows the efficiency gains that are possible when using multirate and multistage filters for certain applications.
Use Filter Designer with DSP System Toolbox Software
Presents a detailed reference covering the fixed-point, multirate, and scaling pages of the Filter Designer App.
Multirate Filtering in Simulink
DSP System Toolbox™ software provides a collection of multirate filtering examples that illustrate typical applications of the multirate filtering blocks.
Calculate Channel Latencies Required for Wavelet Reconstruction
Learn how to calculate the latencies required for perfect wavelet reconstruction.
Variable-Size Signal Support DSP System Objects
List of System objects which support variable-sized signals in DSP System Toolbox.
Model Multirate Signal Processing Systems Using Dataflow
Use a Dataflow Subsystem to automatically calculate frame sizes in multirate systems.