资源列表
tv全变分去噪
- 全变分去噪
chaotic_neuranetwork
- 这是一个混沌神经网络的matlab程序,可用于实现基于混沌神经网络的预测和建模。-This is a chaotic neural network matlab program for chaotic neural network-based forecasting and modeling
MVDRnMUSIC
- MVDR VS MUSIC algorithm
OUProcess
- This program calibrates the Ornstein–Uhlenbeck process, a mean reverting AR(1) stochastic process. The parameters are estimated using (1)Least Squares fitting and (2)Maximum Likelihood estimation.-This program calibrates the Ornstein–Uhlenbeck proces
stft_rect
- computes the stft using rectangular window
Lmse
- 用来判断样本是否线性可分的 -ll
hide
- matlab程序,可以将信息隐藏在每个字节的LSB中-hide message in lsb of every byte
DWT_in_matlab
- 小波分析理论与MATLAB R2007实现,小波变换在矩阵方程求解中的应用-Wavelet analysis theory and MATLAB R2007 implementation of wavelet transform in finding the solution of matrix equation
disc_wind
- Demo of discrete time windowing for 4F7 course (lecture 2): Spectrum of two complex exponentials added together
MIMO_MMSE_LD_4QAM
- this program is MMSE detection for MIMO
plotkoch
- Koch曲线是通过图形迭代的方式产生的,其迭代规则是:对一条线段,首先将它分成三等份,然后将中间的一份替换成以此为底边的等边三角形的另外两条边。无限次迭代下去,最终形成的曲线就是Koch曲线。-Koch curve is generated by way of graphical iteration, and its iteration rule is: for a segment, it is divided into three equal parts first, and then rep
TRAINGDM-to-train-BP(code)
- 采用动量梯度下降算法训练 BP 网络。 训练样本定义如下: 输入矢量为 p =[-1 -2 3 1 -1 1 5 -3] 目标矢量为 t = [-1 -1 1 1]-Use TRAINGDM to train BP network.