资源列表
02. Matlab
- WAVEFAST Perform multi-level 2-dimensional fast wavelet transform. [C, L] = WAVE FAST (X , N, LP, HP) performs a 20 N-level FWT of image (or matrix) X with respect to decomposition filters LP and HP. [C, L] = WAVEFAST(X, N, WNAME) performs the sa
matlab 2
- Depending on TYPE, you can specify additional parameters to IMNOISE. All numerical parameters are normalized; they correspond to operations with images with intensities ranging from 0 to 1.
imnoise_bi
- J = imnoise(I,'localvar',IMAGE_INTENSITY,VAR) adds zero-mean, Gaussian noise to an image, I, where the local variance of the noise is a function of the image intensity values in I. IMAGE_INTENSITY and VAR are vectors of the same size, and P
deimnoise2_bi
- adds zero-mean, Gaussian noise to an image, I, where the local variance of the noise is a function of the image intensity values in I. IMAGE_INTENSITY and VAR are vectors of the same size, and PLOT(IMAGE_INTENSITY,VAR) plots the functional
filter
- 包含了一个iir滤波器和fir滤波器的设计范例(A design example containing a IIR filter and an FIR filter)
DNRBM
- 采用栈式 RBM 的深度神经网络。自训练, 自控制(This paper is a continuation of the depth of the neural network and the choice of the previous predictor. Here we will be covered by the depth of the neural network characteristic of stacked RBM initialization, and it is in
DCS_spectrum_sensing
- 信道检测,DCS(Digital Cellular System )数字蜂窝系统 简称DCS ,常见于手机频率。如DCS1800 这种表达方式的移动通信系统,还包括CDMA800、GSM900、DCS1800、3G等多套系统。(True color and spectral sensing chip scale solutions opening new options for color identification, authentication, spectroscopy, and ot
cordic_cordictest
- 用MATLAB对cordic算法进行仿真以说明其原理(MATLAB is used to simulate the CORDIC algorithm to illustrate its principle)
cordictop
- 用cordic算法求三角函数与反三角函数的MATLAB仿真(MATLAB simulation of trigonometric function and inverse trigonometric function by CORDIC algorithm)
Cordic3
- 用cordic算法求三角函数与反三角函数的Verilog编程(Verilog programming of trigonometric function and inverse trigonometric function by CORDIC algorithm)
cordic_pipelined
- 用Verilog进行三角函数与反三角函数的计算(Calculation of trigonometric function and inverse trigonometric function by Verilog)
Frft 信号处理 变换
- 对信号的处理,用于信号传输,信号加密,也有在密码学上进行研究。