-
Steven-G
Gabor filters image processing
- 2013-07-30 20:09:44下载
- 积分:1
-
SignalProcess
C 程序
球面方位角算法: azimuth.cpp
CRC校验快速算法: CRC_Table.cpp
解扰码算法: scrambler.cpp
Matlab 程序
信号带宽测量: BandWith.m
带通信号下变频: fqmv.m
QPSK 解调 demodQpsk.m
pwelch求功率谱的算法 psdwh.m
均值滤波算法 cvmn.m
信号正交分解: Cnv2Bas.m(C procedures spherical azimuth algorithm: azimuth.cppCRC Fast Algorithm checksum: CRC_Table.cpp Descrambling code algorithm: scrambler.cpp Matlab signal bandwidth measurement procedures: BandWith.m bandpass signal down-conversion: fqmv.mQPSK demodulator for demodQpsk.mpwelch power spectrum algorithm psdwh.m mean signal filtering algorithm cvmn.m orthogonal decomposition: Cnv2Bas.m)
- 2008-06-28 23:19:41下载
- 积分:1
-
disper
绘制板材的lamb频散曲线,给定材料的横波波速及纵波波速即可绘制其频散曲线(The draw plate of lamb dispersion curve, given the material the shear wave velocity and longitudinal wave velocity can draw their dispersion curves)
- 2013-01-05 22:16:21下载
- 积分:1
-
LEO_SPECK
一种无系数表的SPECK编码算法,不再单独划分动态存储空间用于 LSP、LIS 系数表,可在损失一定PSNR的情况下,降低算法的实现复杂度,提高处理速度
(A coefficient table SPECK coding algorithm is no longer a separate division of the dynamic storage space for the LSP, LIS coefficient table, in the case of the loss of a certain PSNR, reduce the algorithm complexity, increase processing speed
)
- 2012-05-16 18:29:26下载
- 积分:1
-
SIFT-copy-move-detection
matlab 提取SIFT特征,并完成特征点的匹配以实现复制粘贴篡改检测(Extract SIFT features of the image and match the keypoint to detect the cony-move fogery )
- 2020-09-15 16:17:55下载
- 积分:1
-
LTE-control-link-simulation
控制链路的仿真链路,包含PCFICH, PHICH, PDCCH 信道。主要进行PDCCH链路性能的仿真测试(Control link simulation of link,including PCFICH, PHICH, PDCCH channel.Mainly for the performance of PDCCH link simulation test)
- 2016-07-27 23:30:48下载
- 积分:1
-
bisect
This is the bisection method for solving an equation f(x)=0
- 2012-03-23 07:29:39下载
- 积分:1
-
image-fusion
实现了一种图像融合的源代码,是基于小波变换的方法。(the file has implement a image fusion)
- 2012-05-19 20:43:08下载
- 积分:1
-
chap9
简单的实例,希望对初学者有一定的指导作用,尤其是写程序总出错的问题(Simple example, I hope to have some guidance for beginners, especially the written procedures of the total error problem)
- 2014-09-11 21:03:55下载
- 积分:1
-
1
bp_innerloop.m
Inner loop of the backpropagtion learning algorithm.
One hidden layer. Uses tanh as the transfer function.
Uses the following global variables for input and/or output:
Inputs1 - input patterns
Desired - desired output patterns
LearnRate - learning rate parameter
Momentum - momentum parameter
DerivIncr - increment to the derivative of the transfer function
(Fahlman s trick typical value 0.2)
Weights1 - first weight layer (updated by this routine)
Weights2 - second weight layer (updated by this routine)
deltaW1 - initialize to 0 before first call
deltaW2 - initialize to 0 before first call
TSS - total sum-squared error (set by this routine)
Recurrent state
- 2013-05-18 03:38:49下载
- 积分:1