m
Line 2: Line 2:
 
This is the test page, like a sandbox, where you can try whatever you want.
 
This is the test page, like a sandbox, where you can try whatever you want.
  
[[:Category:Test_Old Kiwi]]
+
[[:Category:Test_Old Kiwi|Test]]
  
 
<source lang="matlab">
 
<source lang="matlab">

Revision as of 10:59, 27 March 2008

Test Page

This is the test page, like a sandbox, where you can try whatever you want.

Test

function S = DFTsum(x)
N = length(x);
S = zeros(1, N);
n = 1:N;
 
for k = 1:N
S(k) = sum(x(n) .* exp(-j*2*pi*(k-1)*(n-1)/N));
end
end

Labeled Section Transclusion

{{#lsth:Scilab_-_resources_related_to_Scilab|Brief Introduction to Scilab}}

Convolution

Zoom In {{#lsth:TestZoom|Generic Definition}}

FLV PLayer

<flvplayer height="480" width="640" autoplay="false">TeachingTool.flv</flvplayer>

Media Include

Media:TeachingTool_Old Kiwi.flv

Alumni Liaison

Ph.D. on Applied Mathematics in Aug 2007. Involved on applications of image super-resolution to electron microscopy

Francisco Blanco-Silva