photo

ANJANA KRISHNAN A


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
39,598
of 300,918

声誉
1

贡献数
7 个提问
0 个回答

回答接受率
42.86%

收到投票数
1

排名
 of 21,110

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,685

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


problems in vigenere square encryption algorithm
I used vignere square encryption algorithm in my code for steganography. I took code from here : https://in.mathworks.com...

9 years 前 | 0 个回答 | 0

0

个回答

提问


How can i find SNR, PEAQ and ODG values by comparing two audios?
I have two audio A and B.B is the noisy version of A.I want to know how much B is different from A. Can i do this by calculatin...

9 years 前 | 0 个回答 | 1

0

个回答

提问


Pseudo random number sequence with non-repeating elements
I want to generate a pseudo random number sequence which doesn't repeat any of its elements. For example,I need 25 elements i...

9 years 前 | 1 个回答 | 0

1

个回答

提问


FFT and IFFT of audio signal
I was trying to take FFT of an audio and then take IFFT to get the same audio.But i didn't get the entire audio.There wasn't any...

9 years 前 | 1 个回答 | 0

1

个回答

提问


How can I play an audio whose sample values were read as 'native' ??
I used wavread command to read a wavfile as 'native'.I want to play that audio. Can I play it using sound() in matlab? If...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Error while using dec2bin() : too many input arguments
when i run this code: M = 'Hello'; % Now encode: Mbinlong = reshape(dec2bin(double(M),7).',[],1) I get this error : ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


How can represent a recorded speech signal(.wav format) as a binary matrix?
A audio(in wav format) is read to variable 'p' using wavread().The sample values p contain vary between -1 and +1.what i exactly...

9 years 前 | 1 个回答 | 0

1

个回答