photo

Muhammad fayyaz


Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

i am student

Statistik

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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...

mehr als 8 Jahre vor | 0

Frage


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 ...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
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'...

etwa 10 Jahre vor | 0

Beantwortet
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...

etwa 10 Jahre vor | 0

Beantwortet
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

etwa 10 Jahre vor | 0

Frage


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...

etwa 10 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


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 ...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
matlab code for simple LSB audio steganography
i have

etwa 10 Jahre vor | 0

Beantwortet
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...

etwa 10 Jahre vor | 0

Frage


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...

etwa 10 Jahre vor | 3 Antworten | 0

3

Antworten