photo

debalina ghosh


2011 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
4 回答

ランク
160,498
of 301,781

評判
0

コントリビューション
6 質問
4 回答

回答採用率
16.67%

獲得投票数
0

ランク
 of 21,420

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 176,526

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
error in generating .coe file fom audio file
can anybody resolve my problem ? ? ? its urjent

約14年 前 | 0

質問


error in generating .coe file fom audio file
I want to fetch the coefficients of a wave file into .coe file so that i can use it in Xilinx logicore file.for that i write the...

約14年 前 | 1 件の回答 | 0

1

回答

回答済み
noise reduction in fir filter
sir, my error is Error in ==> firceqrip at 394 rs = [fo*(0:n1-1)/n1, fo, fo+(1-fo)*(1:n2)/n2]'; Error in ==> nooiserb...

14年以上 前 | 0

回答済み
noise reduction in fir filter
sir, i have tried following your specification firceqrip(). below is my code : clear all Fs = 100000; Fn = Fs/...

14年以上 前 | 0

質問


noise reduction in fir filter
i want to design a bandpass fir filter with Bartlett or hamming window,and want to reduce the pass and stop band ripple.is ther...

14年以上 前 | 3 件の回答 | 0

3

回答

質問


unexpected error
clear all Fs = 10000; Fn = Fs/2; N = 200; B = 16; fc1 = 4911/Fn; %lower cutoff fc2 = 5645/Fn; Fc = [ fc1 fc2]; w = b...

14年以上 前 | 1 件の回答 | 0

1

回答

質問


error in creating .coe file
clear all; size = 255; N = 0 : size; B = 10; div = (N-1) ./ (N+1); c = atanh(div); filename = 'catanh_coeff.coe'; fid =...

14年以上 前 | 1 件の回答 | 0

1

回答

回答済み
.coe file in matlab
sir, this site may be deleted, can u plz any other hint to generate.coe file?

14年以上 前 | 0

質問


Help generating .coe file
i have written a matlab code to generate .coe file. unfortunately .coe file is generated containing nothing. below is my code: ...

14年以上 前 | 1 件の回答 | 0

1

回答

質問


error in text file.
clear all N = 65; B = 16; % bits w = hamming(N);-<-------- error shows. Error in ==>( hamming at 4 ...

14年以上 前 | 1 件の回答 | 0

1

回答