フィルターのクリア

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 Center および File Exchange2-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