1
vote
0answers
156 views

Matlab (fdesign.arbgrpdelay, fdatool) Group delay

I have the measurements of filter’s Group delay and S-parameters. The S-parameters are of the following form presented in a touchstone file ...
4
votes
1answer
540 views

How to go from Matlab to Filter?

I design a filter in Matlab using these command: Fs = 2.5*10^10; n = 2; Wn = 5000/Fs; [b,a] = butter(n,Wn); and get ...
2
votes
1answer
885 views

MATLAB programming of Particle Filter - what is going wrong?

I'm working on a particle filter experiment for multi-sensor fusion and I just programmed it in MATLAB. However, I get very low accuracies for my final values. Plus, I read a lot of literature where ...