idresampOptions
Description
Use an idresampOptions object to specify options when using the
idresamp function. You can specify options such as the filter order and
input-channel intersample behavior.
Creation
Description
creates the default
option set for opt = idresampOptionsidresamp. To modify the properties of this
option set for your specific application, use dot notation.
creates an option set with properties specified using one or more name-value arguments.
For example, opt = idresampOptions(Name,Value)opt = idresampOptions('InputInterSample','foh') sets the
InputInterSample option to 'foh'.