File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -74,13 +74,15 @@ def pseudo_random(N, rg=None):
7474 """
7575 Pseudorandom distribution.
7676
77- Magnitudes are 1, phase is random.
77+ Generated random data has amplitude spectrum of magnuted 1 and
78+ uniformly distributed phase.
7879
7980 :param N: Number of points.
8081 :type N: int
8182 :param rg: Initialized Generator object
8283 :type rg: numpy.random._generator.Generator
83- :returns: Random samples from the “standard normal” distribution
84+ :returns: Random samples with amplitude spectrum of magnuted 1 and
85+ uniformly distributed phase.
8486
8587 Example
8688 --------
@@ -849,4 +851,4 @@ def get_kurtosis(signal):
849851if __name__ == "__main__" :
850852 time = np .arange (1000 )/ 10000
851853 burst = sine_sweep (time = time , freq_start = 3000 , freq_stop = 15000 , mode = 'logarithmic' )
852- print (burst )
854+ print (burst )
You can’t perform that action at this time.
0 commit comments