-
rayleighfading
Rayleigh fading channel is simulated is the attachment.
- 2009-09-29 21:06:44下载
- 积分:1
-
xyplotter-sigma-efd020a1fc67
UN AUTRE MONDE DE LA VISION.............MATLAB..................SEGMENTATION
- 2013-12-12 18:12:00下载
- 积分:1
-
bottom_up_segmentation
这是TD算法的逆过程,首先将时间序列,划分为相邻点的短序列,当然此时的拟合误差为0,因为第一点和第二点的连线,原始点都落在线段上。将相邻两个线段连接起来,此时每条线段包含三个原始点,计算中间那个点的拟合误差。这样,所有这些三个点的线段中的中间点的拟合误差计算出来后,找出误差最小且误差小于阀值R的分段,作为第一条包含三个点的线段。 在上面的基础上,第一条分段同样的和相邻线段连接,然后计算每一条分段的拟合误差,再找出误差最小且小于阀值R的分段,作为第二个分段。依次方式循环,直到所有分段的拟合误差都小于阀值R,分段结束。
(This is the reverse process of TD algorithm, the first time series is divided into short sequences adjacent dots, of course fitting error is zero at this time, because the first and second points of connection, the original point fall line on. The two adjacent segments are connected, then each segment contains three original point, the intermediate fitting error calculated that point. Thus, after all these segments fitting error of three points in the intermediate point calculated to find the minimum error and the error is less than the threshold R segment, as the first line contains three points. Based on the above, the first segment and the adjacent line segment connecting the same, and then calculate a fitting error for each segment, and then find the smallest error and less than the threshold R segment, as the second segment . Followed by a cyclic manner until all segments fitting error is less than the threshold R, segment ends.)
- 2021-03-20 16:29:18下载
- 积分:1
-
seg
source code for ocr in matlab
- 2009-12-29 16:51:23下载
- 积分:1
-
syncnoimgaejpg
Good for autocoreelation and imahe compression where ever needed
- 2011-02-03 05:29:21下载
- 积分:1
-
newton
说明: 牛顿-拉夫森迭代方法是解非线性方程非常著名也是比较有效的方法之一,如果离初值近,收敛速度很快。(Newton- La Fusen iterative method for solving nonlinear equations is well-known effective method is one of, if the initial value from the past, the convergence is fast.)
- 2010-04-13 21:20:33下载
- 积分:1
-
wanneng
一个最简单的 matlab 电力系统稳态分析 牛拉发极坐标 万能程序 共享下给大家(A simple matlab power system steady-state analysis of ox-drawn in polar coordinates universal program for everyone to share the)
- 2012-06-09 19:56:09下载
- 积分:1
-
matlabcar-band-positioning
matlaba车牌定位程序,方便开发者对其学习应用(MATLABcarbandcode positoning)
- 2014-11-05 22:04:29下载
- 积分:1
-
dct
M=512 原图像长度
N=64
K=8
I=zeros(M,M)
J=zeros(N,N)
BLOCK=zeros(K,K)
显示原图像
I=imread( f:ceshiyuanshitu.bmp )
figure
imshow(I)
xlabel( 原始图像 )
显示水印图像
J=imread( f:ceshilogistic_nuaa64.bmp )
figure
imshow(J)
xlabel( 水印图像 )
嵌入水印
tem=1
for p=1:N
for q=1:N
x=(p-1)*K+1
y=(q-1)*K+1
BLOCK=I(x:x+K-1,y:y+K-1)
BLOCK=dct2(BLOCK)
if J(p,q)==0
a=-1
else
a=1
end
BLOCK(2,1)=BLOCK(2,1)*(1+a*0.01)
BLOCK=idct2(BLOCK)
I(x:x+K-1,y:y+K-1)=BLOCK
end
end
显示嵌入水印后的图像
figure
imshow(I)
xlabel( 嵌入水印后的图像 )
imwrite(I, f:ceshiembedded.bmp )
- 2010-06-13 18:43:39下载
- 积分:1
-
PowerLaw
power law for image enhancement
- 2009-11-10 03:43:40下载
- 积分:1