-
VCMatlab
本文详细介绍了在VC环境下调用Matlab文件的方法,可按照说明一步一步执行(This paper introduces in detail in the VC environment call Matlab documents can follow the step-by-step implementation)
- 2007-12-27 20:11:23下载
- 积分:1
-
tuxiatiqung
matlab的楚翔处理,色彩增强,二值滤波,旋转放大等功能,图像识别(the matlab Chu Xiang processing, color enhancement, binary filtering, rotation, zoom, image recognition)
- 2013-05-16 21:59:23下载
- 积分:1
-
dizhengdao
合成地震记录是用声波测井或垂直地震剖面资料经过人工合成转换成的地震记录(地震道)
合成记录的制作是一个简化的一维正演的过程,合成记录F(t)是地震子波S(t)与反射系数R(t)褶积的结果。(Synthetic seismogram is sonic or vertical seismic profile data after conversion into synthetic seismograms (seismic trace) the production of synthetic seismogram is a simplified one-dimensional forward modeling process, synthetic seismogram F (t) is the seismic wavelet S (t) and the reflection coefficient R (t) the convolution results.)
- 2021-03-21 11:39:17下载
- 积分:1
-
_copula
Copula函数的预测,预测相关系数和尾部相关系数值(Predictive correlation coefficient and tail correlation coefficient value)
- 2017-10-12 20:20: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
-
artoolkit
artoolkit中文教程,包括开发原则,例子程序讲解,新建maker,多模板等几个部分(failed to translate)
- 2013-05-05 15:53:17下载
- 积分:1
-
C8
说明: 罚函数法的Matlab程序设计的相关程序,不一定能运行有些错误可能(external penalty function method)
- 2012-04-24 15:52:49下载
- 积分:1
-
CLASSLIBRARY
This file contains a summary of what you will find in each of the files that
make up your tree application.
- 2009-12-15 17:22:02下载
- 积分:1
-
MyMathematica
说明: 学习C调用Mathematica内核函数的一个例子,包括计算和图形接口.(Learning C calling Mathematica kernel functions with examples, including computing and graphics interfaces.)
- 2010-04-05 01:44:26下载
- 积分:1
-
VCMATLABEngine
VC++调用MATLAB Engine。本文档详细介绍了在VC++编程中如何调用MATLAB引擎。(VC++ calling MATLAB Engine. This document details the VC++ programmers how to call the MATLAB engine.)
- 2010-09-03 15:25:06下载
- 积分:1