Classes | |
| class | AntennaGain |
Functions | |
| def | CartToSphere |
| def | CartToSphere2 |
| def | DBmToWatts |
| def | DBToWatts |
| def | Friis_Inc_Rdr |
| def | Friis_Inc_Tag |
| def | mCartToSphere |
| def | PL |
| def | plot_gain_patterns |
| def | rad_dipole |
| def | rad_patch |
| def | SphereToCart |
| def | standard_rad |
| def | WattsToDB |
| def | WattsToDBm |
Variables | |
| float | alpha = 1.0 |
| tuple | dipole = AntennaGain(rad_dipole, Gmax=1.5, front_back_ratio = DBToWatts(-8) ) |
| tuple | isotropic = AntennaGain( lambda theta,phi: 1, Gmax=1.0 ) |
| int | k0 = 2 |
| float | Leff = 1.02 |
| tuple | p = optparse.OptionParser() |
| tuple | patch |
| tuple | pwr_inc_rdr = fct.partial( Friis_Inc_Rdr, 1.0, 0.5, waveLen, 1.0 ) |
| tuple | pwr_inc_tag = fct.partial( Friis_Inc_Tag, 1.0, 0.5, waveLen ) |
| int | waveLen = 3 |
| float | width = 2.0 |
| def rfid_datacapture.friis.CartToSphere | ( | x, | |
| y, | |||
| z | |||
| ) |
| def rfid_datacapture.friis.CartToSphere2 | ( | x, | |
| y, | |||
| z | |||
| ) |
| def rfid_datacapture.friis.DBmToWatts | ( | pwr | ) |
| def rfid_datacapture.friis.DBToWatts | ( | pwr | ) |
| def rfid_datacapture.friis.Friis_Inc_Rdr | ( | Prdr, | |
| CL, | |||
| waveLen, | |||
| AlphaBeta, | |||
| radius, | |||
| Grdr_func, | |||
| theta_rdr, | |||
| phi_rdr, | |||
| Gtag_func, | |||
| theta_tag, | |||
| phi_tag | |||
| ) |
| def rfid_datacapture.friis.Friis_Inc_Tag | ( | Prdr, | |
| CL, | |||
| waveLen, | |||
| radius, | |||
| Grdr_func, | |||
| theta_rdr, | |||
| phi_rdr, | |||
| Gtag_func, | |||
| theta_tag, | |||
| phi_tag | |||
| ) |
| def rfid_datacapture.friis.mCartToSphere | ( | v | ) |
| def rfid_datacapture.friis.PL | ( | radius | ) |
| def rfid_datacapture.friis.plot_gain_patterns | ( | gain_func, | |
| sup_title, | |||
| label_psi_plane, | |||
| label_theta_plane | |||
| ) |
| def rfid_datacapture.friis.rad_dipole | ( | theta, | |
| phi | |||
| ) |
| def rfid_datacapture.friis.rad_patch | ( | theta, | |
| phi | |||
| ) |
| def rfid_datacapture.friis.SphereToCart | ( | r, | |
| theta, | |||
| phi | |||
| ) |
| def rfid_datacapture.friis.standard_rad | ( | t | ) |
| def rfid_datacapture.friis.WattsToDB | ( | pwr | ) |
| def rfid_datacapture.friis.WattsToDBm | ( | pwr | ) |
| float rfid_datacapture::friis::alpha = 1.0 |
| tuple rfid_datacapture::friis::dipole = AntennaGain(rad_dipole, Gmax=1.5, front_back_ratio = DBToWatts(-8) ) |
| tuple rfid_datacapture::friis::isotropic = AntennaGain( lambda theta,phi: 1, Gmax=1.0 ) |
| int rfid_datacapture::friis::k0 = 2 |
| float rfid_datacapture::friis::Leff = 1.02 |
| tuple rfid_datacapture::friis::p = optparse.OptionParser() |
| tuple rfid_datacapture::friis::pwr_inc_rdr = fct.partial( Friis_Inc_Rdr, 1.0, 0.5, waveLen, 1.0 ) |
| tuple rfid_datacapture::friis::pwr_inc_tag = fct.partial( Friis_Inc_Tag, 1.0, 0.5, waveLen ) |
| int rfid_datacapture::friis::waveLen = 3 |
| float rfid_datacapture::friis::width = 2.0 |