Rank: 1974 based on 56 downloads (last 30 days) and 2 files submitted
photo

ANUJ TRIPATHI

E-mail

Personal Profile:

Professional Interests:
WIRELESS COMMUNICATION

 

Watch this Author's files

 

Files Posted by ANUJ View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
11 May 2007 Broad Band Antenna THIS IS BROAD BAND LOG PERIODIC ANTENNA DESIGNING PROG. Author: ANUJ TRIPATHI antenna, wireless communicatio..., wireless, broadband, ddnews, periodic 28 3
  • 1.0
1.0 | 2 ratings
10 May 2007 COMPARISION OF ARRAY PATERNS HERE I COMPARE IT FOR ELEMENTS 4, 8,16,32 Author: ANUJ TRIPATHI wireless, comparision of array ... 28 14
  • 3.14286
3.1 | 8 ratings
Comments and Ratings on ANUJ's Files View all
Updated File Comment by Comments Rating
01 Mar 2008 Broad Band Antenna THIS IS BROAD BAND LOG PERIODIC ANTENNA DESIGNING PROG. Author: ANUJ TRIPATHI CANZ, MIE

 8 S A NCE PROGRAM

02 Jun 2007 Broad Band Antenna THIS IS BROAD BAND LOG PERIODIC ANTENNA DESIGNING PROG. Author: ANUJ TRIPATHI Hanselman, Duane

Here is the M-file as posted. It contains non-MATLAB code:
%DESIGNING OF A LOG-PERIODIC ANTENNA FOR RECIEVING DD1,DD2 &DD-NEWS CHANNEL
%VHF CHANNELS--
% 2,3,4 -- 54,60,66,72MHz
% 5,6 -- 76,82,88MHz
% 7,8,9,10,11,12,13 -- 172,180,186,192,198,204,210,216 MHz
%UHF CHANNELS
% 14-83 -- 470-890MHz
%1CM=.390625INCH
clc
clear all
disp('DESIGNING OF A LOG-PERIODIC ANTENNA FOR RECIEVING DD1,DD2 &DD-NEWS CHANNEL');
disp(' ');
disp(' ');
float double a;
float double gtl;
float double fbw;
float double bar1;
float double bs1;
float double l1;
float double l2;
float double D1;
int n;
int i;
float double sigma1;
float double lmax;
float double s(100);
float double l(100);
float double d(100);
float double bs;
float double l1;
float double l2;
gtl=0.0;
x=input('Enter the value of lower frequency=');
y=input('Enter value of upper frequency=');
dmax=input('Enter value of largest element diameter(in inches)=');
disp(' ');
disp('Directivity 8dB');
fbw=2*(y-x)/(x+y);
fprintf('Fractional bandwidth =%f \n',fbw);
sigma=.157;
tau=.865;
a=atan((1-tau)/(4*sigma));
fprintf('Angle alpha =%f radian \n',a);
bar=1.1+7.7*(1-.865)^2*cot(a);
bar1=bar/(1000000);
fprintf('Active region bandwidth =%f MHz \n',bar1);
s=y/x;
bs=s*bar;
bs1=bs/1000000;
fprintf('Designed bandwidth =%f MHz \n',bs1);
c=3*10^8;
l1=c/x;
fprintf('Max. wavelength =%f meters\n',l1);
l2=l1*3.2805;
fprintf('Max wavelength =%f feets\n',l2);
L=(l1/4)*(1-(1/bs))*cot(a);
fprintf('TOTAL LENGTH =%f meters\n',L);
N=1+(log(bs)/log(1/tau));
n=round(N);
fprintf('No. of elements is=%f \n',n);
sigma1=sigma/sqrt(tau);
fprintf('Relative mean spacing =%f \n',sigma1);
lmax=l2/2;
fprintf('Max length =%f feet \n',lmax);
za=120*(log(s)-2.25);
fprintf('Average characteristic impedence =%f ohms \n',sigma1);
Rin=50;
V=za/Rin;
VAR=1.2;
zo=VAR*Rin;
s=3/4*cosh(zo/120);
fprintf('Center-to-center spacing of feeder line conducter =%f \n',s);
L(n)=lmax;
d(n)=dmax;
s(n)=s;
for i=n-1:-1:1
    s(i)=s(i+1)*tau;
     L(i)=L(i+1)*tau;
     d(i)=d(i+1)*tau;
     disp(' ');
fprintf('INDIVIDUAL LENGTHS of %d th element is %f meters \n',i,L(i));
fprintf('INDIVIDUAL spacing of %d th element is %f meters \n',i,s(i));
fprintf('INDIVIDUAL dimeter of %d th element is %f meters \n \n',i,d(i));
gtl=gtl+L(i);
end
fprintf('Gross total length req. for all elements is %f meters \n',gtl);
disp(' ');
disp(' ');
disp('THIS PROGRAM IS SUBMITTED BY- ');
  disp(' ANUJ KUMAR TRIPATHI');
  disp(' ELECTRONICS & COMMUNICATION ');
    disp(' THAPAR INSTITUTE OF ENGG. AND TECH. ');

11 May 2007 Broad Band Antenna THIS IS BROAD BAND LOG PERIODIC ANTENNA DESIGNING PROG. Author: ANUJ TRIPATHI S., C.

This is a poorly written script. It should be removed from the FEX.

11 May 2007 COMPARISION OF ARRAY PATERNS HERE I COMPARE IT FOR ELEMENTS 4, 8,16,32 Author: ANUJ TRIPATHI Hanselman, Duane

I sent an email directly to the author requesting that they withdraw this submission.

11 May 2007 COMPARISION OF ARRAY PATERNS HERE I COMPARE IT FOR ELEMENTS 4, 8,16,32 Author: ANUJ TRIPATHI y, x

In a cake baking contest, participants are given not only submission criteria, but are also given upfront, before they bake and submit their cake, the criteria by which their submission will be judged. No such thing exists for the FEX. The last FEX submission criteria should be a link to the clearly defined criteria by which a submission gets a 1, 2, 3, 4, or 5 score. Without that knowledge, a submitter can only be judged on what the submission guidelines are. The judging criteria needs to be put in plain sight. Without it, submitters are kept in the dark and are rightly disturbed for poor reviews.

Top Tags Applied by ANUJ
wireless, antenna, broadband, comparision of array paterns, ddnews
Files Tagged by ANUJ View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
11 May 2007 Broad Band Antenna THIS IS BROAD BAND LOG PERIODIC ANTENNA DESIGNING PROG. Author: ANUJ TRIPATHI antenna, wireless communicatio..., wireless, broadband, ddnews, periodic 28 3
  • 1.0
1.0 | 2 ratings
10 May 2007 COMPARISION OF ARRAY PATERNS HERE I COMPARE IT FOR ELEMENTS 4, 8,16,32 Author: ANUJ TRIPATHI wireless, comparision of array ... 28 14
  • 3.14286
3.1 | 8 ratings
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com