Muhammad fayyaz - MATLAB Central
photo

Muhammad fayyaz


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

i am student

统计学

MATLAB AnswersFrom 04/14 to 04/25Use left and right arrows to move selectionFrom 04/14Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

4 个提问
6 个回答

排名
239,526
of 297,986

声誉
0

贡献数
4 个提问
6 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 20,517

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,028

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

9 years 前 | 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 ...

11 years 前 | 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'...

11 years 前 | 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...

11 years 前 | 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

11 years 前 | 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...

11 years 前 | 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 ...

11 years 前 | 1 个回答 | 0

1

个回答

已回答
matlab code for simple LSB audio steganography
i have

11 years 前 | 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...

11 years 前 | 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...

11 years 前 | 3 个回答 | 0

3

个回答