photo

Mark

Last seen: alrededor de 1 mes hace Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Estadística

  • Knowledgeable Level 2
  • First Review
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
How can I bisect S-parameters in an S2P file into two equal halves using RF Toolbox R2015a?
See the web page Bisect S-Parameters of Cascaded Probes - MATLAB & Simulink (mathworks.com). But as the previous answer correct...

alrededor de 2 meses hace | 0

Respondida
How to convert logarithmic to linear
The default rfplot format is "db", but it also supports "abs", "angle", "real", and "imag". For example, rfplot(s,1,1,"abs"). ...

alrededor de 2 meses hace | 2

Respondida
Reading an S2P File - Issues
You can use the sparameters method to read in Touchstone format files. S = sparameters('ExampleS2pFile.txt') % or from the ori...

alrededor de 2 meses hace | 0

Respondida
Save S-parameter in matlab
If you have freq and data variables of the appropriate size, use the rfwrite function in RF Toolbox: >> size(freq) ans = 2...

alrededor de 2 años hace | 0

| aceptada

Respondida
find harmonic balancer metod
RF Toolbox, the rfbudget object, and the RF Budget Analyzer app have a harmonic balance solver for RF circuits.

alrededor de 2 años hace | 0

Respondida
How do I export data from an .s2p file in MATLAB?
The RF Toolbox offers an sparameters object that can read in and manipulate data from Touchstone files Calculate S-parameters f...

alrededor de 2 años hace | 0

| aceptada

Respondida
Importing .snp files
Alternatively, the RF Toolbox offers an sparameters object that can read in Touchstone files: Calculate S-parameters for RF dat...

alrededor de 2 años hace | 0

| aceptada

Respondida
Is RF toolbox able to read touchstone v2 (.ts) files ?
RF Toolbox can read Touchstone v1, e.g. >> S = sparameters('default.s4p') If the file doesn't end in .sNp, the sparameters...

más de 8 años hace | 0

| aceptada

Respondida
How do I add multiple files to RF Toolbox
Is the lab data in Touchstone file format? If so, then >> S1 = sparameters(‘file1.s2p’); >> rfplot(S1) >> hold on ...

más de 10 años hace | 1

| aceptada

Respondida
Doubts regarding the SimRF blockset of Simulink
Thanks for the questions. 1. It's hard to answer this without seeing the model. Please contact tech support at MathWorks to...

más de 10 años hace | 0