[Scilab-users] Newbie filter basics

Michael Dunn michael.dunn at ubm.com
Sat Apr 13 18:59:07 CEST 2013


Thanks. The HowTo might help a bit.


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:FBC244D3-1696-40C9-A3D2-D532A0D2C0B4]



From: Adrien Vogt-Schilb <vogt at centre-cired.fr<mailto:vogt at centre-cired.fr>>
Organization: Cired
Reply-To: "International users mailing list for Scilab." <users at lists.scilab.org<mailto:users at lists.scilab.org>>
Date: Saturday, April 13, 2013 7:12 AM
To: "International users mailing list for Scilab." <users at lists.scilab.org<mailto:users at lists.scilab.org>>
Subject: Re: [Scilab-users] Newbie filter basics

On 13/04/2013 02:49, Michael Dunn wrote:
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?

Hi

I am not used ot filters, but I know there is a how to here: http://help.scilab.org/docs/5.4.1/en_US/DesignEllipticFilter.html  (this is available in french also)
from there, i suggest you navigate throught the "see also sections"

you can also have a look here: http://help.scilab.org/docs/5.4.1/en_US/section_dbbac6be408104de3049eddefaf6b9c9.html

the content of this webpage is also available in your computer, type "help" in the console and navigate.

I hope the "how to" (1st link) will help you





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


More information about the users mailing list