This is an old revision of the document!
Click here to return to the Multi-rate processing section.
The down sampling module is mainly used to get the input samples to a lower sampling rate and process.For example the bass portion of the audio need not be processed at higher sampling rates as the frequencies associated with bass are low.
This module takes the downsample factor from the GUI parameters and down sample the input accordingly.
Name | Format [int/dec] - [control/audio] | Function Description |
---|---|---|
Pin 0: Input | decimal- audio | Input Signal to be down-sampled. |
Name | Format [int/dec] - [control/audio] | Function Description |
---|---|---|
Pin 0: Output | decimal - audio | Downsampled Output |
The module can be grown upto 8 channels. All the input signals are downsampled by the same downsample rate.
The downsample factor can be changed by combo box.
GUI Control Name | Default Value | Range | Function Description |
---|---|---|---|
Downsample Factor | 2 | 2,3,4,6,8,16 | The factor at with the input sample rate will be divided |
LPF | Checked | Checked/Unchecked | If checked, an anti aliasing filter will be applied before downsampling the signal |
Change in GUI configuration needs a recompilation of the schematic.
None