Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rookiepeng committed Dec 15, 2024
1 parent b7a11ec commit 49e42b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/radarsimpy/receiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ class Receiver:
- **location** (*numpy.ndarray*): 3D location of the channel relative to the radar's position [x, y, z] in meters.
- **polarization** (*numpy.ndarray*): Antenna polarization vector [x, y, z].
Defaults to ``[0, 0, 1]`` (vertical polarization).
Examples:
Defaults to ``[0, 0, 1]`` (vertical polarization).
Examples:
- Vertical polarization: ``[0, 0, 1]``
- Horizontal polarization: ``[0, 1, 0]``
- Right-handed circular polarization: ``[0, 1, 1j]``
Expand Down
4 changes: 2 additions & 2 deletions src/radarsimpy/transmitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ class Transmitter:
- **location** (*numpy.ndarray*): 3D location of the channel relative to the radar [x, y, z] in meters.
- **polarization** (*numpy.ndarray*): Antenna polarization vector [x, y, z].
Default: ``[0, 0, 1]`` (vertical polarization).
Examples:
Default: ``[0, 0, 1]`` (vertical polarization).
Examples:
- Vertical polarization: ``[0, 0, 1]``
- Horizontal polarization: ``[0, 1, 0]``
- Right-handed circular polarization: ``[0, 1, 1j]``
Expand Down

0 comments on commit 49e42b3

Please sign in to comment.