photo

Muhammad fayyaz


2014년부터 활동

Followers: 0   Following: 0

메시지

i am student

통계학

  • First Review
  • 3 Month Streak
  • Thankful Level 1
  • Revival Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
LSB in audio stegnography
clc, clear all; [x,fs,nbits]=wavread('camera.wav'); y=((2^(nbits-1)*x(:,1))); for i=1:length(y) if...

8년 초과 전 | 0

질문


how to count bit error
clc x=wavread('one.wav'); a=wavread('stego_message.wav'); y=((2^(nbits-1)*x(:,1))); for i=1:length(y) if y(i)<0 ...

대략 10년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Quantization erorr in audio steganography
OK sir Thanks, i made this code now can you please tell me, is it works for SNR of audio or not. clc k=wavread('one.wav'...

대략 10년 전 | 0

답변 있음
Quantization erorr in audio steganography
Respected Sir, I am doing project can you help me more. i want you to implement the formula in matlab for me which is on page...

대략 10년 전 | 0

답변 있음
Quantization erorr in audio steganography
there is still a problem sir please give me your email address i want to send you my audio file as well as my text file

대략 10년 전 | 0

질문


Quantization erorr in audio steganography
if true %Initialization clc, clear all; %Waveread [x,fs,nbits]=wavread('one.wav'); %sound(x,fs) %Analog-to-Digital C...

대략 10년 전 | 답변 수: 4 | 0

4

답변

질문


How to Compare two Same wave files
i am doing project on audio steganography. i have one file which is "source file". i embed my text in the source file and write ...

대략 10년 전 | 답변 수: 1 | 0

1

답변

답변 있음
matlab code for simple LSB audio steganography
i have

대략 10년 전 | 0

답변 있음
LSB in audio stegnography
sir your answer is correct but i don't understand how this statement works, i need little bit more explanation here y(a, n...

대략 10년 전 | 0

질문


LSB in audio stegnography
% Embed message length in the first 16 samples % (I don't understand how. Can any one explain?) str = dec2bin(length(mes...

대략 10년 전 | 답변 수: 3 | 0

3

답변