-
NETworld
复杂网络的一篇综述,相信对学习这方面的人会有所帮助的(In this paper ,first,we use polar coordinates transformation for high-dimensional nonlinear Schrö dinger equation , then use separation of variables and homogeneous balance method ,we get spiral wave solution of this Schrö dinger equation and analyze the desired exact solution through the image.)
- 2009-12-11 10:43:15下载
- 积分:1
-
duanshixinhao
利用matlab对短时信号进行短时能量分析,频谱分析,以及短时傅里叶变换。(Use of matlab for short-term energy of the transient signal analysis, spectrum analysis, and short time Fourier transform.)
- 2011-08-30 11:10:47下载
- 积分:1
-
svc-Classification
支持向量机分类源代码 可以做分类和回归预测用(SVM source code)
- 2014-09-23 21:34:10下载
- 积分:1
-
nmm
这是《Numerical Methods with MATLAB: Implementation and Application》一书的配书程序(Matlab)(matlab code for "Numerical Methods with MATLAB: Implementation and Application")
- 2009-04-18 18:35:50下载
- 积分:1
-
Binary_FSK
matlab code code for binary modulation in fsk
- 2012-09-04 03:02:46下载
- 积分:1
-
sound_speed
海洋声场kraken模型数值方法计算,用于海洋声场的数值仿真。(Numerical calculation of Kraken model of ocean sound field for numerical simulation of ocean sound field.)
- 2017-10-24 09:44:29下载
- 积分:1
-
output_of_DCT_in_image_fusion
u can calculate DCT
clc
inp = imread( Im1.jpg )
inp1 = imread( Im2.jpg )
A = double(inp(:,:,1))
B = double(inp1(:,:,1))
A1=double(blkproc(A,[8 8], dct2 ))
B1=double(blkproc(B,[8 8], dct2 ))
[r,c] = size(A1)
r1 = []
for i=1:r
for j=1:c
if A1(i,j) > B1(i,j)
r1(i,j)=A1(i,j)
else
r1(i,j)=B1(i,j)
end
end
end
r1= double(r1(:,:,1))
C=blkproc(r1,[8 8], idct2 )
round(C)
C1=idct2(r1)
figure
imshow(uint8(C))
figure
imshow(uint8(C1))
imwrite(uint8(C), dct8x8min.jpg )
- 2011-01-09 23:26:05下载
- 积分:1
-
sqcf
双曲线差分格式求解,包括一个双曲格式求截断误差及稳定性的例子,以及二维波动方程显格式、交替方向格式ADI1和ADIII格式的求解及matlab 程序,文件中附文档及题目的说明及其解法,易读易懂(Difference scheme for solving hyperbolic, including the format of seek a hyperbolic example of truncation error and stability, and significant two-dimensional wave equation format, alternating direction and ADIII format format ADI1 Solution and matlab programs, files, documents and questions in the attached instructions and Its solution, easy to read easy to understand)
- 2011-01-26 11:03:59下载
- 积分:1
-
gcp_genetic_change3
用遗传算法解决三着色问题,并给出了GUI界面,代码有注释说明!(Genetic algorithms to solve the three coloring problem, and finally gives a GUI interface.What s more part of code annotated description!)
- 2014-08-25 22:07:27下载
- 积分:1
-
1PH-DIODE-RECTIFIER
This is matlab simulation model for single phase diode rectifier
- 2014-09-03 14:58:53下载
- 积分:1