How could i change the error of ram lak filter?

2 ビュー (過去 30 日間)
fatma
fatma 2017 年 5 月 6 日
編集済み: Walter Roberson 2017 年 5 月 7 日
Hello;
I have a problem to make a ramlak filter.Infact i wrote down filter but there is a problem in reconstruct coz of filter. But i cant see the problem in my filter. I will appreciate if someone could help me.
% make a Ram-Lak filter.
N_theta = length(0:179);
N1 = length(sinogram);
freqs=linspace(1,0,N1/2+1);
freqs2=linspace(0.0055,1,N1/2);
a=[freqs freqs2];
myFilter = repmat(a', [1 N_theta]);

回答 (0 件)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by