Main Content

Signal Operations

R2026b
Delay, reorder, resample, and window the signal

You can perform signal operations such as rate conversion, convolution, digital-up and digital-down conversion, phase extraction, DC component removal, peak location, signal padding, and delay addition using blocks and System objects from DSP System Toolbox™.

Objects

expand all

dsp.DDCDigital downconverter (Since R2026b)
dsp.DUCDigital upconverter (Since R2026b)
dsp.DigitalDownConverterTranslate digital signal from intermediate frequency (IF) band to baseband and decimate it
dsp.DigitalUpConverterInterpolate digital signal and translate it from baseband to IF band
dsp.FarrowRateConverterPolynomial sample rate converter with arbitrary conversion factor
dsp.SampleRateConverterMultistage sample rate converter
dsp.DCBlockerBlock DC component (offset) from input signal
dsp.ParameterSmootherSmooth input parameters using exponential smoothing (Since R2024a)
dsp.PhaseExtractorExtract the unwrapped phase of a complex input
dsp.PhaseUnwrapperUnwrap signal phase
dsp.ZeroCrossingDetectorDetect zero crossings
dsp.DelayDelay input signal by fixed samples
dsp.VariableFractionalDelayDelay input by time-varying fractional number of sample periods
dsp.VariableIntegerDelayDelay input by time-varying integer number of sample periods

Blocks

expand all

Downsample blockDownsampleResample input at lower rate by deleting samples
Digital Down-Converter blockDigital Down-ConverterTranslate digital signal from intermediate frequency (IF) band to baseband and decimate it
Digital Up-Converter blockDigital Up-ConverterInterpolate and translate digital signal from baseband to intermediate frequency (IF) band
Farrow Rate Converter blockFarrow Rate ConverterPolynomial sample-rate converter with arbitrary conversion factor
Interpolation blockInterpolationInterpolate values of real input samples
Repeat blockRepeatResample input at higher rate by repeating values
Sample and Hold blockSample and HoldSample and hold input signal
Sample-Rate Converter blockSample-Rate ConverterMultistage sample-rate conversion
Upsample blockUpsampleResample input at higher rate by inserting zeros
Convolution blockConvolutionConvolution of two inputs
DC Blocker blockDC BlockerBlock DC component
Detrend blockDetrendRemove linear trend from vectors
Truncate blockTruncateTruncate vectors by removing or keeping beginning or ending values
Pad blockPadPad or truncate specified dimension(s)
Parameter Smoother block iconParameter SmootherSmooth input parameters using exponential smoothing (Since R2024a)
Peak Finder blockPeak FinderDetermine whether each value of input signal is local minimum or maximum
Phase Extractor blockPhase ExtractorExtract the unwrapped phase of a complex input
Unwrap blockUnwrapUnwrap signal phase
Window Function blockWindow FunctionCompute and apply window to input signal
Zero Crossing blockZero CrossingCount number of times signal crosses zero in single time step
Delay blockVariable Integer DelayDelay input signal by fixed or variable sample periods
Variable Fractional Delay blockVariable Fractional DelayDelay input by time-varying fractional number of sample periods

Topics

Sample- and Frame-Based Processing

Rate Conversion

Signal Operations

Delay and Latency

Variable-Size Signal Support

Featured Examples