Wiki

The most recent version of this page is a draft.DiffThis version is outdated by a newer approved version.DiffThis version (13 Nov 2019 13:22) is a draft.
Approvals: 0/1

This is an old revision of the document!


Click here to return to the AdvancedDSP page

Down Sampling

Description

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 downsample the input accordingly.

Targets Supported

NameADSP-214xx(Sample)ADSP-214xx(Block)ADSP-215xx/ADSP-SC5xx(Sample)ADSP-215xx/ADSP-SC5xx(Block)
DownSampler No NoNo Yes


Pins

Input

NameTypeDescription
InputAudioInput channel

Output

NameTypeDescription
OutputAudioDown sampled output


Configurable Parameters

GUI Parameter NameDefaultRangeFunction Description
Factor22,4,8,16,32The factor at with the input sample rate will be divided
AntiAliasFilterFalseTrue/FalseEnabled/Disabled the antialias filter. If enabled, antialias filter will be applied before downsampling the signal


DSP Parameters

NameDescriptionADSP-214xx/215xx/SC5xx
FactorThe factor at with the input sample rate will be dividedFloat
NFilterTapsNumber of antialiasing filter coefficientsFloat
FIRCoeffscoefficientsFloat


DSP Parameter Computation

NFilterTaps = Factor >= 16 ? 97:47

resources/tools-software/sigmastudiov2/modules/advanceddsp/downsampling.1573647725.txt.gz · Last modified: 13 Nov 2019 13:22 by Sanjeeva Reddy