

usage of scilab
hi,
i am currently working in DSP and i was trying to plot different windows using scilab (rectangular,hamming,hanning,barlett,kaiser,blackman) i realised that only hamming and hanning windows are possible. why so? is that like scilab doesnot support the other windows? also if i give my cutoff frequency (3rd parameter) in the range of 0-0.5 for high pass,low pass,band pass and bandstop filters in the wfir function (inbuilt in scilab) only then i get the outputs. why above this range the function does not work?
hoping for a reply soon.
regards,
lipika
Scilab


Please change the beta values in this function to get all the windows except Bartlett- https://help.scilab.org/docs/5.5.1/en_US/window.html As the documentation indicates, the function has been designed such that cfreq accepts values only within 0-0.5 range- https://help.scilab.org/docs/5.5.1/en_US/wfir.html
04-01-17, 1:43 p.m. mani_raj0691
Login to add comment