@@ -6583,15 +6583,15 @@ def psd(self, x, NFFT=None, Fs=None, Fc=None, detrend=None,
6583
6583
6584
6584
See Also
6585
6585
--------
6586
- ` specgram`
6587
- `specgram` differs in the default overlap; in not returning
6588
- the mean of the segment periodograms; in returning the times of the
6586
+ specgram
6587
+ `specgram` differs in the default overlap; in not returning the
6588
+ mean of the segment periodograms; in returning the times of the
6589
6589
segments; and in plotting a colormap instead of a line.
6590
6590
6591
- ` magnitude_spectrum`
6591
+ magnitude_spectrum
6592
6592
`magnitude_spectrum` plots the magnitude spectrum.
6593
6593
6594
- ` csd`
6594
+ csd
6595
6595
`csd` plots the spectral density between two signals.
6596
6596
"""
6597
6597
if not self ._hold :
@@ -6711,7 +6711,7 @@ def csd(self, x, y, NFFT=None, Fs=None, Fc=None, detrend=None,
6711
6711
6712
6712
See Also
6713
6713
--------
6714
- ` psd`
6714
+ psd
6715
6715
`psd` is the equivalent to setting y=x.
6716
6716
"""
6717
6717
if not self ._hold :
@@ -6801,20 +6801,19 @@ def magnitude_spectrum(self, x, Fs=None, Fc=None, window=None,
6801
6801
6802
6802
See Also
6803
6803
--------
6804
- ` psd`
6804
+ psd
6805
6805
`psd` plots the power spectral density.`.
6806
6806
6807
- `angle_spectrum`
6808
- `angle_spectrum` plots the angles of the corresponding
6809
- frequencies.
6807
+ angle_spectrum
6808
+ `angle_spectrum` plots the angles of the corresponding frequencies.
6810
6809
6811
- ` phase_spectrum`
6810
+ phase_spectrum
6812
6811
`phase_spectrum` plots the phase (unwrapped angle) of the
6813
6812
corresponding frequencies.
6814
6813
6815
- ` specgram`
6816
- `specgram` can plot the magnitude spectrum of segments within
6817
- the signal in a colormap.
6814
+ specgram
6815
+ `specgram` can plot the magnitude spectrum of segments within the
6816
+ signal in a colormap.
6818
6817
"""
6819
6818
if not self ._hold :
6820
6819
self .cla ()
@@ -6896,15 +6895,14 @@ def angle_spectrum(self, x, Fs=None, Fc=None, window=None,
6896
6895
6897
6896
See Also
6898
6897
--------
6899
- ` magnitude_spectrum`
6900
- `angle_spectrum ` plots the magnitudes of the corresponding
6898
+ magnitude_spectrum
6899
+ `magnitude_spectrum ` plots the magnitudes of the corresponding
6901
6900
frequencies.
6902
6901
6903
- `phase_spectrum`
6904
- `phase_spectrum` plots the unwrapped version of this
6905
- function.
6902
+ phase_spectrum
6903
+ `phase_spectrum` plots the unwrapped version of this function.
6906
6904
6907
- ` specgram`
6905
+ specgram
6908
6906
`specgram` can plot the angle spectrum of segments within the
6909
6907
signal in a colormap.
6910
6908
"""
@@ -6976,14 +6974,14 @@ def phase_spectrum(self, x, Fs=None, Fc=None, window=None,
6976
6974
6977
6975
See Also
6978
6976
--------
6979
- ` magnitude_spectrum`
6980
- `magnitude_spectrum` plots the magnitudes of the
6981
- corresponding frequencies.
6977
+ magnitude_spectrum
6978
+ `magnitude_spectrum` plots the magnitudes of the corresponding
6979
+ frequencies.
6982
6980
6983
- ` angle_spectrum`
6981
+ angle_spectrum
6984
6982
`angle_spectrum` plots the wrapped version of this function.
6985
6983
6986
- ` specgram`
6984
+ specgram
6987
6985
`specgram` can plot the phase spectrum of segments within the
6988
6986
signal in a colormap.
6989
6987
"""
@@ -7164,20 +7162,20 @@ def specgram(self, x, NFFT=None, Fs=None, Fc=None, detrend=None,
7164
7162
7165
7163
See Also
7166
7164
--------
7167
- ` psd`
7168
- `psd` differs in the default overlap; in returning the mean
7169
- of the segment periodograms; in not returning times; and in
7170
- generating a line plot instead of colormap.
7165
+ psd
7166
+ `psd` differs in the default overlap; in returning the mean of the
7167
+ segment periodograms; in not returning times; and in generating a
7168
+ line plot instead of colormap.
7171
7169
7172
- ` magnitude_spectrum`
7170
+ magnitude_spectrum
7173
7171
A single spectrum, similar to having a single segment when *mode*
7174
7172
is 'magnitude'. Plots a line instead of a colormap.
7175
7173
7176
- ` angle_spectrum`
7174
+ angle_spectrum
7177
7175
A single spectrum, similar to having a single segment when *mode*
7178
7176
is 'angle'. Plots a line instead of a colormap.
7179
7177
7180
- ` phase_spectrum`
7178
+ phase_spectrum
7181
7179
A single spectrum, similar to having a single segment when *mode*
7182
7180
is 'phase'. Plots a line instead of a colormap.
7183
7181
"""
0 commit comments