Sinc Resample

SincResample resamples signals to arbitrary lengths/frequencies and/or timeshifts them
5,3K téléchargements
Mise à jour 22 fév. 2008

Aucune licence

If the input is a bandlimited signal containing components at DC - 0.5Fs where Fs is the sample rate, SINCRESAMPLE will return the signal that would have been seen with a higher sampling rate (and the same filter settings). The algorithm depends on the fact that the bandlimited signal is completely defined when sampling at Fs.

SINCRESAMPLE returns the data convolved with a set of time-shifted windowed sinc functions, one for each of the samples [1..size(x,1)] in the input signal. End-effects are reduced by adding a reflected and mirrored copy of the data at the beginning and end of each column before resampling.
Note that points at the end of Y (and/or beginning if SHIFT is negative) will be extrapolated beyond the boundaries of X.

SINCRESAMPLE is a generalization of the method discussed in:
T.Blanche & N.V.Swindale (2006)
Nyquist interpolation improves neuron yield in multiunit recordings
Journal of Neuroscience Methods 155, 81-91
http://dx.doi.org/doi:10.1016/j.jneumeth.2005.12.031

Citation pour cette source

Malcolm Lidierth (2026). Sinc Resample (https://fr.mathworks.com/matlabcentral/fileexchange/12268-sinc-resample), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2006a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Communautés
Version Publié le Notes de version
1.0.0.0

Improved end-effect handling. Lanczos mode added.