|
|
| File Information |
| Description |
Resamples X(n). Y(n) = X(alpha*n), where alpha is a resample interval. For example, if X is data sampled at 1000 samples per second and you would like to transform it to the equivalent of 1100 samples per second use alpha= 1000/1100 (.9091); for 800 sample per second use alpha = 1000/800 (1.25).
ResampleX is similar to the MATLAB "resample" function (in the SignalProcesscing Toolbox). For most applications resampleX is much faster. |
| MATLAB release |
MATLAB 7.0.4 (R14SP2)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (3) |
| 12 Mar 2006 |
Bill Winter
|
|
|
| 05 Oct 2006 |
D M
|
|
|
| 28 Apr 2010 |
mahmoud
|
|
|
| Updates |
| 05 Dec 2005 |
Changes incorporate comments and sugestions made two users. Changes are summarized in the comments included in the new m file. |
| 08 Dec 2005 |
A user found a minor bug. The update has a fix, which improves the accuracy slightly.
Also, please note that there is a new screenshot, consistent with this new version. |
| 23 Oct 2006 |
User commented that resampleX(x,1) did not return exatly x. The problem was tracked down and fixed. See comments in m file. |
| 24 Oct 2006 |
Updated the comments in the m file. |
|
Contact us at files@mathworks.com