Git Product home page Git Product logo

Comments (4)

arokem avatar arokem commented on September 24, 2024

Yeah - that doesn't seem right. I will take a look.

from nitime.

arokem avatar arokem commented on September 24, 2024

OK - got it. This is because S_original.spectrum_fourier returns the complex spectrum and when it is plotted, we only get the real part, not the absolute value.

So - there are a few possible ways to go about this: one would be that the analyzer would return the absolute value, to be consistent with the other spectral analysis methods. But that would mean throwing away the phase information. The other option is for the code in the example to take the absolute value before plotting. I favor the latter, but I am open to suggestions.

What do you think?

from nitime.

satra avatar satra commented on September 24, 2024

two thoughts. without having looked into the code and from my understanding of welch, i suspect the others are really returning the power spectral density (dB/Hz) whereas the fft is returning the complex spectrum. for the code example i think it would be prudent simply to plot the magnitude of the complex value.

from nitime.

arokem avatar arokem commented on September 24, 2024

This is closed by that commit

from nitime.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.