MATLAB How to implement a Ram-Lak filter (Ramp filter) in the frequency domain?
问题 I have an assignment to implement a Ram-Lak filter, but nearly no information given on it (except look at fft, ifft, fftshift, ifftshift). I have a sinogram that I have to filter via Ram-Lak. Also the number of projections is given. I try to use the filter 1/4 if I == 0 (b^2)/(2*pi^2) * 0 if I even -1/(pi^2 * I^2) if I odd b seems to be the cut-off frequency, I has something to do with the sampling rate? Also it is said that the convolution of two functions is a simple multiplication in