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!