Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

CST: Dispersion diagram of LH-transmissoin line

Status
Not open for further replies.

snkhan

Full Member level 6
Joined
Oct 19, 2005
Messages
324
Helped
38
Reputation
74
Reaction score
20
Trophy points
1,298
Location
Gods place
Activity points
3,213
cst dispersion diagram

Hi
I am trying to simulate the structure of the attached paper (Fig. 4). S-parameter simulation is quite well.

Can somebody help me to simulate the band diagram, using CST 2006.

Thanks
 

dispersion

Hi

I know that the dispersion diagram of any structure can be calculated by CST following

The step are explained the steps explained in its support area.

Somebody who has acess to support area can also help me.

Thanks
 
cst dispertion diagram

I have the same problem,i donot know how to cal the dispersion diagram use CST

Added after 1 minutes:

who can help me?...
 

site:www.edaboard.com cst dispersion diagram

After you get the S-parameters, you will need to convert them to Transfer Matrix parameters. For 2-port networks, they are also referred to as the ABCD parameters.

Then, you will have:

[V1; I1] = [A B; C D]*[V2; I2]

1: input port
2: output port

For convertion from S-parameters to ABCD-parameters you can use any microwave book, e.g., Pozar...

You also know that:

[V2;I2] = [V1;I1]*exp(-j*k*d) //assuming exp(j*w*t) time dependence. I think CST is using this time dependence,too

then:

[V1; I1] = [A B; C D]*[V2; I2] = exp(+j*k*d)*[V2;I2]

aha! exp(+j*k*d) are the eigenvalues of your [A B; C D] matrix!

then, calculate them in matlab using 'eig' command, take the natural logarithm by 'log' and divide to complex imaginay 'j'. that yields k*d = K (bloch wave number)

note: you will need to repeat this process for each freq point in your sweep. for a two port system, you will have two eigenvalues, therefore you will have two bloch wave numbers at each frequency. If the system is reciprocal then w(k)=w(-k) (the dispersion diagram will be symmetric)..

as far as i know, there are no built-in functions for calculating these dispersion diagrams... so you will need a little coding of yours. i hope this helps everyone interested.. :)
 
  • Like
Reactions: amntt

    amntt

    Points: 2
    Helpful Answer Positive Rating
Re: site:www.edaboard.com cst dispersion diagram

After you get the S-parameters, you will need to convert them to Transfer Matrix parameters. For 2-port networks, they are also referred to as the ABCD parameters.

Then, you will have:

[V1; I1] = [A B; C D]*[V2; I2]

1: input port
2: output port

For convertion from S-parameters to ABCD-parameters you can use any microwave book, e.g., Pozar...

You also know that:

[V2;I2] = [V1;I1]*exp(-j*k*d) //assuming exp(j*w*t) time dependence. I think CST is using this time dependence,too

then:

[V1; I1] = [A B; C D]*[V2; I2] = exp(+j*k*d)*[V2;I2]

aha! exp(+j*k*d) are the eigenvalues of your [A B; C D] matrix!

then, calculate them in matlab using 'eig' command, take the natural logarithm by 'log' and divide to complex imaginay 'j'. that yields k*d = K (bloch wave number)

note: you will need to repeat this process for each freq point in your sweep. for a two port system, you will have two eigenvalues, therefore you will have two bloch wave numbers at each frequency. If the system is reciprocal then w(k)=w(-k) (the dispersion diagram will be symmetric)..

as far as i know, there are no built-in functions for calculating these dispersion diagrams... so you will need a little coding of yours. i hope this helps everyone interested.. :)

sorrry in conversion of s parameter to abcd we have z0 in formulas what should we do with that z0 ?
 

can you give us your matlab codes?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top