Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I'm trying to decode the math in loadpole.bas (for designing loaded
dipoles) & while some of the formulas are obvious, as a charter member of the Mathematicaly Declined, I'm getting lost on on most of them ![]() Heres the section of interest- +------------------------------- LOADPOLE.BAS -----------------------------¦+-+ ¦2860 LOCATE 10, 30: PRINT " Doing Arithmetic " ¦2870 LOCATE 12, 30: PRINT " " _ ¦2880 'Arithmetic _ ¦2890 MA# = (10 ^ 6) / (34 * PI# * F) _ ¦2900 MB# = (LOG(((24 * (K / F)) - B) / (D)) - 1) _ ¦2910 MC# = (K / F) - B _ ¦2920 MD# = (((1 - ((F * B) / (K))) ^ 2) - 1) _ ¦2930 ME# = (MB# * MD#) / MC# _ ¦2940 MF# = (LOG((1 / D) * 24 * ((A / 2) - B))) - 1 _ ¦2950 MG# = ((((F * A) / 2) - (F * B)) / K) ^ 2 - 1 _ ¦2960 MH# = ((A / 2) - B) _ ¦2970 MI# = (MF# * MG#) / MH# _ ¦2980 XL# = MA# * (ME# - MI#) _ ¦2990 LUH# = XL# / (2 * PI# * F) _ ¦3000 RETURN: ' End of subroutine _ Whe A= dipole lenght (ft) B= distance from feed point to the loading coil (ft) D=conductor diameter (in) F=Freq (mhz) K=234 (1/4 w/l ???) Pi=3.14159 yaddayaddayadda LUH= load coil inductance XL= load coil reactance LUH is easy e'nuff. MC looks like it's the length of the end sections, but so does MH MA is looking eerily familiar but that "34" is throwing me off, same for those "24"s in MB & MD. Maybe its 'cause its 4 in the morning right now but XL is looking more & more like Black Magic I might be able to thrash my way through this after a while but this is more of a "destination" than a "journey" project, so- Anyone of the Mathamaticly Inclined here feel like trying to explain to me line by line whats going on here? Feel free to be as pedantic as you want ![]() Thanks, H. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|