photo

Muhammad fayyaz


Active since 2014

Followers: 0   Following: 0

Message

i am student

Statistics

MATLAB Answers

4 Questions
6 Answers

RANK
283,999
of 300,338

REPUTATION
0

CONTRIBUTIONS
4 Questions
6 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,922

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,149

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

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

9 years ago | 0

Question


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

11 years ago | 1 answer | 0

1

answer

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

11 years ago | 0

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

11 years ago | 0

Answered
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

11 years ago | 0

Question


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

11 years ago | 4 answers | 0

4

answers

Question


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

11 years ago | 1 answer | 0

1

answer

Answered
matlab code for simple LSB audio steganography
i have

11 years ago | 0

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

11 years ago | 0

Question


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

11 years ago | 3 answers | 0

3

answers