repo.or.cz
/
wrf-fire-matlab.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge branch 'fixf'
[wrf-fire-matlab.git]
/
fft
/
dst2.m
blob
65197299ba83d228543e1f580bea2bbda322f0d6
1
function Y=dst2(X);
\r
2
% Y=dst2(X)
\r
3
% 2D discrete sine transform
\r
4
Z=dst(X');
\r
5
Y=dst(Z');
\r
6
\r