Scilab Function
fr - eng


upsmpl - up-sampler

Module

Description

Up-sample input vectors. The input u can be both double or int32.

Calling Sequence

y=upsmpl(u,nech[,typ,init])

Parameters

Example

//vector of random NRZ bit
y=genint(5);
//up-sample by 8 with zero insertion
y=upsmpl(y,8,1);
//3 vectors of random NRZ bit
y=genint(5,3);
//up-sample by 12 by repeating values
y=upsmpl(y,12);

Used function(s)

See Also

Authors

A. Layec