Which Dct Algorithm is used ?

2 Ansichten (letzte 30 Tage)
marie lasz
marie lasz am 9 Dez. 2019
Kommentiert: marie lasz am 10 Dez. 2019
Hello,
Can anyone tell me that which algo is used in this dct watermarking code or anyone who already used that code? Here is the link
Thanks in advance!

Antworten (1)

Walter Roberson
Walter Roberson am 9 Dez. 2019
dct2 does dct(), transposes the array, and does dct() again.
dct() that is invoked is a private function, not the public dct from the signal processing toolbox. However, the two use the same internal structure; fft() and multiply by weights.
  1 Kommentar
marie lasz
marie lasz am 10 Dez. 2019
Thanks for your response and I know that watermarking is performed here in dct domain but I don't know the complete algorithm? Or which research paper is followed?

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by