-
ACO-TSP
利用蚁群算法解决旅行商问题,其中运用智能蚂蚁算法(Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem)
- 2009-04-09 09:34:09下载
- 积分:1
-
matds
matds choas toolbox russia
- 2011-11-25 03:20:54下载
- 积分:1
-
compute--field-with-matlab
电磁场数值计算的作业代码和文档,绘制了一个立方体空间中电磁场变化情况(Job electromagnetic field numerical calculation code and documentation, draw a cube space electromagnetic field changes)
- 2012-11-25 16:06:16下载
- 积分:1
-
偏微分方程数值解法中用C-N格式求解抛物型方程程序
偏微分方程数值解法中用C-N格式求解抛物型方程程序(Numerical solution of partial differential equations using CN format procedures for Solving Parabolic Equations)
- 2010-05-13 19:52:58下载
- 积分:1
-
Num_Card_Discriminate
人工神经网络进行数字卡片识别,Matlab环境(Artificial neural network for digital identification card)
- 2013-10-06 21:45:15下载
- 积分:1
-
my_2bpsk
my_2bpsk.rar文件包含了一个m文件和一个低通滤波器数据文件,实现的数字通信系统的升余弦基带成型,bpsk数字调制,以及高斯白噪声、接收端相干解调系统处理的各个阶段,并用plot语句画出了相关波形,对于理解数字通信系统有很大的好处。(my_2bpsk.rar file contains an m file and a low-pass filter data file, to achieve the digital communication system raised cosine baseband shaping, bpsk digital modulation, and Gaussian white noise, the receiver coherent detection system at all stages of processing and used to draw the relevant waveform plot statement, the understanding of digital communication systems is highly desirable.)
- 2010-09-07 09:26:14下载
- 积分:1
-
sift.tar
SHIF 算法的matlab实现,可以用于比较SHIF算法(SHIF Algorithm Implementation of Matlab can be used in the comparison algorithm SHIF)
- 2006-11-07 09:26:06下载
- 积分:1
-
budian
matlab补点去噪程序 主要应用于逆向工程的电晕处理(matlab fill denoising procedure applied to the reverse engineering of the corona treatment)
- 2012-06-03 16:13:04下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1
-
Medical-Imaging-Using-Matlab
matlab应用于医学数字信号处理的外文参考文献,既有程序也有理论说明。(Digital signal processing (DSP) techniques, like Radon transformation, Projection
techniques, Fourier transformation in polar form, Hankel transformation, etc., are
used in Medical imaging techniques like Computed Tomography (CT) and
Magnetic Resonance Imaging (MRI) during the process of imaging)
- 2014-02-07 22:11:47下载
- 积分:1