-
BoxDimension
用来求时间序列的分形盒维数,简单方便有效,亲测可用。(we can use this program to caculate the boxdimension.)
- 2015-03-11 20:12:27下载
- 积分:1
-
Guice_WebDemo
简单示例guice的demo,用guice用于web开发(A simple example of demo guice)
- 2014-09-13 10:55:57下载
- 积分: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
-
ccmex_eam_VBSP
co-SIMULATION INTEGRATED WITH oPTISM IN ORDER TO DO SIMULATION OF SINGLE MODE FIBER
- 2015-04-02 15:06:16下载
- 积分:1
-
ECSMiner
一种数据挖掘分类算法的MATLAB实现。(classification in matlab.)
- 2013-12-21 15:30:03下载
- 积分:1
-
fa
说明: 萤火虫算法FA的动态描述。可以展现动态迭代的过程(FA' s dynamic description firefly algorithm. You can show dynamic iterative process)
- 2015-11-09 15:37:10下载
- 积分:1
-
funlun
表示出两帧图像间各个像素点的相对情况,利用最小二乘法进行拟合多元非线性方程,包括AHP,因子分析,回归分析,聚类分析。( Between two images showing the relative circumstances of each pixel, Multivariate least squares fitting method of nonlinear equations, Including AHP, factor analysis, regression analysis, cluster analysis.)
- 2016-09-12 15:41:57下载
- 积分:1
-
Signals-and-Systems-Analysis
介绍信号与系统分析的内容并应用matlab实现(The introduced signal and system analysis and application of matlab)
- 2013-04-08 10:06:57下载
- 积分:1
-
LMS
基于LMS算法和Matlab的自适应滤波器的设计,包含matlab程序,以及相关文档的说明(Based on the LMS algorithm and Matlab adaptive filter design, including the matlab program, as well as related documentation)
- 2016-08-31 14:07:40下载
- 积分:1
-
mymatlab
钢筋、火柴根数的统计,阈值分割、直线检测,hough变换(Steel, matches the statistical number of roots, threshold segmentation, line detection, hough transform)
- 2020-12-23 17:29:06下载
- 积分:1