photo

ANJANA KRISHNAN A


2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
0 回答

ランク
39,605
of 301,436

評判
1

コントリビューション
7 質問
0 回答

回答採用率
42.86%

獲得投票数
1

ランク
 of 21,278

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 174,540

コントリビューション
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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 1 件の回答 | 0

1

回答