| 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 |
pas = rfckt.passive;
pas.IntpType = 'cubic'
pas =
Name: 'Passive'
nPort: 2
AnalyzedResult: [1x1 rfdata.data]
IntpType: 'Cubic'
NetworkData: [1x1 rfdata.network]

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 |