-
zy1
摘要 该文主要考虑利用图像噪声再生技术来提取图像细节 其思想是利用被滤除的噪声信号进行回收再利用 通过对噪声信号和初步去噪信号进行小波变换 比较它们的小波系数 当噪声信号的小波系数达到一定的阈值时 将噪声信号的小波系数保留叠加至初步去噪信号的小波系数 然后利用传统的软阈值去噪的方法来进行图像的去噪 从而达到既能够去除噪声 又能保留图像细节的目的 实验证明 该方法较传统的方法在去噪和细节保持上有改进(Abstract In this paper, consider using images to extract the noise regeneration of its ideological image detail is the use of the noise signal was filtered to recycle through the noise signal and the initial wavelet transform de-noising signal comparison of their wavelet coefficients of the wavelet signal when the noise coefficient reaches a certain threshold will be the noise signal superimposed to the wavelet coefficients to retain the initial de-noising signal wavelet coefficients and then using the traditional soft-threshold denoising approach to image denoising in order to achieve the removal of noise can not only be able to retain The purpose of image detail that the methods of the experiment a more traditional approach to denoising and detail in there to keep improving)
- 2009-05-23 19:09:43下载
- 积分:1
-
8PSK_mod_simulator
Simulation of a baseband 8PSK modulator - TX : a pseudo random bit stream generation, Serial to parallel conversion, 8PSK Mapping (Gray mapping), Signal power computation
- Channel : AWGN channel
- Plot constellations(Simulation of a baseband 8PSK modulator- TX : a pseudo random bit stream generation, Serial to parallel conversion, 8PSK Mapping (Gray mapping), Signal power computation
- Channel : AWGN channel
- Plot constellations)
- 2009-08-10 21:28:44下载
- 积分:1
-
source
这是一个802.11a物理层OFDM技术的仿真与研究,可以观察各示波器输出波形(This is a simulation and research of 802.11a s OFDM physical layer, which can see its wave form.)
- 2014-01-05 22:00:05下载
- 积分:1
-
KolmogorovEntropy_GP
柯尔莫哥洛夫熵(Kolmogorov熵,以下简称K熵)是刻划混沌系统的一个重要的量。在不同类型的动力学系统中,K熵的数值是不同的。本程序可以计算kolmogorov熵(Kolmogorov entropy (hereinafter referred to as K entropy) is an important quantity for describing chaotic systems. In different types of dynamical systems, the K entropy is different. This procedure can calculate Kolmogorov entropy.)
- 2018-09-20 10:27:20下载
- 积分:1
-
libsvm-mat-2.91-1
SVM matlab 工具箱,可以进行SVM分类(SVM matlab toolbox, SVM classification can be)
- 2010-12-07 09:31:18下载
- 积分:1
-
caviy-matlab-lb-method
2D cavity flow, simulated by a LB method
- 2013-03-02 22:28:31下载
- 积分:1
-
byjq
一个关于图像边缘检测的实用程序-A practical program for image edge check(One on edge detection utility-A practical program for image edge check)
- 2014-01-06 20:25:41下载
- 积分:1
-
Solutions_4
mathematica
Convolution
Initialization - RUN THESE FIRST
Kernels and Sharpening(Convolution
Initialization- RUN THESE FIRST
Kernels and Sharpening)
- 2011-04-18 16:27:28下载
- 积分:1
-
CQCjiasudu
CQC法计算等效风荷载和风振系数的程序~~~~~~~~~~~(CQC method to calculate the equivalent wind load and wind load factors program)
- 2020-12-01 22:09:26下载
- 积分:1
-
IterativeClosestPointMethod
ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points.
Ordinary usage:
[R, T] = icp(model,data)
INPUT:
model - matrix with model points,
data - matrix with data points,
OUTPUT:
R - rotation matrix and
T - translation vector accordingly
so
newdata = R*data + T .
newdata are transformed data points to fit model
see help icp for more information
(ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points.
Ordinary usage:
[R, T] = icp(model,data)
INPUT:
model- matrix with model points,
data- matrix with data points,
OUTPUT:
R- rotation matrix and
T- translation vector accordingly
so
newdata = R*data+ T .
newdata are transformed data points to fit model
see help icp for more information
)
- 2007-09-09 16:06:34下载
- 积分:1