Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Power Spectral Density Capability #67

Closed
LobsterMan123 opened this issue Jun 16, 2023 · 1 comment
Closed

Power Spectral Density Capability #67

LobsterMan123 opened this issue Jun 16, 2023 · 1 comment

Comments

@LobsterMan123
Copy link

Hello,

Would you please tell me if it would be possible for JDSP to have a new feature to calculate the power spectral density of a random signal (I've been told that it is inappropriate to do FFT on random signals)? If it is a trivial thing that the user can do by just writing some loop and doing some simple math on the FFT results instead, please let me know that this is the case as I'd like to be able to implement power spectral density capabilities in my workflows to handle a more diverse set of signals. Thanks.

LM

@psambit9791
Copy link
Owner

@LobsterMan123

Sorry for the late response. I think it is fairly simple to compute the spectral density from the FFT of a signal. This Matlab link provides a good explanation of how this can be done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants