Statistik
13 Fragen
0 Antworten
RANG
196.703
of 295.448
REPUTATION
0
BEITRÄGE
13 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
15.38%
ERHALTENE STIMMEN
0
RANG
of 20.227
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.872
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
Frage
audio enhancement technique to improve the audio quality
in audio steganography i hidden an image into audio file..so that am getting noise in stego audio.so i want to enhance my audio ...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
image hidden in audio...while retrieving i get some dots in the hidden image..help me
<</matlabcentral/answers/uploaded_files/25913/original%20imag.png>> <</matlabcentral/answers/uploaded_files/25914/retrieve%20...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to segment audio signal ???
i take an audio that consist of ~7 lakhs values(single channel and 22050 sampling frequency) so that matlab can't process the au...
fast 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how can i find the coin value from the coin image??
if the coin image slightly changes its position means its area value to b changed in indian coins..so that how can i recognise t...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
adc code for 16khz wav file.
U=256; % range signal n=7;% number of bits q=U/(2^n-1); y=abs(wavread('C:\Users\hp\Desktop\ee.wav')); a=fix(y/q); from t...
fast 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to convert the float into binary ?? the float values are audio samples and also the negative values are there
[x,fs] = wavread('C:\Users\hp\Desktop\ee.wav'); the valuess of in <26121*1double>.... float2bin is not working for the double ...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
what are the algorithms are available for image steganography..
i use lsb algorithm..if i am changing the intermediate bits means can i get the accurate output?? can genetic algorithm used f...
fast 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
i done data hiding in image using lsb algorithm..i store the stego image in .gif format..again i read a stego image means that matrix value will be changed..how its occurs..how can i get the stego image matrix correctly
if i want t retrieve the hidden data from the stego image means, i willl do the reverse process in the same program or again rea...
fast 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
i have 128 values in a single variable..how can separate each 8 bits?? and then i convert the each 8 bit into ascii and then convert into string??
f=dec2bin(d);%i have 128 values in f how can i separate each 8bits..and then convert into ascii and then string
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
i hide a text into an image by using lsb algorithm successfully..now i want to retrive the txt from the stegno image by the same algorithm..how can i retrieve the text
stegenography using lsb algorithm
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
i want to hide an image into audio file
i need a coding by using lsb algorithm
fast 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
i want t hide an 256 * 256 image into the audio file by using lsb algorithm..i think there is a possibility of noise..i want to produce the output as noise free or very low noise. ..what can i do??
if i use a filter means it removes the noise..But there is a possibility of loss of my image content..so give me the solution fo...
fast 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
there are two 8 bit binary values in a single variable...how can i concate these two values???
a='asd'; b=double(a); c=dec2bin(b,8); d=length(c); i need to get d as 24 how can i get?
fast 10 Jahre vor | 3 Antworten | 0