-
chaos
混沌吸引子,有logistic,有lonez等(Chaotic attractor, there are logistic, etc. have lonez)
- 2013-07-09 17:31:45下载
- 积分:1
-
Matlab_special_symbols
matlab中有很多特殊符号需要表示,本文列出了常用的希腊字符的表示方法(Matlab has many special symbols need to say, this is a list of the commonly used method of Greek character says)
- 2011-11-22 19:15:10下载
- 积分:1
-
Graph
复杂网络中寻找特定边,删除边和增加边的源程序(A source program for finding specific edges, deleting edges, and increasing edges in complex networks)
- 2017-06-25 21:29:51下载
- 积分:1
-
matlab.
说明: MATLAB软件简介 :MATLAB产生的历史背景、 MATLAB的语言特点、 基本功能等。(Introduction to MATLAB software: MATLAB historical background, MATLAB language features, the basic functions.)
- 2011-02-25 18:45:35下载
- 积分:1
-
GA01
完整解决0-1背包问题的遗传算法程序,包括输出数据统计(Complete knapsack problem solving o-1 genetic algorithm program)
- 2014-12-02 15:30:06下载
- 积分:1
-
Archive
一个简单的MATLEB图像处理软件,可以用来实现图像的打开,灰度变换,添加噪声,几何操作,绘制直方图等。(A simple MATLEB image processing software can be used to achieve the image open, gray-scale transformation, adding noise, geometric operations, draw histogram and so on.)
- 2009-11-10 09:09:14下载
- 积分:1
-
chapter5_12
这是模式分类一书中第五章的修改的Ho-Kashyap算法的matlab代码实现。(This is a book of pattern classification to amend Chapter V of the Ho-Kashyap algorithm matlab code.)
- 2009-04-29 16:59:28下载
- 积分:1
-
example4_3
例3:分析占空比为ta的矩形脉冲频谱
T=1 时间窗大小
ta=0.5 占空比
N=256
t=linspace(-T,T,N)
ts=2*T/N
fs=1/ts
(x=zeros(1,N)
x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1)
y=fft(x,N)
figure
plot(t,x)
title([ 时域信号图 占空比为 ,num2str(ta)])
axis([-T T-0.2 1.2])
xlabel( t /s )
figure
subplot(211)
f=linspace(-fs/2,fs/2,N)
plot(f,abs(fftshift(y))/N)
title([ 矩形脉冲双边谱 脉冲时间t=[- ,num2str(ta*T), , ,num2str(ta*T), ] ])
xlabel( f /Hz )
)
- 2010-05-25 20:59:59下载
- 积分:1
-
program
其中有五个程序,详细地说明了五种基于模糊数据的模糊聚类的方法与实现步骤。其中五种程序分别来自五个权威外文论文(Among them, five procedures, detailed description of five based on fuzzy data fuzzy clustering methods and implementation steps. Five procedures in which the authority of a foreign language from the five papers)
- 2008-12-14 18:05:46下载
- 积分:1
-
ClassificationA
基于神经网路的遥感图像分类,使用神经网络对几幅不同频段的遥感图像分类,主要是区分图像中不同的地形区域。(Neural network-based remote sensing image classification, the use of neural networks on a number of different band remote sensing image classification, mainly to distinguish between images of different regions of the terrain.)
- 2008-01-16 16:01:20下载
- 积分:1