Statistik
RANG
187.816
of 295.467
REPUTATION
0
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
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...
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 ...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortQuantization 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'...
mehr als 10 Jahre vor | 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...
mehr als 10 Jahre vor | 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
mehr als 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...
mehr als 10 Jahre vor | 4 Antworten | 0
4
AntwortenFrage
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 ...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortLSB 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...
mehr als 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...
mehr als 10 Jahre vor | 3 Antworten | 0