[Scilab-users] Newbie filter basics

Michael Dunn michael.dunn at ubm.com
Sat Apr 13 02:49:36 CEST 2013


Hi. Are there any resources or tutorials or references out there that would be helpful to  a newbie to SciLab filtering functions? I just want to filter some data – at this point, I don't even care what kind of filter – just want to learn how!

At first, I thought I'd try an IIR, but I couldn't figure out how to generate the coefficients.

//y = filter(num,den,x)


Then, I stumbled onto ffilt, which seems to generate FIR coefs, but where's the actual FIR filter function? Is it "convol"? I tried this:

plot(fft(convol(ffilt("hp",40,100),r)))

It does something, but I'm not sure what. Am I getting close?


Thanks,

Michael Dunn | Editor-in-Chief
Scope Junction | http://www.scopejunction.com/
UBM Electronics
(415) 947-6096 (USA)
(519) 744-9395 (Canada)
Skype: MichaelDunn_UBM
LinkedIn: http://www.linkedin.com/in/cantares
[cid:8A04FFD0-9090-47E3-9BBB-E1B283AE344C]


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20130412/79bc1a9e/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0037D790-7BC6-4B2E-8F0E-A3D972B2935B[140].png
Type: image/png
Size: 12428 bytes
Desc: 0037D790-7BC6-4B2E-8F0E-A3D972B2935B[140].png
URL: <https://lists.scilab.org/pipermail/users/attachments/20130412/79bc1a9e/attachment.png>


More information about the users mailing list