搜索资源列表
-
0下载:
This program is open source code of fast Fourier transform in matlab.
Where y is the input argument and p is the normalized size of the input. Let
y = [1 2 3 4 ]
x= length(y)
m= log2(x)
p= ceil(m)
To call the function use
ft2(y,p
-
-
0下载:
this pdf file of google c++ style. This guide is for keeping a consistency and code manageability in the open source projects developed by Google using C++.
xml version is available in
http://code.google.com/p/google-styleguide/source/browse/tr
-
-
0下载:
This program is open source code of fast Fourier transform in matlab. Where y is the input argument and p is the normalized size of the input. Let y = [1 2 3 4 ] x= length(y) m= log2(x) p= ceil(m) To call the function use ft2(y,p) -This program is op
-