如何在iPhone中制作RTA分析仪

发布于 2024-09-18 12:47:15 字数 104 浏览 10 评论 0 原文

我想做一个音频 RTA。我将通过aurioTouch示例代码进行尝试,但我无法制作实际的RTA,我想在Octave和1/3 Octave的基础上制作RTA。

请建议我正确的方法。

I want to make an RTA for audio. I will try it by the aurioTouch sample code but I was not able to make that actual RTA, I want to make RTA on the basis of Octave and 1/3 Octave.

Please suggest me the right way.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一世旳自豪 2024-09-25 12:47:15

您可能想要尝试的是具有所需频率响应(倍频程或第三倍频程带宽、过渡宽度、阻带衰减等)的带通滤波器阵列,您可以使用标准 DSP IIR(或者可能是 FFT 重叠相加/保存)过滤算法和技术。 aurioTouch 示例已经向您展示了如何获取音频样本来提供您选择的过滤过程。然后在所需的时间步长绘制每个滤波器(例如:来自包络跟随器)的计算幅度响应。

在线有大量数字信号处理教程和资源:Bores维基教科书DSPGuruDSPGuide 等。

What you might want to try is an array of bandpass filters with your desired frequency response (octave or 3rd octave bandwidth, transition width, stopband attenuation, etc.), which you can implement using standard DSP IIR (or perhaps FFT overlap-add/save) filtering algorithms and techniques. The aurioTouch example already shows you how to get the audio samples to feed your chosen filtering process. Then plot the calculated magnitude response out of each filter (for example: from an envelope follower) at your desired time step.

There are plenty of Digital Signal Processing tutorials and resources on-line: Bores, Wikibooks, DSPGuru, DSPGuide, etc.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文