How can I use 'deembedsparams' function with two input?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
sohyeon jung
el 14 de Dic. de 2018
Comentada: Sebastian Schuster
el 8 de Jun. de 2022
I want to de-embedding my measurement s-parameter. But the structure is not symmetric, while the 'deembedsparams' ask for 3 parameter like below.
![ㅇㅇ.png](https://www.mathworks.com/matlabcentral/answers/uploaded_files/199005/%E3%85%87%E3%85%87.png)
If I just want to de-embed right pad, how can I replace the left pad as empty?
I tried to insert 0, but it cause error.
2 comentarios
SKP
el 4 de Ag. de 2021
Hi! unfortunately when typed like this:
S_DUT = deembedsparams(S_measuredBJT,S_leftpad,[]);
it does not work as it gives the following error: "All inputs must be the same type. You cannot mix sparameters objects with numeric inputs."
did you happen to work out how to do it?
Sebastian Schuster
el 8 de Jun. de 2022
It would be helpful to know, how to use this function with two S-Files, one of the DUT and one of a probe that should be de-embed. Any suggestions?
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Import and Network Parameters en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!