m (Labeled Section Transclusion Test)
m
Line 16: Line 16:
 
== Labeled Section Transclusion ==
 
== Labeled Section Transclusion ==
 
{{#lsth:Scilab_-_resources_related_to_Scilab|Brief Introduction to Scilab}}
 
{{#lsth:Scilab_-_resources_related_to_Scilab|Brief Introduction to Scilab}}
 +
 +
=== Convolution ===
 +
{{#lsth:TestZoom|General Definition}}
  
 
== FLV PLayer ==
 
== FLV PLayer ==
Line 22: Line 25:
 
== Media Include ==
 
== Media Include ==
 
[[Media:TeachingTool_OldKiwi.flv]]
 
[[Media:TeachingTool_OldKiwi.flv]]
 +
 +
[[Category:Test]]

Revision as of 11:10, 20 March 2008

Test Page

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

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

{{#lsth:TestZoom|General Definition}}

FLV PLayer

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

Media Include

Media:TeachingTool_OldKiwi.flv

Alumni Liaison

Recent Math PhD now doing a post-doctorate at UC Riverside.

Kuei-Nuan Lin