python - fftpack 中缺少 scipy 函数

标签 python numpy scipy

我用 easy_install scipy 安装了 scipy,但是 Python 找不到 scipy.fftpack.dct()功能。我做错了什么?

enter image description here

最佳答案

scipy.fftpack.dct 在 scipy 版本中可用 0.10.dev , 但在 version 0.9 中缺失.所以你可能有 0.9 或更早的版本。

关于python - fftpack 中缺少 scipy 函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7164216/

相关文章:

python - scikit 学习决策树模型评估

python - PyQt5。多重继承和 __new__

scipy - 为什么 `scipy.signal.stft()` 中的采样频率数与跳数大小相关?

python - 如何有效地 vstack 一系列大型 numpy 数组 block ?

python - Python - Tkinter 中只显示了对 Label 的最后修改。为什么?

python - 如何查看 Mercurial 文件上下文的更改?

Python:具有多个条件的 np.where

python - 伪增加值表的 'resolution'

python - Numbas 并行向量化函数

python - 为什么 theano conv2d 添加空维度?