mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-16 12:16:42 +02:00
Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
749a320452
commit
21ba10c07f
1 changed files with 2 additions and 0 deletions
|
@ -17,5 +17,7 @@ frequency_hz: float = 10.0
|
||||||
t: np.ndarray = np.arange(0, time_series_length) * dt
|
t: np.ndarray = np.arange(0, time_series_length) * dt
|
||||||
y: np.ndarray = np.sin(t * 2 * np.pi * frequency_hz)
|
y: np.ndarray = np.sin(t * 2 * np.pi * frequency_hz)
|
||||||
```
|
```
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue