| Contents | Index |
Interpolation method
'Linear' (default), 'Spline', or 'Cubic'
The analyze method is flexible in that it does not require the frequencies of the specified S-parameters to match the requested analysis frequencies. If needed, analyze applies the interpolation and extrapolation method specified in the IntpType property to the specified data to create a new set of data at the requested analysis frequencies. The following table lists the available interpolation methods and describes each one.
| Method | Description |
|---|---|
| Linear (default) | Linear interpolation |
| Spline | Cubic spline interpolation |
| Cubic | Piecewise cubic Hermite interpolation |
txdata = rfdata.data;
txdata.IntpType = 'cubic'
txdata =
Name: 'Data object'
Freq: []
S_Parameters: []
GroupDelay: []
NF: 0
OIP3: Inf
Z0: 50
ZS: 50
ZL: 50
IntpType: 'Cubic'

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |