Matlab code for Digital Watermarking using DCT and DWT separately.

조회 수: 5 (최근 30일)
SWATI MISHRA
SWATI MISHRA 2016년 2월 27일
답변: John BG 2016년 2월 27일
I'm new to MATLAB and during my project work need help.I need MatLab code for digital watermarking using "discrete cosine transform".You can send code and study material required to me at swatimishra1@outlook.com

답변 (1개)

John BG
John BG 2016년 2월 27일
The Discrete Cosine Transform already has a function implemented in MATLAB:
dct(x) or dct(x,n)
many MATLAB functions are directly available, you can open yourself the file dct.m
Search for dct.m within the folder where you have installed MATLAB.
and have a look how DCT is implemented.
If you modify a script or function and don't want general public to read the code, you can encrypt the file, from .m to .p with the function pcode.
If you find this answer useful solving your question, please click on the thumbs-up link, thanks in advance
John
UPC-ETSETB 99

카테고리

Help CenterFile Exchange에서 Transforms and Spectral Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by