-
krining
该m文件为克里金插值程序,m文件里面附上了英文注释及例子。(The m file Kriging m file inside enclosed English notes and examples.)
- 2012-09-04 07:00:06下载
- 积分:1
-
msfuntmpl
this is file for traffic networks benchmarks...
- 2013-03-11 15:37: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
-
Ionosphere_LR
说明: 电离层的贝叶斯分类器,使用matlab编程开发,具有正确率高的优点(Ionosphere Bayesian classifier, using the matlab program development, the advantages with the correct rate)
- 2010-05-04 19:27:25下载
- 积分:1
-
xiaoboquzao
小波去噪的一些基本知识
包含了小波基的构造(Wavelet denoising contains some basic knowledge of the construction of wavelet)
- 2010-12-06 09:40:48下载
- 积分:1
-
prac7-tds
Digital images processing.
- 2011-08-17 17:12:30下载
- 积分:1
-
stage_reaction
这个小程序是计算涡轮一级的反动度沿叶高分布的,只要有压力沿叶高分布的.csv文件即可(This program can calculate the reaction in the turbine, it only needs the pressure distribution along radial direction.)
- 2013-12-05 19:46:11下载
- 积分:1
-
My_C_OBJ_QA
I have contributed 40 objective type c questions written as source code. Which will be helpful in learning C.
- 2014-02-20 02:40:23下载
- 积分:1
-
mfsk
这是一个matlab代码,实现mfsk信号源的产生。(This is a matlab program ,it is a m file to create mfsk source.)
- 2009-06-06 19:47:57下载
- 积分:1
-
multipath_sim2a
File: multipath_sim.m
Matlab Simulink IEEE 802.15.3a
compliant channel model (File : multipath_sim.m Matlab Simulink IEEE 802.15. 3a compliant channel model)
- 2007-06-06 22:53:00下载
- 积分:1