Can someone help me in a MATLAB Code about Dipole Directivit
时间:04-08
整理:3721RD
点击:
I have the function of the Directivity
D=( 2/ int((cos(bl*cos(x)) - cos(bl))^2/sin(x)^2, x = 0..PI))
And bl is varying between 0.1 and 1 (which is the length in terms of lambda) ... how to plot this function using Matlab ?
(int is the integral)
D=( 2/ int((cos(bl*cos(x)) - cos(bl))^2/sin(x)^2, x = 0..PI))
And bl is varying between 0.1 and 1 (which is the length in terms of lambda) ... how to plot this function using Matlab ?
(int is the integral)
Code MATLAB Directivit 相关文章:
- Output Impedance Of a Triple cascode
- LM567 morse code detector weird thing
- How come differential cascode structures affect on PA characteristics?
- [Moved]: near field to far field transformation code error
- Cascode LNA output impedance in cadence
- Need a Matlab Code For Parameter Extraction of Symmetric Coupled Resonator Filters
