To perform interpolation using an ideal root raised cosine filter in the frequency domain, you can follow these steps in MATLAB:
main.m74 chars3 lines
main.m287 chars7 lines
main.m52 chars2 lines
main.m35 chars2 lines
main.m32 chars2 lines
The resulting signal y is the up-sampled and interpolated version of the original signal x, filtered with an ideal root raised cosine filter.
gistlibby LogSnag