Skip to content

Commit 7977113

Browse files
authored
Merge pull request #5 from nilswagner/main
Fix typos
2 parents c090325 + 6fc0117 commit 7977113

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyExSi/signals.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def normal_random(N, rg=None):
4949
5050
Example
5151
--------
52-
>>> import numy as np
52+
>>> import numpy as np
5353
>>> import matplotlib.pyplot as plt
5454
>>> import pyExSi as es
5555
@@ -84,7 +84,7 @@ def pseudo_random(N, rg=None):
8484
8585
Example
8686
--------
87-
>>> import numy as np
87+
>>> import numpy as np
8888
>>> import matplotlib.pyplot as plt
8989
>>> import pyExSi as es
9090
@@ -136,7 +136,7 @@ def burst_random(
136136
137137
Example
138138
--------
139-
>>> import numy as np
139+
>>> import numpy as np
140140
>>> import matplotlib.pyplot as plt
141141
>>> import pyExSi as es
142142
@@ -280,7 +280,7 @@ def impulse(N, n_start=0, width=None, amplitude=1.0, window='sine'):
280280
281281
Example
282282
--------
283-
>>> import numy as np
283+
>>> import numpy as np
284284
>>> import matplotlib.pyplot as plt
285285
>>> import pyExSi as es
286286
@@ -339,7 +339,7 @@ def get_psd(freq, freq_lower, freq_upper, variance=1):
339339
340340
Example
341341
--------
342-
>>> import numy as np
342+
>>> import numpy as np
343343
>>> import matplotlib.pyplot as plt
344344
>>> import pyExSi as es
345345
@@ -387,7 +387,7 @@ def random_gaussian(N, PSD, fs, rg=None):
387387
388388
Example
389389
--------
390-
>>> import numy as np
390+
>>> import numpy as np
391391
>>> import matplotlib.pyplot as plt
392392
>>> import pyExSi as es
393393
@@ -455,7 +455,7 @@ def stationary_nongaussian_signal(N, PSD, fs, s_k=0, k_u=3, mean=0, rg=None):
455455
456456
Example
457457
--------
458-
>>> import numy as np
458+
>>> import numpy as np
459459
>>> import matplotlib.pyplot as plt
460460
>>> import pyExSi as es
461461
@@ -697,7 +697,7 @@ def nonstationary_signal(
697697
698698
Example
699699
--------
700-
>>> import numy as np
700+
>>> import numpy as np
701701
>>> import matplotlib.pyplot as plt
702702
>>> import pyExSi as es
703703

0 commit comments

Comments
 (0)