%PROPTF illustre les proprietes de la TF discrete % voir : http://jmmeost.free.fr/Sismique/isis.html % fig1 = http://jmmeost.free.fr/Sismique/proptf1.gif % fig2 = http://jmmeost.free.fr/Sismique/proptf2.gif % fig3 = http://jmmeost.free.fr/Sismique/proptf3.gif clear all nx = 4; dx = .25; LX = nx*dx; xx = 0:dx:(nx-1)*dx; %echantillonnage en x dkx = 2*pi/LX; kxn = pi/dx; kx = 0:dkx:kxn; fx = kx/2/pi; fxn = kxn/2/pi; dfx = dkx/2/pi; %echantillonnage en kx et fx dxx = dx/10; xxx = 0:dxx:nx*dx; dkxx = dkx/10; kxx = -kxn:dkxx:kxn; fxx = kxx/2/pi; % representation des fonctions continues for ifig = 1:2, figure(ifig), clf for ik = 0:nx % nx+1 harmoniques, la derniere aliasee if ifig == 1, P = exp(i*(ik-1)*dkx*xx); PX = exp(i*(ik-1)*dkx*xxx); end % harmoniques complexes if ifig ==2 if ik