Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试绘制电流波形的 FFT。结果,我得到了一些对我来说没有意义的东西。我不明白为什么我在峰值电流只有 4 的情况下得到 10^6。这里有什么帮助吗?我正在使用 numpy 进行 FFT 计算。
我可以发布这些情节,但我还不允许在这里。
有几种方法可以对 DFT/FFT 的结果进行归一化(请参阅此处关于归一化的讨论)。
看起来NumPy 使用了正向 DFT 不除以 的约定N。
N