From 6011540ce239922c0723ff2f1534e915b420cd1f Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Tue, 17 Jul 2018 18:02:33 +0530 Subject: remove autogenerated files remove execute permission from scilab files update macros/names fix build process by building macros before help --- help/en_US/scilab_en_US_help/qp_kaiser.html | 83 ----------------------------- 1 file changed, 83 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/qp_kaiser.html (limited to 'help/en_US/scilab_en_US_help/qp_kaiser.html') diff --git a/help/en_US/scilab_en_US_help/qp_kaiser.html b/help/en_US/scilab_en_US_help/qp_kaiser.html deleted file mode 100644 index 4bf6b33..0000000 --- a/help/en_US/scilab_en_US_help/qp_kaiser.html +++ /dev/null @@ -1,83 +0,0 @@ -
- -Computes a finite impulse response (FIR) filter for use with a quasi-perfect reconstruction polyphase-network filter bank.
qp_kaiser (nb, at, linear) -qp_kaiser (nb, at)
Number of bands
Attenuation
When not zero, minimum-phase calculation is omitted.
This is an Octave function. -This version utilizes a Kaiser window to shape the frequency response of the designed filter. Tha number nb of bands and the desired attenuation at in the stop-band are given as parameters.
-The Kaiser window is multiplied by the ideal impulse response h(n)=a.sinc(a.n) and converted to its minimum-phase version by means of a Hilbert transform.