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 结果来均衡音乐样本。我知道如何获得每个输出虚数的频率,问题是修改这个值以获得“均衡器效果”。我需要知道如何缩放这个值。条目大小为 4096 个样本,采样率为 44100 HZ 提前致谢 Alex
您只需要缩放频域箱。请注意,这些是您需要乘以标量值的复数,因此您需要将实部和虚部都缩放相同的因子。
请注意,您应该避免相邻频域箱之间的突然变化,因为这将导致时域中的伪影。