-
rili
找到的一个比较实用的日历程序源码,用于开发与日期相关的程序,替代Calendar,实现其无法改变颜色等操作(To find a more practical calendar program source code, for the development of date-related procedures, alternative Calendar, realize that it can not change the color and other operations)
- 2013-08-05 17:30:50下载
- 积分:1
-
1
说明: 关于Bayes分类器的 实验数据都有,下载查看内容(about Bayes, you can down it,have data and code)
- 2012-02-10 19:53:34下载
- 积分: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
-
data_resorce
数学建模预测模型源程序,包含GM11,神经网络(Mathematical modeling prediction model source code, including GM11, neural networks)
- 2013-11-19 10:49:58下载
- 积分:1
-
IntelligentControl(MATLABsource)
各种控制,从难到易,需要的可以看看,主要部分是神经智能控制,不多解释了(A variety of control, from difficult to easy, we need to look at the main part is the neural intelligent control, no more and no explanation of)
- 2008-12-13 10:25:54下载
- 积分:1
-
Articulatedvehicle6freedomlinearmodel
建立了铰接车六自由度线性模型,用于分析半挂汽车等铰接列车的动力学分析(Six degrees of freedom to establish a linear model articulated truck, trailer and automobile for the analysis of the dynamics of articulated trains)
- 2010-10-08 11:00:20下载
- 积分:1
-
matlab`experience
转载matlab的学习经验供新手参考,对你也许会有用!(Reprint matlab novice learning experience for reference, may be useful for you!)
- 2008-03-21 17:10:30下载
- 积分:1
-
cuda-course
GPU-cuda各种入门升阶资料,内有cuda函数库,cuda编程指南,GPU_library等资料。(GPU-cuda a variety of entry-l-order data, there cuda library, cuda programming guide, GPU_library other information.)
- 2014-11-24 11:11:40下载
- 积分:1
-
LMS
自适应信号处理第二章的仿真程序,算法为LMS(LMS adaptive signal processing algorithm)
- 2014-01-12 21:28:27下载
- 积分:1
-
Knn
KNN algorithm for matlab
- 2017-04-05 10:22:26下载
- 积分:1