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
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
Suha Ismail 2020 年 5 月 12 日
No , there is no paper , but i think to replace the high frequency with the audio that i want to hide !! i that correct and how can i do that
yasmine emam
yasmine emam 2020 年 5 月 12 日
please i need the code of doing this??
Walter Roberson
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
Suha Ismail 2020 年 5 月 14 日
how can i reterive the hidden audio ?
Walter Roberson
Walter Roberson 2020 年 5 月 14 日
fft, extract center (you need to know the size), and ifft() that.

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeSimulation, Tuning, and Visualization についてさらに検索

質問済み:

2020 年 5 月 12 日

コメント済み:

2020 年 5 月 14 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by