-
Conwaylife
元胞自动机的生命游戏用matlab实现,非常好的一个程序(Coway s Life is a very good program)
- 2010-06-08 10:35:49下载
- 积分:1
-
huiseyuce
灰色动态预测源代码预测水资源。灰色动态模型群模型
是改进的灰色预测模型,可以克服不稳定信息带来的
不良影响利用不同时段数据建立不同的灰色 GM(1,1)模型来构造灰色预测模型
群,分别对未来时刻的各项预测值进行统计计算,并将统计平均值作为预测值,
进一步提高了预测的精度和预测结果的可靠度。(The gray dynamical prediction prediction source of water. Grey dynamic model group model is an improved gray prediction model can overcome the adverse effects of instability caused by the use of information to create different data at different times of gray GM (1,1) model to construct the gray prediction model group, respectively, each time in the future term prediction values of statistical calculations, and the statistical average as a predicted value, to further improve the accuracy and reliability of the prediction results of the prediction.)
- 2015-08-30 16:29:44下载
- 积分:1
-
An_Introduction_to_Programming_and_Numerical_Metho
《An Introduction to Programming and Numerical Methods in MATLAB》 是一本关于Matlab编程的书,对人工智能和数值分析等领域的researcher有很大帮助。("An Introduction to Programming and Numerical Methods in MATLAB" is an book on Matlab programming. It is very helpful to those engaged in artificial intelligence or numerical analysis.)
- 2010-11-02 13:55:05下载
- 积分:1
-
OFDMcode
国外大学 OFDM 仿真系统 很经典 是同学从国外带回来的(Foreign universities classic OFDM simulation system is the students brought back from abroad)
- 2009-05-19 18:41:30下载
- 积分:1
-
Simu_Lyap_3
program lyaponov method
- 2013-05-02 19:45:26下载
- 积分:1
-
vitebi-decoder
维特比译码程序,matlab源程序,卷积码编码及译码程序(Viterbi decoding procedures, matlab source code, convolution coding and decoding procedures)
- 2014-01-06 17:27:04下载
- 积分:1
-
MUSIC_qrfenjie
说明: 基于QR分解的求根MUSIC的被动定位方法(ROOT MUSIC LOCALIZATION BASED ON QR )
- 2011-04-10 22:25:43下载
- 积分:1
-
NormalizationFromMidPointIrregularP
Normalization from mid points
- 2012-04-24 19:07:57下载
- 积分:1
-
Elevator
elevator contoller to control the movement of lift
- 2013-08-21 17:08:20下载
- 积分: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