The filters that I do have end up like this.. Is this usable?
Code: Select all
b0=float(1.0+alpha*A);
b1=float(-2.0*tcos);
b2=float(1.0-alpha*A);
a0=float(1.0+alpha/A);
a1=float(-2.0*tcos);
a2=float(1.0-alpha/A);
}EDIT: It seems like you have to get the gain(magnatude?) at each point along your line. But how to get that based on what I have above is just, hmm mind blowing atm..
