필터 지우기
필터 지우기

Help reconstructing a Lanczos filter function?

조회 수: 2 (최근 30일)
eduardoq
eduardoq 2012년 12월 30일
Hi, Im going through old programs and ran into a problem. I build a function called lnz_co for lanczos filters but it has been erased from my library can someone help me out? the function sets up as follows:
[md,nd]=size(v); %%where v is a vector
fo=0; %% initial frequency
fc=1/48; %%cut off frequency
fn=1/2; %%Nyquist frequency
lp=200; %%not sure what this is
df=1/md;
f=lnz_co(fo,fc,fn,lp,df);
Please help

답변 (0개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by