RF Blockset S-Parameters frequency vector
3 views (last 30 days)
Show older comments
ToKa
on 23 Jun 2021
Answered: Arthi Sathyamurthi
on 19 Jul 2021
Hello,
I'd like to simulate a S-parameter block (network-parameters as datasource) over a specific frequency range. Therefore, I need to enter a vector as frequency parameter. I defined the frequency vector in the base workspace via the linspace function. However, if I try to enter the name of that vector in the frequency field and apply these changes, the following error occurs:
"Failed to evaluate mask initialisation commands" and
"Caused by: Network parameter data is incomplete"
Why do I need to specify a frequency? If network-parameters are selected as datasource, the s-parameters stay the same over the whole frequency range, don't they? Or do I need to enter the s-parameters for every frequency point of the frequency vector?
0 Comments
Accepted Answer
Arthi Sathyamurthi
on 19 Jul 2021
Although applicable at any frequency S parameters change with the measurement frequency. The Network Parameter Values in the S – Parameters block is a multidimensional array where the third dimension of the S-parameter array must be the same length as the vector of frequencies specified by the Frequency parameter. Hence if you specify the Frequency of Network Parameters property as a vector, the length should be equal to the length of the third dimension in the Network Parameter Property.
0 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!