Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
I provide 3 new interpolation (by a K factor) routines:
- interp11.m is fast-convolution based and basically convolves the input signal with a sinc window.
- interp21.m is based on zero-padding in the frequency domain.
- 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:
- All input signals should be of even length, preferrably a power of 2.
- All input signals should be in baseband.
- 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.
Citar como
Ilias Konsoulas (2026). Fast Interpolation of Complex Baseband Signals (https://la.mathworks.com/matlabcentral/fileexchange/104325-fast-interpolation-of-complex-baseband-signals), MATLAB Central File Exchange. Recuperado .
Agradecimientos
Inspirado por: Synthetic Aperture Radar Signal Processing with MATLAB Algorithms, Intuitive Digital Signal Processing Toolbox
Información general
- Versión 1.0.0.2 (315 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
