Sinc Resample

버전 1.0.0.0 (2.9 KB) 작성자: Malcolm Lidierth
SincResample resamples signals to arbitrary lengths/frequencies and/or timeshifts them
다운로드 수: 5.3K
업데이트 날짜: 2008/2/22

라이선스 없음

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

인용 양식

Malcolm Lidierth (2024). Sinc Resample (https://www.mathworks.com/matlabcentral/fileexchange/12268-sinc-resample), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2006a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
커뮤니티
 Power Electronics Control 커뮤니티에 더 많은 파일이 있습니다

Community Treasure Hunt

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

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

Improved end-effect handling. Lanczos mode added.