-
immune7
免疫算法例子.本例是求取一个分段函数的最大值.(Examples of immune algorithm. In this case is to strike a maximum of a piecewise function.)
- 2008-04-28 21:53:49下载
- 积分:1
-
The-least-squares-estimate
1线性最小二乘估计
2线性最小二乘加权估计
3线性最小二乘递推估计
4单参量的线性最小二乘估计
(The least squares estimate)
- 2014-11-27 14:02:04下载
- 积分:1
-
Hist_egalis
implimentation de histogram sous matalb
- 2010-03-13 23:37:24下载
- 积分:1
-
MATLAB-
用于车辆路径的优化的禁忌搜索程序代码,能够解决多车辆的动态调度问题(it is for SDVRP )
- 2020-12-27 14:39:02下载
- 积分:1
-
calyy000
这个程序是MATLAB里面完成了计算节点导纳矩阵的功能,对初学者很有用。(This procedure is done inside MATLAB function calculates the node admittance matrix, useful for beginners.)
- 2015-09-18 20:54:34下载
- 积分:1
-
常见的熵值计算的matlab 程序统计Entropy
常见的熵值计算的matlab 程序统计
样本熵 模糊熵 排列熵 多尺度熵 层次熵等(SampleEntorpy FuzzyEntropy PermutationEntropy HierarchicalEntropy)
- 2021-03-24 20:49:17下载
- 积分:1
-
equation
分别用高斯消去法,三角分解法,Jacobi迭代法,GS迭代法,SOR迭代法求解Ax=b(Separately using Gaussian elimination, triangular decomposition, Jacobi iterative method, GS iterative method, SOR iterative method for solving Ax = b)
- 2009-03-17 00:01:33下载
- 积分:1
-
GA_TSP12
与本人上次上传的类别一样,都是利用遗传算法求解TSP问题,本次采用的开发环境为 matlab!(From my previous categories, are the use of genetic algorithm to solve TSP problems, the development environment for the use of matlab!)
- 2008-05-23 02:14:01下载
- 积分:1
-
MatchFilterLFM
高分辨率雷达 距离向压缩算法滤波器设计 三种方法 全面设计(clc
clear all
close all
2013年9月28日
---------------参数----------
Tr=42e-6
fs=9.5e6
K=0.7e11
Nfft=2048
-------------匹配滤波 时域生成--------------
t=(-Tr/2+1/fs:1/fs:Tr/2-1/fs)
w = kaiser(length(t),2.5)
w=w
w = ones(1,length(t))
ht1=w.*exp(-1i*pi*K*t.^2)
ht2=w.*exp(1i*pi*K*t.^2)
hf1=fft(ht1,Nfft)
hf2=fft(ht2,Nfft)
figure
subplot(211)
plot(abs(hf1))
title( 匹配滤波器1 幅频响应 )
subplot(212)
plot(phase(hf1))
title( 匹配滤波器1 相位 )
figure
subplot(211)
plot(abs(hf2))
title( 匹配滤波器2 幅频响应 )
)
- 2013-10-12 22:32:06下载
- 积分:1
-
PF_codes_boat
粒子滤波,采用matlab与vc共同编写,注意在运行之前需要 在matlab环境下,运行
- 2014-09-11 16:11:27下载
- 积分:1