FSPL

=FSPL(double,double,double,double)

distance
distance between transmitter and receiver
frequency
frequency
tx_gain
gain from transmitting antenna
rx_gain
gain from receiving antenna

FSPL calculates the 'Free Space Path Loss' for a given frequency, distance, transmitter gain, and receiver gain.

lrobbo314

Well-known Member
Joined
Jul 14, 2008
Messages
3,927
Office Version
  1. 365
Platform
  1. Windows
FSPL calculates the 'Free Space Path Loss' for a given frequency, distance, transmitter gain, and receiver gain.

Excel Formula:
=LAMBDA(distance,frequency,tx_gain,rx_gain,
    20*LOG10(distance)+20*LOG10(frequency)+20*LOG10((4*PI())/300)-tx_gain-rx_gain
)

FREQ FUNCS.xlsm
JK
1859.9841972859.98419728
Sheet1
Cell Formulas
RangeFormula
J18J18=LAMBDA(distance,frequency,tx_gain,rx_gain,20*LOG10(distance)+20*LOG10(frequency)+20*LOG10((4*PI())/300)-tx_gain-rx_gain)(1000,300,10,12)
K18K18=FSPL(1000,300,10,12)
 
Upvote 0

Forum statistics

Threads
1,215,463
Messages
6,124,965
Members
449,201
Latest member
Jamil ahmed

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top