Hide audio inside other audio using FFT
显示 更早的评论
How can i hide audio inside other using FFT, i dont need the code of doing this, I just need to know how to begin and what to do ? the first image is for the first audio and the second which i want to hide

6 个评论
Image Analyst
2020-5-12
Since you want to use a particular method to do your audio steganography, you must have heard of it before. So don't you have a paper that you (not us) can follow?
Suha Ismail
2020-5-12
yasmine emam
2020-5-12
please i need the code of doing this??
Walter Roberson
2020-5-12
编辑:Walter Roberson
2020-5-12
The basic outline there works fine, except that due to round-off error the ifft() might come out with small complex components that can be ignored.
Suha Ismail
2020-5-14
Walter Roberson
2020-5-14
fft, extract center (you need to know the size), and ifft() that.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Simulation, Tuning, and Visualization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!