Berechnen Sie den Verlust der freien Speicherplatzausbreitung in Python

Überblick

Ich habe den Verlust der freien Speicherplatzausbreitung mit Python berechnet. Notieren Sie sich dies

Vorbereitungen

Es wird nur Mathematik verwendet. Wenn also Python enthalten ist, gibt es nichts Besonderes

Zweck

Berechnen Sie den Verlust der freien Speicherplatzausbreitung in Python. Das Gerät ist ** dB ** Was ist ein Verlust der Ausbreitung des freien Raums?

Quelle


def freespace_loss(distance, frequency):
    #Frequenz ist Frequenz(Hz)
    #Entfernung ist Meter(m)
    light_speed = 300000000.0 # m/s
    return 20 * math.log10((4.0 * math.pi * distance)/(light_speed/frequency))

#Die Frequenz beträgt 2 in einer Entfernung von 100 Metern.Für 412 GHz
print freespace_loss(100, 2.412 * 1000000000) # => 80.0893182554 dB

Recommended Posts

Berechnen Sie den Verlust der freien Speicherplatzausbreitung in Python
Berechnen Sie mW <-> dBm in Python
Sortieren Sie den Pfad natürlich in Python
Manipulation des Datei- / Ordnerpfads in Python
Holen Sie sich den Desktop-Pfad in Python
Holen Sie sich den Skriptpfad in Python
Versuchen Sie, Trace in Python zu berechnen
Berechnen Sie den Vormonat in Python
Holen Sie sich den Desktop-Pfad in Python
Projekt Euler # 15 "Gitterpfad" in Python
Quadtree in Python --2
Python in der Optimierung
CURL in Python
Metaprogrammierung mit Python
Python 3.3 mit Anaconda
Geokodierung in Python
SendKeys in Python
Metaanalyse in Python
Unittest in Python
Epoche in Python
Zwietracht in Python
Deutsch in Python
DCI in Python
Quicksort in Python
nCr in Python
N-Gramm in Python
Programmieren mit Python
Plink in Python
Konstante in Python
FizzBuzz in Python
SQLite in Python
Schritt AIC in Python
LINE-Bot [0] in Python
CSV in Python
Reverse Assembler mit Python
Reflexion in Python
Konstante in Python
nCr in Python.
Format in Python
Scons in Python 3
Puyopuyo in Python
Python in Virtualenv
PPAP in Python
Quad-Tree in Python
Reflexion in Python
Chemie mit Python
Hashbar in Python
DirectLiNGAM in Python
LiNGAM in Python
In Python reduzieren
In Python flach drücken
Berechnen wir das statistische Problem mit Python
Versuchen Sie, RPN mit Python zu berechnen (für Anfänger)
Sortierte Liste in Python
Täglicher AtCoder # 36 mit Python
Clustertext in Python
AtCoder # 2 jeden Tag mit Python
Täglicher AtCoder # 32 in Python