de-embedding S4P file from another S4P file in RFToolBox
14 views (last 30 days)
Show older comments
Hi,
Can someone show simple example how to de-embed S4P from another S4P file
meaning I have 2 measuerements like in the picture
S-parameter1 and S-parameter2
I want to get the results of S-parameter1 - Sparameter 2 (the minus is for de-embedding the second from the first)
Thanks,
R
1 Comment
Vinayak
on 1 Aug 2023
You can infer to the following MATLAB documentation to learn about DeEmbedding files using RF toolbox in MATLAB.
You may copy paste the following link on your MATLAB command line to open the example mentioned above and try it out on your machine.
openExample('rf/DeEmbeddingSparametersExample')
Please make sure you have the RF toolbox installed on your machine to use the deembedding methods.
Answers (0)
See Also
Categories
Find more on Data Import and Network Parameters in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!