interpResamp.m

Version 1.1.0.0 (675 Bytes) by Natalia
Performs sinc interpolation, and also resampling of a intput waveform
195 Downloads
Updated 15 Sep 2014

View License

%Interpolating and resampling function, where:
% I = interpolation rate
% D = resampling location, number of samples to shift
% x(n) = input waveform
% y(n*(1/I) + D) = output waveform
% --includes option smoothing with an exponential % decaying function to reduce Gibbs ringing

Cite As

Natalia (2024). interpResamp.m (https://www.mathworks.com/matlabcentral/fileexchange/47850-interpresamp-m), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2013b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0.0

removed some useless comments, and output

1.0.0.0