Hide audio inside other audio using FFT
Show older comments
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 Comments
Image Analyst
on 12 May 2020
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
on 12 May 2020
yasmine emam
on 12 May 2020
please i need the code of doing this??
Walter Roberson
on 12 May 2020
Edited: Walter Roberson
on 12 May 2020
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
on 14 May 2020
Walter Roberson
on 14 May 2020
fft, extract center (you need to know the size), and ifft() that.
Answers (0)
Categories
Find more on Simulation, Tuning, and Visualization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!