photo

debalina ghosh


Actif depuis 2011

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

6 Questions
4 Réponses

RANG
261 617
of 301 863

RÉPUTATION
0

CONTRIBUTIONS
6 Questions
4 Réponses

ACCEPTATION DE VOS RÉPONSES
16.67%

VOTES REÇUS
0

RANG
 of 21 443

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 177 015

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
error in generating .coe file fom audio file
can anybody resolve my problem ? ? ? its urjent

plus de 14 ans il y a | 0

Question


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

plus de 14 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

plus de 14 ans il y a | 0

Réponse apportée
noise reduction in fir filter
sir, i have tried following your specification firceqrip(). below is my code : clear all Fs = 100000; Fn = Fs/...

plus de 14 ans il y a | 0

Question


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

plus de 14 ans il y a | 3 réponses | 0

3

réponses

Question


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

plus de 14 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 14 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
.coe file in matlab
sir, this site may be deleted, can u plz any other hint to generate.coe file?

plus de 14 ans il y a | 0

Question


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

plus de 14 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 14 ans il y a | 1 réponse | 0

1

réponse