-
gsw_delta_SA
求取绝对盐度用新海水状态方程来求取这是新的海水状态方程(Absolute salinity water to strike the state equation with the new strike)
- 2011-05-27 19:15:09下载
- 积分:1
-
guidedfilter
kaiming he的guided image filtering的c++代码,利用VS2010+OPENCV2.4.4实现,效果和公布的MATLAB代码相同。(C++ code for KaiMing He s guided image filtering, the result as same as matlab code which publish in the web, project is code via VS2010+OPENCV2.4.4.)
- 2013-12-15 21:38:35下载
- 积分:1
-
Khan04cvpr
一篇经典的基于RBPF的目标跟踪论文,引用率很高。希望对大家有帮助。(A Rao-Blackwellized Particle Filter for EigenTracking)
- 2013-11-15 11:06:41下载
- 积分:1
-
NRTL-equation
使用matlab编写了NRTL方程,用来计算化学工程中的相平衡(NRTL equation which can be used to predict or regress the phase equilibria.)
- 2021-01-08 15:18:52下载
- 积分:1
-
VCPPcall-DLL-generated-from-Matlab
将Matlab中现成的数学函数编译为动态链接库,供VC调用,可以省去工程应用中要编写各种C++数学算法的烦恼。这几个工程是我总结的几个案例,分别是VC6.0和VS2008下调用Matlab r2010a生成的dll的例子,还包括2个我自己做的矩阵求逆和数值积分的例子。(Will be ready in Matlab mathematical functions compiled to a dynamic link library for VC call, eliminating the need to write a variety of engineering applications in C++ mathematical algorithms trouble. These projects is a summary of a few cases, respectively, under VC6.0 and VS2008 dll call Matlab r2010a generated examples, including two of my own to do matrix inversion and numerical integration example.)
- 2011-11-29 19:27:00下载
- 积分:1
-
matlab50
一个很实用的MATLAB实例教程,50个例子,欢迎下载,嘿嘿!!!!!!!!(A very practical example of the MATLAB tutorial, example 50 are welcome to download,嘿嘿! ! ! ! ! ! ! !)
- 2009-04-06 12:13:05下载
- 积分:1
-
GCD
get Greate Common Divisor of two number (matematics)
- 2010-02-07 03:23:27下载
- 积分:1
-
example4_4
例4:在sinc(t)信号中叠加噪声,分析对应频谱
fs=100 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=2 时间窗大小
(
x=x+0.1*randn(1,N)
x=awgn(x,-10, measured )
figure
plot(t,x)
title( 时域信号图 )
xlabel( t /s )
y=fft(x,N)
figure
if mod(N,2)~=0
N=N-1
end
f=linspace(0,fs/2,N/2)
plot(f,abs(y(1:N/2))*2/N)
title( 叠加噪声的sinc(t)信号频谱 )
xlabel( f /Hz )
figure
y0=y(1:N/2)
P=y0.*conj(y0)/N
P=10*log10(P)
plot(f,P)
title( 功率谱 )
xlabel( f /Hz )
)
- 2010-05-25 20:59:03下载
- 积分:1
-
R
正交试验方差分析在matlab上的运行方法,是学习matlab的一个重要步骤,直接解压运行(Orthogonal method of analysis of variance run in matlab, is an important step in learning matlab direct decompression operation)
- 2013-12-02 10:27:38下载
- 积分:1
-
googleearth-r36
MATLAB画图工具,关键是他画出来的图像可以导入到google earth里合成在一起,非常美观实用(Various plotting/drawing functions that can be saved as KML output, and loaded in Google Earth)
- 2012-02-10 16:53:17下载
- 积分:1