Fast Interpolation of Complex Baseband Signals

버전 1.0.0.2 (315 KB) 작성자: Ilias Konsoulas
This contribution contains 3 custom and easy to use interpolation routines that outperform the matlab functions resample.m and interp.m.
다운로드 수: 55
업데이트 날짜: 2021/12/31

라이선스 보기

I provide 3 new interpolation (by a K factor) routines:
  1. interp11.m is fast-convolution based and basically convolves the input signal with a sinc window.
  2. interp21.m is based on zero-padding in the frequency domain.
  3. interp31.m is a more elaborate zero-padding technique originating from a SAR Signal Processing book by professor M. Soumekh.
The following assumptions were made:
  1. All input signals should be of even length, preferrably a power of 2.
  2. All input signals should be in baseband.
  3. The first sample x(1) corresponds to x[0].
It has been proven that for the provided chirp signal, all three routines run faster than matlab-provided routines resample.m and interp.m
Also, it has been proven that interp11.m is also the most accurate of all.
Run the interpdemo5.m to see the results.
Note: The interpolation is not performed on a given grid but is based on a factor K. This means that if the length of input signal x is Lx, the length of the output signal y will be Ly=K*Lx.

인용 양식

Ilias Konsoulas (2024). Fast Interpolation of Complex Baseband Signals (https://www.mathworks.com/matlabcentral/fileexchange/104325-fast-interpolation-of-complex-baseband-signals), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2018a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.2

I deleted some redundant files to avoid confusion.

1.0.0