-
Notifications
You must be signed in to change notification settings - Fork 7
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
Documentation #2
Comments
I also want to compute the power spectrum given a time series. Does the I can see from the source code that |
If all you need is the power spectrum, the periodogram functions in DSP.jl may be sufficient for your purposes. |
Ah, thanks! :) I got my work done. But, I actually don't know if I need the other stuff in this package. I am doing some exploratory analyses on ECoG data with some abstract goals, and I have never done anything like this before. I figured I could learn a little from this package. Minimal verbiage with links to references would be great to get newbies started off! It's easy to understand Julia code, and it would be nice to have some context. |
Thanks @simonster, I wasn't aware of |
I am very interested in using some of the functions in this library, especially
PowerSpectrum
andPowerSpectrumVariance
. This looks like a very useful library in general. It would be nice if there was more extensive documentation.The text was updated successfully, but these errors were encountered: