Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

plot

function[R,LEL]=plot(hm,hb,mhz)
R=10;
hm=6.7;
hb=46.1;
mhz=461.67;
oc=69.55+26.16*(log10(mhz));
ahm=3.2*((log10(11.75*(hm)))^2)-1.1;
A=oc-13.82*(log10(hb))-ahm;
B=44.9-6.55*(log10(hb));
LEL=A+B*log10(R);
end

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.