photo

debalina ghosh


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

6 个提问
4 个回答

排名
160,505
of 301,788

声誉
0

贡献数
6 个提问
4 个回答

回答接受率
16.67%

收到投票数
0

排名
 of 21,421

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 176,567

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答

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

14 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答