antenna-theory.com Forum Index antenna-theory.com
Antenna Theory
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 3 matches
antenna-theory.com Forum Index
Author Message
  Topic: About Directivity
Faust

Replies: 4
Views: 5278

PostForum: Questions Related to Antenna Theory   Posted: Sun Mar 29, 2020 11:03 am   Subject: About Directivity
for i = 1:length(Degree)
Antenna1(i) = sin(deg2rad(Degree(i))) * sqrt(sin(deg2rad(Degree(i))));
Antenna2(i) = sin(deg2rad(Degree(i))) * (sin(deg2rad(Degree(i))))^5;
end



Integral ...
  Topic: About Directivity
Faust

Replies: 4
Views: 5278

PostForum: Questions Related to Antenna Theory   Posted: Thu Mar 26, 2020 6:44 am   Subject: About Directivity
looks like you are forgetting to multiply integral by sin(theta)

http://tutorial.math.lamar.edu/Classes/CalcIII/TISphericalCoords.aspx

you can't weight 0 degrees the same as 90 degrees (think le ...
  Topic: About Directivity
Faust

Replies: 4
Views: 5278

PostForum: Questions Related to Antenna Theory   Posted: Tue Mar 24, 2020 9:52 am   Subject: About Directivity
Hi guys,

I searched in forum but couldnt find a proper answer.
I am trying to calculate the directivity as stated in this website
clc
clear all
close all
Degree = 0:180;
for i = 1:len ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group