필터 지우기
필터 지우기

RF: De-embed S parameters

조회 수: 17 (최근 30일)
Rajiv
Rajiv 2014년 4월 19일
답변: Vidya Gopalakrishnan 2017년 4월 11일
Hello all, I have my circuit block diag as shown below:
I already have the 's_params' matrix values(measured). I need to de-embed this to get the s parameter values of my DUT: 's2_params'. Using matlab, I have found this equation:
s2_params = deembedsparams(s_params,s1_params,s3_params)
=> t_params = t1_params * t2_params * t3_params
And as for the t1_params, t3_params is concerned, I have designed another compensation circuit and have the s paramater values of it (namely s_compensated-->s matrix,t_compensated-->T matrix). So, I could say, t_compensated = t1_params * t3_params The compensation circuit is actually symmetric. So t1_params = t3_params as for my design.
My question here is, in the equation: t_params = t1_params * t2_params * t1_params, t_params is known and I need values of t2_params. In the equation: t_compensated = t1_params * t1_params, t_compensated is known. From this, I need to get values of t1_params and substitute in first equation to get my DUT value (i.e., t2_params).
But to divide t_compensated matrix value into t1_params*t1_params, I need to take a square root of it, but the square root of matrix yields 4 possible roots, and for each of these I would get different t2_params after substitution. So can someone help me with how to get t2_param values in my case?

답변 (1개)

Vidya Gopalakrishnan
Vidya Gopalakrishnan 2017년 4월 11일
https://www.mathworks.com/help/rf/examples/de-embedding-s-parameters.html

카테고리

Help CenterFile Exchange에서 Import, Export, and Conversion에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by