-
wavelet_code
这是《小波分析理论与MATLABR2007实现》的源代码。主要是基于Matlab的小波工具箱实现小波基选择、小波包分解、Mallat变换以及小波变换在边缘提取、图像去噪、数据压缩等中的应用,特别包含了二代提升小波的相关内容,理论与实际相结合。大家想要了解的二进小波、正交镜像滤波器组[QMF]等概念这里都有体现。(This is 《MATLABR2007 wavelet analysis theory and implementation》 of the source code. Mainly based on the Matlab wavelet toolbox implementation of wavelet selection, wavelet packet decomposition, Mallat transform and wavelet transform in edge detection, image denoising, data compression, such as the application, in particular, contains a second generation of relevant content Lifting Wavelet theory and reality. Everyone wanted to know about the dyadic wavelet, quadrature mirror filters [QMF] concepts are embodied here.)
- 2021-05-09 01:18:35下载
- 积分:1
-
repval
repval(X) finds all repeated values for input X, and their attributes.
(The input may be vector, matrix, char string, or cell of strings
Y=repval(X) returns the repeated values of X
[RV, NR, POS, IR]=repval(X) returns the following outputs
RV : Repeated Values (sorted)
NR : Number of times each RV was repeated
POS : Position vector of X of RV entries
IR : Index of repetition
Example:
X=[1 5 5 9 5 5 1]
[RV,NR,POS,IR]=repval(X)
Output:
RV = [1 5] Numbers 1 and 5 are repeated values
NR = [2 4] Respectively repeated 2 and 4 times
POS = [1 7 2 3 5 6] Position index of X for repeated values
IR = [1 1 2 2 2 2] Corresponding to which index of RV
)
- 2010-12-14 15:13:45下载
- 积分:1
-
practical-image-classification-code-only.tar
practical image classification
- 2014-10-06 18:40:40下载
- 积分:1
-
DWT
This is the Source code for MATLAB DWT watermarking.
- 2011-11-10 11:15:45下载
- 积分:1
-
bracket
bracket optimization method
- 2013-12-01 04:00:10下载
- 积分:1
-
SRR-Tensorbundle
说明: CST MATLAB 联合仿真超材料开口谐振环单元(CST matlab joint simulation of open resonance ring element of super material)
- 2020-03-22 10:23:53下载
- 积分:1
-
FORKIN
matlab的工具,常用的工具,非常有用的(matlab tools, commonly used tools, very useful)
- 2009-11-27 15:34:41下载
- 积分:1
-
1206
数字通信离散频谱、相位等仿真,采用matlab平台(Discrete spectrum digital communication, phase and other simulation, using matlab platform)
- 2010-12-09 13:19:51下载
- 积分:1
-
lpccself
语音识别中求取LPCC系数,即语音信号的特征参数(Speech Recognition feature parameters strike LPCC coefficients, namely the speech signal)
- 2014-08-19 13:48:16下载
- 积分:1
-
ofdmtransmitter
OFDM通信系统发射端的simulink仿真(OFDM communication system of the transmitter simulink simulation)
- 2009-05-22 14:58:58下载
- 积分:1