Giter Club home page Giter Club logo

Comments (12)

rudrathegreat avatar rudrathegreat commented on August 22, 2024 22

I have finally found out what the problem is!!!!!!!!

But in order to make sure that this is true, I need to ask you a question.

In the line -

from scipy import fft

Are you really try to import this -

from scipy.fftpack import fft

If that is the case, then change the import statement from scipy import fft to from scipy.fftpack import fft

from audio-signal-processing.

WarrenWeckesser avatar WarrenWeckesser commented on August 22, 2024 2

FYI: The module scipy.fft was added in version 1.4.0 of SciPy. It is a replacement for the older scipy.fftpack.

from audio-signal-processing.

rudrathegreat avatar rudrathegreat commented on August 22, 2024

I have found something.

When I am using my IDE editor (PyCharm), I get the error, but when I use Python IDLE, I don't

from audio-signal-processing.

davidpraise45 avatar davidpraise45 commented on August 22, 2024

Hey, have you tried sudo pip install scipy on your computer, or if your have anaconda installed on your pc you don't have to install it ?

from audio-signal-processing.

rudrathegreat avatar rudrathegreat commented on August 22, 2024

I don't have the anaconda distribution. However, when I want to check if I have installed some open-source library, like scipy, I simply just try to import it in the Python Shell. If that works, then you know that library has been installed. When I do that with scipy, I find that there is no error, meaning that it is installed.

from audio-signal-processing.

davidpraise45 avatar davidpraise45 commented on August 22, 2024

I have found something.

When I am using my IDE editor (PyCharm), I get the error, but when I use Python IDLE, I don't

It must be your setup environment with pycharm, go to setting on pycharm and python interpreter and choose the correct interpreter.

from audio-signal-processing.

rudrathegreat avatar rudrathegreat commented on August 22, 2024

I've already done that, still gives the error!

from audio-signal-processing.

davidpraise45 avatar davidpraise45 commented on August 22, 2024

from audio-signal-processing.

davidpraise45 avatar davidpraise45 commented on August 22, 2024

from audio-signal-processing.

rudrathegreat avatar rudrathegreat commented on August 22, 2024

Cool bananas!!!

P.S - I do not really understand what D.k means... um... explanation

from audio-signal-processing.

hafez-ahmad avatar hafez-ahmad commented on August 22, 2024

this worked for me.
from scipy import fft
from scipy import ifft

from audio-signal-processing.

rudrathegreat avatar rudrathegreat commented on August 22, 2024

that was what was in the code. Scipy updated it to -

from scipy.fftpack import fft

from audio-signal-processing.

Related Issues (3)

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.