<< unwrap2 FOSSEE Signal Processing Toolbox upsample >>

FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > upfirdn

upfirdn

This function upsamples the input data, applies the FIR filter and then downsamples it.

Calling Sequence

y = upfirdn (x, h, p, q)

Parameters

x:

h:

p:

q:

Description

This is an Octave function. This function upsamples the input data in the matrix by a factor of n. Then the upsampled data is FIR filtered. After this, the resultant is downsampled.

Examples

upfirdn([1,2,3],2,3,5)
ans  =

2.    0.

Report an issue
<< unwrap2 FOSSEE Signal Processing Toolbox upsample >>