Contents Up Previous Next

Resample

Purpose
Description
Macro Synopsis
Modules
Related Functions
References


Purpose

Resample

Description

"Resample" resamples the given signal to a new scale (sampling period) either by the definition of the new scale itself, a new size (in samples) or a resampling factor. Three different resampling methods are provided by "Resample".

The parameters are



Macro Synopsis

y = Resample(x,method,paramtype,p);
signal x,y;
option method,paramtype;
float p;

Modules

Student, Professional

Related Functions

Envelope, Subsample, Unwrap, Wrap.

References

Crochiere/Rabiner [17]