-
lqxpid_gaf
ga算法
优化PID参数
功能简单实用
很好很强大(let us go)
- 2010-05-28 15:04:37下载
- 积分:1
-
continuous_ideal_pll
charge pump PLL matlab simulink
- 2011-06-22 21:29:33下载
- 积分:1
-
Windmill
windmill simulink for matlab simulation for project
- 2014-11-17 23:35:53下载
- 积分:1
-
tezheng
这是我自己编写的提取brushlet能量相位特征的程序,然后有结果。(tezheng.zip)
- 2010-09-14 13:38:04下载
- 积分:1
-
check
LSB的matlab 算法实现!隐写术!基于空域的信息隐藏算法虽然不及基于频域的信息隐藏的算法常用,但是其在信息隐藏中也占有一席之地。在空域算法中,LSB堪称经典,可以作为信息隐藏的入门砖。(description of matlab )
- 2012-03-30 11:33:34下载
- 积分:1
-
Evaluation-Scientific-Research
基于matlab工具箱中的离散Hopfield神经网络的分类问题-高校科研能力评价(Matlab toolbox based on the discrete Hopfield neural network classification problems- Evaluation of Scientific Research)
- 2011-04-27 11:02:13下载
- 积分:1
-
A-method-of-reliability-evaluation
一篇基于简化网络模型和网络等值的复杂中压配电网可靠性评估的英文文献,很有实用教学意义!(A network based on the simplified equivalent network model and the complexity of the medium voltage distribution network reliability assessment of English literature, teaching is very practical sense!A method of reliability evaluation for complex medium-voltage distribution system based on simplified network model and network-equivalent)
- 2011-10-23 13:52:35下载
- 积分: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
-
23adc
基于Matlab的ADC自动测试系统开发(Matlab-based ADC automatic test system development
)
- 2012-01-25 07:42:23下载
- 积分:1
-
比例公平调度算法
比例公平调度算法的matlab算法,可能有不完善的地方,仅供参考(Proportional fair scheduling algorithm)
- 2017-11-15 14:47:13下载
- 积分:1