-
matlab
本程序是使用MATLAB语言采用迎风格式解对流方程,对流方程在工程上有很广泛的应用,而迎风格式的精度比较高还包括用跳点格式解扩散方程的初值问题,所以有两个程序
(This procedure is to use the MATLAB language solution using upwind convection equation, the convection equations in engineering, there is a wide range of applications, and the accuracy of upwind scheme also includes a relatively high point format with jump-diffusion equation solution of the initial value problem, so there are two procedures)
- 2009-05-02 20:21:11下载
- 积分:1
-
swts1
说明: 可计算地下洞室的围岩稳定问题,模拟地下洞室的开挖、支护过程,介质可以是均质体,也可以是分区变化的非均质体,还可有夹层、节理等。(Calculate the stability of underground rock caverns, underground excavation simulation, supporting the process, the media can be a homogeneous body, you can also change the partition of non-homogeneous body, but also as a layer, joints and so on.)
- 2011-03-16 14:52:44下载
- 积分:1
-
xiaoARmodel1
用matlab 语言实现功率谱估计算法,程序中有详细的说明(using Matlab language power spectrum estimation algorithm, the process is described in detail in)
- 2006-06-26 17:00:59下载
- 积分:1
-
wireless-ofdm-system
基于802.1a 标准下ofdm的整套仿真(the entrie simulate ofdm system program base on the 802.11a standar )
- 2011-05-16 18:57:38下载
- 积分:1
-
Ch1799
小波工具箱的应用基础 395
16.1 一维小波分析的应用 395
16.1.1 小波分解在普通信号分析中的应用 395
16.1.2 小波变换在信号特征检测中的应用 411
16.2 二维小波分析的应用 417
16.2.1 小波分析在图像平滑中的应用 417
16.2.2 小波分析在图像增强中的应用 418
16.2.3 小波分析在图像融合中的应用 420
16.3 小波包分析的应用 422
16.3.1 小波包在信号时频分析中的应用 423
16.3.2 小波包在图像边缘检测中的应用 429(toolbox of 16.1 basis of a 395-dimensional wavelet analysis of 395 small 16.1.1 Decomposition of the ordinary wave signal analysis of 395 16.1.2 wavelet transform in signal detection of 41 a 16.2 2D wavelet analysis of 417 16.2.1 wavelet analysis in image smoothing of 417 1 6.2.2 wavelet analysis in image enhancement of 418 16.2.3 wavelet analysis in Image Fusion System 420 16.3 wavelet packet analysis of wavelet packet Entry 422 in the signal frequency analysis of 42 3 16.3.2 wavelet packet in Edge Detection of 429)
- 2007-03-27 18:47:57下载
- 积分:1
-
Coordinate-conversion
坐标转换(四参数)
[row col]=size(source)
for i=1:row
u(i)=source(i,2)
v(i)=source(i,3)
x(i)=source(i,4)
y(i)=source(i,5)
B(2*i-1,1)=1
B(2*i-1,2)=0
B(2*i-1,3)=u(i)
B(2*i-1,4)=-v(i)
B(2*i,1)=0
B(2*i,2)=1
B(2*i,3)=v(i)
B(2*i,4)=u(i)
L(2*i-1,1)=x(i)
L(2*i,1)=y(i)
end
X=inv(B *B)*(B *L)
Txy=[X(1) X(2)]
xzjz(1,1)=X(3)
xzjz(1,2)=-X(4)
xzjz(2,1)=X(4)
xzjz(2,2)=X(3)
[row1 col1]=size(target)
for i=1:row1
u1(i)=target(i,2)
v1(i)=target(i,3)
d=[u1(i) v1(i)]
md=Txy+xzjz*d
end
end
(Coordinate conversion:
[row col]=size(source)
for i=1:row
u(i)=source(i,2)
v(i)=source(i,3)
x(i)=source(i,4)
y(i)=source(i,5)
B(2*i-1,1)=1
B(2*i-1,2)=0
B(2*i-1,3)=u(i)
B(2*i-1,4)=-v(i)
B(2*i,1)=0
B(2*i,2)=1
B(2*i,3)=v(i)
B(2*i,4)=u(i)
L(2*i-1,1)=x(i)
L(2*i,1)=y(i)
end
X=inv(B *B)*(B *L)
Txy=[X(1) X(2)]
xzjz(1,1)=X(3)
xzjz(1,2)=-X(4)
xzjz(2,1)=X(4)
xzjz(2,2)=X(3)
[row1 col1]=size(target)
for i=1:row1
u1(i)=target(i,2)
v1(i)=target(i,3)
d=[u1(i) v1(i)]
md=Txy+xzjz*d
end
end
)
- 2014-12-12 19:02:28下载
- 积分:1
-
fis
传递函数,空间状态方程,z变换,模糊滑模变结构控制(Transfer function, state space equation, z transform, fuzzy variable structure control)
- 2015-05-13 13:40:02下载
- 积分:1
-
jade
JADE algorithm, blind signal processing helpful
- 2011-05-11 19:54:30下载
- 积分:1
-
matlab-filter
空间滤波,matlab编程,介绍了低通滤波器,带通滤波器和高通滤波器。(Spatial filtering, Matlab programming, low-pass filter, band-pass filter and high pass filter.)
- 2012-05-12 15:08:07下载
- 积分:1
-
GA-codess
matlab genetic algorithm codes
- 2013-03-11 21:20:39下载
- 积分:1