Skip to content

Commit

Permalink
Update receiver.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rookiepeng committed Dec 15, 2024
1 parent 6da8c06 commit 0f4f9a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/radarsimpy/receiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,18 +68,21 @@ class Receiver:
:ivar dict rf_prop:
RF properties of the receiver:
- **rf_gain** (*float*): RF gain in decibels (dB).
- **noise_figure** (*float*): Noise figure in decibels (dB).
:ivar dict bb_prop:
Baseband properties of the receiver:
- **fs** (*float*): Sampling rate in samples per second (sps).
- **load_resistor** (*float*): Load resistance in ohms (Ω).
- **baseband_gain** (*float*): Baseband gain in decibels (dB).
- **bb_type** (*str*): Baseband data type, either ``real`` or ``complex``.
:ivar dict rxchannel_prop:
Properties of the receiver channels:
- **size** (*int*): Number of receiver channels.
- **locations** (*numpy.ndarray*): 3D locations of the receiver channels [x, y, z] in meters.
- **polarization** (*numpy.ndarray*): Polarization vectors of the receiver channels.
Expand Down

0 comments on commit 0f4f9a6

Please sign in to comment.