필터 지우기
필터 지우기

code for embedding image in audio

조회 수: 1 (최근 30일)
ponnu kunnath
ponnu kunnath 2018년 3월 21일
hi, I need to hide an image with audio file. Since I don't know matlab coding,I got the java code but i dont know how to convert the javacode to matlab code? %int audioByteCount=0; %for(int i=0;i<colorBytes.length;i++){ %int colorByte = colorBytes[i]; %for(int bit=7; bit>=0; --bit){ %int b = (colorByte >>> bit) & 1; %audioBytes[audioByteCount] = ((audioBytes[audioByteCount] & 0xFE) | b ); %colorByteCount++; } }

답변 (0개)

카테고리

Help CenterFile Exchange에서 Audio and Video Data에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by