python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Right method for finding 2-D Spatial Spectrum from CSD
I try to implement the spatial spectrum from the above equation (attached)
Where kX, kY are the grid points in k space,
C(w,r) - cross spectral densities between the i'th and j'th sensor(here it is a...
pluto
Votes: 0
Answers: 2
python signal.scipy.welch for complex input returns frequency indices which are not ordered negative to positive
My aim is to plot the PSD of a complex vector x.
I calculated the spectrum estimation using scipy.welch (version 1.4.1):
f, Px = scipy.signal.welch(**x**, return_onesided=False, detrend=False)
and th...

Idnv
Votes: 0
Answers: 1