photo

shalini singh


IIIT BANGALORE

Last seen: 3 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

消息

RESEARCHER

统计学

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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

4 years 前 | 0 个回答 | 0

0

个回答

提问


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

4 years 前 | 1 个回答 | 0

1

个回答

提问


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)]; ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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

4 years 前 | 0 个回答 | 0

0

个回答