m (Labeled Section Transclusion Test) |
|||
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. | ||
− | <source lang=" | + | <source lang="matlab"> |
function S = DFTsum(x) | function S = DFTsum(x) | ||
− | |||
N = length(x); | N = length(x); | ||
S = zeros(1, N); | S = zeros(1, N); | ||
Line 12: | Line 11: | ||
S(k) = sum(x(n) .* exp(-j*2*pi*(k-1)*(n-1)/N)); | S(k) = sum(x(n) .* exp(-j*2*pi*(k-1)*(n-1)/N)); | ||
end | end | ||
− | |||
end | end | ||
</source> | </source> | ||
+ | |||
+ | == Labeled Section Transclusion == | ||
+ | {{#lsth:Scilab_-_resources_related_to_Scilab|Brief Introduction to Scilab}} | ||
== FLV PLayer == | == FLV PLayer == | ||
− | <flvplayer height="480" width="640">TeachingTool.flv</flvplayer> | + | <flvplayer height="480" width="640" autoplay="false">TeachingTool.flv</flvplayer> |
== Media Include == | == Media Include == | ||
[[Media:TeachingTool_Old Kiwi.flv]] | [[Media:TeachingTool_Old Kiwi.flv]] | ||
− | |||
− |
Revision as of 09:44, 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}}
FLV PLayer
<flvplayer height="480" width="640" autoplay="false">TeachingTool.flv</flvplayer>