-
capacity_water
对通信系统中的注水算法技术进行matlab仿真。(The water injection system of communication technology matlab simulation algorithm.)
- 2011-01-10 22:35:55下载
- 积分:1
-
TomCat
Excellent code for robust regression and multivariate dataanalysis
- 2010-07-07 17:17:49下载
- 积分:1
-
new
一个matlab程序,实现严格按照BP网络计算公式来设计(design a matlab program ,In strict accordance with the BP network computing formula )
- 2009-04-06 16:58:49下载
- 积分:1
-
GraphBetweennessCentrality
一个很有用的计算网络中每个节点介数的程序,对网络分析很有用(A useful calculation of the network each node the number of referral procedures, useful for network analysis)
- 2011-07-05 23:39:47下载
- 积分:1
-
Kriging
克里格法(Kriging)是地统计学的主要内容之一,从统计意义上说,是从变量相关性和变异性出发,在有限区域内对区域化变量的取值进行无偏、最优估计的一种方法;从插值角度讲是对空间分布的数据求线性最优、无偏内插估计一种方法。(Kriging (Kriging) is one of the main geostatistics, statistically speaking, is the variable correlation and variability within a limited area of the value of regionalized variables unbiased, best a method for estimation speaking the perspective of a data interpolation spatial distribution of solving linear optimal, unbiased estimate of the interpolation method.)
- 2014-12-16 16:34:29下载
- 积分:1
-
FBSSyuSSD
相干信号的DOA估计,前后向平滑算法和差分平滑算法对比研究,有均方根的对比(DOA estimation of coherent signals before and after the smoothing algorithm and a comparative study of differential smoothing algorithm, RMS contrast)
- 2014-07-25 01:06:56下载
- 积分:1
-
rar
该程序实现的事BPSK信号在两种信道下的仿真,分别是瑞利信道和高斯信道下的仿真,并对结果进行分析(The program implements thing BPSK signal two channel simulation, namely Rayleigh channel and Gaussian channel simulation, and the results were analyzed)
- 2013-10-21 21:51:14下载
- 积分:1
-
EKF
一个EKF调试程序,主要是调用simulink的数据,并通过EKF来模拟在线仿真的效果(An EKF debugger, mainly call simulink data, and through EKF online simulation to simulate the effect of)
- 2013-11-22 11:36:37下载
- 积分:1
-
11
说明: empirical formula with kaiser
clc
clear all
fs=1000
fc=250
df=50
r=0.001
f=fc/fs
dw=2*pi*(df/fs)
a=-20*log(r)
n=floor(((a-8)/(2.285*dw))+1)
if a>50
b=0.1102*(a-8.7)
elseif a>=21 && a<=50
b=0.5842*((a-21)^0.4)+0.07886*(a-21)
elseif a<21
b=0.0
end
w=kaiser(n,b)
for i=1:n
if i~=(n-1)/2
hd(i)= (2*f*sin((i-((n-1)/2))*2*pi*f))/((i-((n-1)/2))*2*pi*f)
elseif i==(n-1)/2
hd(i)=2*f
end
end
for j=1:n
h(j)=w(j)*hd(j)
end
subplot(3,1,1), plot(w)
subplot(3,1,2), plot(h)
subplot(3,1,3), plot(h,n)
- 2014-12-24 23:20:03下载
- 积分:1
-
numerucal-methods-to-solv-deff-equations
numerucal methods to solv deff equations
- 2013-05-11 04:06:41下载
- 积分:1