-
inherit1
有关继承函数,初学者可以作为非常不错的例子,了解语法结构(inherit )
- 2009-11-30 19:37:46下载
- 积分:1
-
NSGA-II
一种快速多目标遗传算法,NSGA-Ⅱ是目前最流行的多目标进化算法之一,它降低了非劣排序遗传算法的复杂性,具有运行速度快,解集的收敛性好的优点,成为其他多目标优化算法性能的基准。(A fast multi-objective genetic algorithm, NSGA-Ⅱ is the most popular one multi-objective evolutionary algorithm, which reduces the non-dominated sorting genetic algorithm complexity, running speed, the solution converges and good benefits set to become Other multi-objective optimization algorithm performance benchmarks.)
- 2020-12-26 22:19:02下载
- 积分:1
-
music
说明: 输入为两个信号,采用music算法进行特征分解,实现测向的目的(Input into two signals characteristic decomposition algorithm using music to achieve the purpose of finding)
- 2010-03-31 22:29:52下载
- 积分:1
-
emd
Emperical mode decomposition
- 2015-04-22 15:34:05下载
- 积分: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
-
ADRC-chengxu
ADRC算法,根据韩京清的自抗扰技术慢慢看,含有王久和的交流电动机的非线性控制一起看(The ADRC algorithm, based on ADRC technology slowly to see Han Jingqing, nonlinear control with AC motor king long and together with the ADRC algorithm, based on ADRC technology slowly to see Han Jingqing, nonlinear control with AC motor and the king long together)
- 2014-02-20 22:46:02下载
- 积分:1
-
Dropout11
MPCA的代码,非常有用,适合初学者。建议初学者学学,入门(MPCA s code, very useful for beginners. Recommended for beginners to learn, entry)
- 2014-09-13 23:45:59下载
- 积分:1
-
tiaozhijietiao
MATLAB不仅仅实现了psk的调制,而且实现了其解调过程(MATLAB is not achieved psk modulation and demodulation process of the realization of its)
- 2009-05-14 10:16:31下载
- 积分:1
-
MatlabBP
用不同的算法解决BP网络的问题,十分强大,应有尽有。(use differnt ways to solve the BP network,powerful,convinient)
- 2013-04-22 19:25:01下载
- 积分:1
-
Ch4figs
阵列处理第四章 源代码 matlab code(array processing matlab code)
- 2012-04-27 09:08:36下载
- 积分:1