photo

shalini singh


IIIT BANGALORE

Last seen: plus de 3 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Message

RESEARCHER

Statistiques

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


LINEAR PHASE FIR DESIGN
I'm designing a low pass linear phase fir filter. To get coefficients i used park mcclellan algorithm. my filter impulse respons...

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

0

réponse

Question


design linear phase fir
i need implement linear phase FIR filter. I have attached the diagram and equation i need to implement. I'm facing negative ind...

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

1

réponse

Question


how linear fir algorithm works?
function [y,z] = fir_filt_linear_buff(b,x,z) y = zeros(size(x)); for n=1:length(x) z = [x(n); z(1:end-1)]; ...

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

1

réponse

Question


FVTool error : output arguement "hh" (may be others) not assigned during call to "xlabel".....why this error is coming? how can i get rid of this error?
FVTool error : output arguement "hh" (may be others) not assigned during call to "xlabel".....why this error is coming? how can ...

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

0

réponse