Azzera filtri
Azzera filtri

Help reconstructing a Lanczos filter function?

2 visualizzazioni (ultimi 30 giorni)
eduardoq
eduardoq il 30 Dic 2012
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

Risposte (0)

Categorie

Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by