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.
对于那些使用过 jfftpack 的人,有没有办法根据从 RealDoubleFFT.ft() 命令收到的信息来计算频率?它产生一个可用于绘制 fft 的波表,但我还需要从中获取频率
private RealDoubleFFT transformer; double[] toTransform= raw data sent from short[] to the double[] transformer.ft(toTransform);