From d6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795 Mon Sep 17 00:00:00 2001 From: ttt Date: Thu, 6 Dec 2018 13:42:14 +0530 Subject: code by jitendra and added more test4.sce --- help/en_US/upfirdn.xml | 41 +---------------------------------------- 1 file changed, 1 insertion(+), 40 deletions(-) (limited to 'help/en_US/upfirdn.xml') diff --git a/help/en_US/upfirdn.xml b/help/en_US/upfirdn.xml index 98da4ec..f8826a6 100644 --- a/help/en_US/upfirdn.xml +++ b/help/en_US/upfirdn.xml @@ -17,46 +17,7 @@ upfirdn - This function upsamples the input data, applies the FIR filter and then downsamples it. + Esentially it is a cascade of three processes: - - - Calling Sequence - - y = upfirdn (x, h, p, q) - - - - - Parameters - - x: - The input signal. - h: - The impulse response of the FIR filter. - p: - The upsampling factor(default=1) - q: - The downsampling factor(default=1) - - - - - Description - - -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 - - -- cgit