photo

lione felus


Con actividad desde 2015

Followers: 0   Following: 0

Estadística

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


how to impement hanning window for following code
As=40; passbandfreq=0.01; transitionwidth=500; normalizedtransitionwidth=transitionwidth/fsamp fsamp=10000; f...

alrededor de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 9 años hace | 2 respuestas | 0

2

respuestas