Sandip Ghosal
Followers: 0 Following: 0
Statistics
RANK
12,665
of 294,577
REPUTATION
4
CONTRIBUTIONS
0 Questions
8 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20,127
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Hello, I am trying to plot radiation intensity of antenna using the following code but i am not getting polar plots with theta axis and polar, grids please help me. help me
Hi, The following code works fine. PI = 4.0*atan(1.0); E = 120.0*PI; L=1/4; A = L*PI; Io = 1; r=2; k=2*pi; THETA=0:...
3 years ago | 0
| accepted
Antenna 3D radiation pattern
The co-ordinate system used in Antenna Tollbox can be reviewed in the doc : https://www.mathworks.com/help/antenna/gs/antenna-c...
3 years ago | 0
How to simulate double helix coil S-paramatersas and coupling coefficient (tutorial attached)
The antenna.Circle shape and substract and translate shape operators can be used to construct loop array manually. Please check ...
3 years ago | 0
Resonant Dipole Impedance Evaluation
The function design creates an antenna at the specified frequency of resonance where the input reactance is minimized towards 0....
3 years ago | 0
what is path of stl file for customantennastl
The current folder in Matlab will be the folder where the .stl file is.
3 years ago | 0
antenna radiation pattern distance
The function pattern uses far-field distance to compute the radiation pattern of the antenna/array. Alternate workflow is use EH...
3 years ago | 0
move dielectric layer location patch mocrostrip antenna
The dimensions of each layer can be manually controlled using pcbStack. You can check the related doc page: https://www.mathwor...
3 years ago | 0
Output file for E and H fields of a figure?
Hi Snate, Each 3 rows in both E and H represent X-, Y- and Z-componets of the electric and magnetic fields, respectively. Ther...
3 years ago | 0
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
4 years ago