1.
Digital Filter Design Flash Demo
Band-pass/Band-reject out of a High-Pass and a Low-Pass ... //the Blackman windowed filter fkInv(x)=reverseFilter(wfk); //make high pass out of the low pass ...
2.
Welcome to FrAid 1.5
To execute your first FrAid program just download and install FrAid and depending on the operating system execute fraid.sh (Linux) or fraid.bat (Windows). ...
3.
Digital Filter Design Flash Demo
samplingF = 1024; stepT = 1/samplingF; seqL = 2; filterL = 5; start = 100; controlVar(start,100, filterL,10); contF(x) = if x < start * stepT then 0 else if ...
4.
FrAid Variable Controller
An instance of the Variable Controller can be opened using the controlVar(...) function which takes as parameters one or more variables. ...
5.
6.
7.
8.
9.
10.