-
image_compress
本程序利用奇异值分解对3通道彩色图像进行压缩分解,具体步骤如下:
压缩过程:
1. 选取子图像大小K值,把图像分解成M×M个子图像,IMG(s),s=1,2,…, M2,其中M=N/K,原始图像IMG大小为N×N。
2. 计算这M2个子图像的平均值average,对每幅子图像减去均值图像得到新图像。
3. 计算相关矩阵R,其元素定义为 。
4. 计算R的特征值与特征向量,计算每幅子图像与最大特征向量的内积,便得到编码,即压缩后的图像。
(This procedure using singular value decomposition of 3-channel color image compression decomposition, concrete steps are as follows: compression process: 1. Select the sub-image size K value, the image is decomposed into M × M sub-image, IMG (s), s = 1, 2, ..., M2, in which M = N/K, the original image IMG size N × N. 2. M2 calculate the average of sub-image average, for each sub-image minus the new images mean images. 3. Calculation of correlation matrix R, defined as its elements. 4. Calculation of the characteristics of R value and eigenvector calculated each sub-image with the largest eigenvector of the inner product, they will have to code, that is, the compressed images.)
- 2008-01-03 23:00:33下载
- 积分:1
-
cenghebangangdujiangdi
用matlab编写的复合材料层合板刚度降低问题,仅供参考(Prepared using matlab stiffness composite laminates to reduce the problem, for reference)
- 2014-04-15 11:08:47下载
- 积分:1
-
Amplitude_shift_keying
This is the program for amplitude shift keying
u hav to put the pulse only.
- 2010-10-25 13:40:19下载
- 积分:1
-
adaptivenoisecancellation
设计一个2阶加权自适应噪声对消器,对经加性白高斯噪声信道干扰的正弦信号进行滤波(The design of a 2-order-weighted adaptive noise cancellation, and for the AWGN channel interference filtering of sinusoidal signals)
- 2009-07-04 10:07:40下载
- 积分:1
-
apn
add pink noise to signal with certain SNR
- 2009-10-08 17:16:24下载
- 积分:1
-
kalmanRLSLMS
给出了kalman、RLS、LMS三种自适应滤波器的仿真程序,三种滤波器都采用了80次迭代,将仿真值与理论值进行了比较(Given kalman, RLS, LMS adaptive filter simulation program of three, three types of filters are used 80 iterations, the simulated values were compared with the theoretical value)
- 2020-12-30 16:58:59下载
- 积分:1
-
thesimulationOfactivefilterOnPSCAD
基于PSCAD的有源滤波器仿真,可以完成有源滤波器的很好的仿真(the simulation of active filter on PSCAD)
- 2010-05-31 13:02:15下载
- 积分:1
-
tsp_ga
tsp with genetic algorithm
- 2012-04-29 05:48:03下载
- 积分:1
-
dimtarget
自己编写的红外小目标检测程序,利用红外小目标的统计特性,分别根据均值和方差来进行判断,速度快,效果好(Infrared small target detection, the use of infrared small target statistical characteristics, respectively, according to the mean and variance to judge, fast, good effect)
- 2016-06-23 11:02:33下载
- 积分:1
-
IDVR
This paper presents a dual voltage source inverter
(DVSI) scheme to enhance the power quality and reliability of
the microgrid system. The proposed scheme is comprised of two
inverters, which enables the microgrid to exchange power generated
by the distributed energy resources (DERs) and also to
compensate the local unbalanced and nonlinear load. The control
algorithms are developed based on instantaneous symmetrical
component theory (ISCT) to operate DVSI in grid sharing and
grid injecting modes. The proposed scheme has increased reliability,
lower bandwidth requirement of the main inverter, lower
cost due to reduction in filter size, and better utilization of microgrid
power while using reduced dc-link voltage rating for the
main inverter. These features make the DVSI scheme a promising
option for microgrid supplying sensitive loads. The topology and
control algorithm are validated through extensive simulation and
experimental results.
- 2016-07-26 13:07:00下载
- 积分:1