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.

light line equation in EBG

Status
Not open for further replies.

ehsan_2593

Junior Member level 2
Joined
Feb 17, 2013
Messages
23
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,283
Location
iran
Activity points
1,401
hi

I am searching for the light line equations to plot the EBG dispersion diagram in MATLAB.

Can anyone help me??

Thanks
 

The light line is non-dispersive, so you know that

\[\beta = \frac{\omega}{c}\]

Since the dispersion diagram plots Beta*d, you want to plot

\[{\beta}d = \frac{\omega}{c}d\]

Specifically, I plot my light line vs a Beta*d step of 5 degrees, for which I use the equation

LightLine(Angle5) = (1/sqrt(eps*mu))*Angle5*(pi/180)/(2*pi*(d))

Which is a simple re-arrangement of the above equation to give the frequency of the light line at an angle Beta*d
 
Last edited:

The light line is non-dispersive, so you know that

\[\beta = \frac{\omega}{c}\]

Since the dispersion diagram plots Beta*d, you want to plot

\[{\beta}d = \frac{\omega}{c}d\]

Specifically, I plot my light line vs a Beta*d step of 5 degrees, for which I use the equation

LightLine(Angle5) = (1/sqrt(eps*mu))*Angle5*(pi/180)/(2*pi*(d))

Which is a simple re-arrangement of the above equation to give the frequency of the light line at an angle Beta*d

hi
Thank you for guidance
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top