Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiim committed Sep 2, 2024
1 parent 70f927b commit a58fa18
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ from classical_doa.plot import plot_spatial_spectrum
# Create a 8-element ULA with 0.5m spacing
ula = arrays.UniformLinearArray(m=8, dd=0.5)
# Create a complex stochastic signal
source = signals.ComplexStochasticSignal(fre=3e8, fs=1e9)
source = signals.ComplexStochasticSignal(fc=3e8)

# Simulate the received data
received_data = ula.received_signal(
Expand Down Expand Up @@ -60,7 +60,7 @@ plot_spatial_spectrum(
```

You will a get a figure like this:
![music_spectrum](pics/music_spectrum.svg)
![music_spectrum](https://github.com/zhiim/classical_doa/blob/master/pics/music_spectrum.svg)

Check `examples` for more examples.

Expand All @@ -75,10 +75,10 @@ Check `examples` for more examples.
### Signal Models

- Narrowband
complex stochastic signal
ComplexStochasticSignal
- Broadband
chirp signal
broadband signal consisting of multiple narrowband signals
ChirpSignal
MultiCarrierSignal

### Algorithms

Expand Down

0 comments on commit a58fa18

Please sign in to comment.