-
MATLAB4
code for ds cdma for matlab
- 2010-06-17 05:47:12下载
- 积分:1
-
binary-anti-collision
对二进制传统搜索算法及二叉树和四叉树的混合算法进行了matlab程序仿真(Binary search algorithm and mixed traditional binary and quad-tree algorithm were matlab simulation program)
- 2020-12-31 16:18:59下载
- 积分:1
-
ch1
本书基于MATLAB 5.2版,提供了使用MATLAB的实践性指导。MATLAB已成为适合多学科、多种工作平台的功能强大、界面友好、语言自然并且开放性强的大型优秀应用软件,同时也已成为国内外高等院校高等数学、数值分析、数字信号处理、自动控制理论以及工程应用等课程的基本教学工具。本书按逻辑编排,自始至终用实例描述;内容完整且每章相对独立;是一本简明的MATLAB参考书,既适用于初学者,也适用于高级MATLAB用户。对MATLAB与FORTRAN、C等语言结合的描述更是所有MATLAB书籍中少有的一大特色。 本书适合作为理工科高等院校研究生、本科生教学用书,也可作为广大科研工程技术人员的自学用书。
- 2011-11-23 19:06:44下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1
-
fillgaps
目的:这段代码当有两个或两个以上的版本很有用的数据
为同一个日期或空间点或图像,每个版本都有
一些差距在某些领域分析的关键。的
目的是填补空缺的最好的版本(或任何版本如果没有
比较),使用相应的值替代版本。(Objective: This code is useful when there is two or more versions of data
for the same dates or spatial points or images where each version has
some gaps in certain fields that are crucial for the analysis. The
objective is to fill the gaps in the best version (or any version if no
preferance), using corresponding values in the alternative versions.)
- 2015-04-13 10:40:25下载
- 积分:1
-
xiaoboquzao
说明: 语音增强算法,语音的小波变换算法源程序,欢迎使用啊,很不错(Speech enhancement algorithm, the wavelet transform algorithm for speech source, please use the ah, very good)
- 2010-04-14 15:38:54下载
- 积分:1
-
chazhi
说明: 各种插值方法,包括求已知数据点的拉格朗日插值多项式
求已知数据点的艾特肯插值多项式
(Various interpolation methods, including seeking the Lagrange interpolation of known data points of known data points polynomial interpolation polynomial Aitken)
- 2011-04-11 16:35:52下载
- 积分:1
-
nihe
这是数学算法中拟合算法的程序 联合开发网 - pudn.com
- 2012-04-17 19:14:26下载
- 积分:1
-
vad
关于端点检测的几种方法,语音样本是自己录制的,对传统算法做了一些改进,加入了去噪,去噪之后再进行端点检测,均调通
vad0303:自己设置调整门限为一定值
vad0310:根据能量值和过零率设置门限,自适应门限值
vad0310_2:基于比例因子的门限自调整
vad0310.m加入了噪声,端点检测前都噪声进行了处理
entropy.m:基于自适应子带频谱熵的稳健性语音端点检测 可用于语音增强及端点检测
dbdoor.m:双门限算法,用于语音端点检测。可以通过调整门限值,并加入门限自适应算法,实现语音端点检测(Several methods on endpoint detection, recording their own voice samples, the traditional algorithm has made some improvements, adding a de-noising, and then after de-noising endpoint detection are transferred through)
- 2016-04-12 19:30:47下载
- 积分:1
-
Comparison
Comparison of C++, Java, Python, Ruby and MATLAB Using Object Oriented Example _comparelanguages
- 2009-05-18 00:26:43下载
- 积分:1