如何将频谱图转换为图像

发布于 2024-08-24 08:59:23 字数 75 浏览 8 评论 0原文

使用 MATLAB,我们将图像转换为音频(.wav 格式)。该音频文件也被转换为频谱图图像。现在我们正在尝试将此频谱图转换为原始输入图像

using MATLAB, we have converted image into audio (.wav format). Also this audio file is converted into spectrogram image. Now we are trying to convert this spectrogram into an original input image

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

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

发布评论

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

评论(1

老街孤人 2024-08-31 08:59:23

如果我理解正确,并且如果频谱图是在不重叠的“滑动窗口”上构建的,那么您可以简单地对每个时间块进行逆 FFT 并将它们组合起来以恢复音频信号。然后执行与将图像转换为音频所执行的操作相反的操作。

If I understand this correctly, and if the spectrogram was built over non-overlapping "sliding windows", you can then simply do the inverse FFT for each time chunk and combine them to recover the audio signal. Then you perform the inverse of the operation you did to covert image to audio.

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