Statistica
8 Domande
0 Risposte
RANK
201.680
of 300.369
REPUTAZIONE
0
CONTRIBUTI
8 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
75.0%
VOTI RICEVUTI
0
RANK
of 168.407
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
how to impement hanning window for following code
As=40; passbandfreq=0.01; transitionwidth=500; normalizedtransitionwidth=transitionwidth/fsamp fsamp=10000; f...
circa 10 anni fa | 0 risposte | 0
0
risposteDomanda
now i have used kaiserrord command but now its giving error that stop band frequency should be zero.how should i fix it?
now i have used kaiserrord command but now its giving error that stop band frequency should be zero.how should i fix it?(i-e ???...
circa 10 anni fa | 0 risposte | 0
0
risposteDomanda
i want to implement kaiser window for given data . but always give following error (i-e ??? Error using ==> fir1 at 77 Frequencies must be increasing. Error in ==> kieser at 23 hn=fir1(N-1,Fc,kaiser(N,beta))).following is my code.
As=40; passbandfreq=0.01; transitionwidth=500; fsamp=10000; Fn=fsamp/2 fc=1200; fc1...
circa 10 anni fa | 1 risposta | 0
1
rispostaDomanda
To implement 3 point moving average filter using convolution in matlab on wav file i used following code but the code is working but there is problem in convolution .here is the m file
problem in convolution plot help please
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
i want to find and hear the frequency responce of a .wav file using following equation y(n)=y(n-1)-0.9*y(n-2)+x(n)+x(n-1) but still its giving error in equation foolowing is my code
the main error is due to the equation please help me to figure it out .following is the code and error PathOriginal = fullf...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
i want to find and hear the frequency responce of a .wav file using following equation y(n)=y(n-1)-0.9*y(n-2)+x(n)+x(n-1) but still its giving error and sound after applying freq responce is not audible.my code is following
PathOriginal = fullfile('C:\Users\Desktop\assigmnt', 'Voice 002.wav'); [y, Fs, n] = wavread(PathOriginal); b=[1 1]; a=[1 -1...
oltre 10 anni fa | 2 risposte | 0
2
risposteDomanda
My code is compiling and numerical values of all variables are appearing in command window .problem is that .wav file is not audible.i have applied simple filter still no change except values in command window.following is the code
PathOriginal = fullfile('C:\Users\Documents\MATLAB', 'AUD-20150716-WA0032.wav'); [y, Fs, n] = wavread(PathOriginal); b=1...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
i am trying to read the .wav file through "wavread" giving path of wave using following code but it always give error 67(i-e ??? Error using ==> wavread at 67 Cannot open file)
[FileName,PathName] = uigetfile('AUD-20150716-WA0032.wav'); PathOriginal=sprintf('%s%s',C:\Users\Downloads,AUD-20150716-WA0...
oltre 10 anni fa | 2 risposte | 0
