de-embedding S4P file from another S4P file in RFToolBox
14 次查看(过去 30 天)
显示 更早的评论
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 个评论
Vinayak
2023-8-1
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.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Import and Network Parameters 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!