Products & Services Solutions Academia Support User Community Company

Learn more about RF Toolbox   

s2smm - Convert single-ended 4N-port S-parameters to mixed-mode 2N-port S-parameters

Syntax

[s_cc, s_cd, s_dc, s_dd] = s2smm(s_params)
[s_cc, s_cd, s_dc, s_dd] = s2smm(s_params, option)

Description

[s_cc, s_cd, s_dc, s_dd] = s2smm(s_params) converts single-ended, 4N-port S-parameters, s_params, into mixed-mode, 2N-port S-parameters.

s2smm forms the mixed-mode ports by grouping the single-ended ports in pairs by port number. By default, the function groups odd-numbered ports first, followed by even-numbered ports.

[s_cc, s_cd, s_dc, s_dd] = s2smm(s_params, option) converts the S-parameter data using the optional option argument. option indicates the port-numbering convention that the S-parameters use.

option can be:

The default value of option is 1.

If you want s2smm to use a different port-numbering convention, reorder the ports first using the snp2smp function.

Examples

Convert 4-port S-parameters s4p to 2-port mixed-mode S-parameters with the default port-numbering convention:

 ckt = read(rfckt.passive, 'default.s4p'); 
 s4p = ckt.NetworkData.Data; 
 [sdd, scd, sdc, scc] = s2smm(s4p); 

References

Granberg, T., Handbook of Digital Techniques for High-Speed Design.Upper Saddle River, NJ: Prentice Hall, 2004.

See Also

smm2s
s2scc
s2scd
s2sdc
s2sdd
snp2smp

  


Recommended Products

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.

 © 1984-2009- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS