resample
(Not recommended) Resample time-domain data that is stored in an
iddata
object by decimation or interpolation (requires
Signal Processing Toolbox software)
resample
is not recommended. Use idresamp
instead to resample estimation data in the form of timetables,
numeric matrices, and iddata
objects, with or without
Signal Processing Toolbox™. For more information, see Version History.
Description
Examples
Input Arguments
Output Arguments
Algorithms
resample
calls the resample
(Signal Processing Toolbox) function in Signal Processing Toolbox. The algorithm takes into account the intersample characteristics of the
input signal that are described by the data.InterSample
property.
If you do not have a license for Signal Processing Toolbox, perform resampling using idresamp
.