搜索资源列表
digitalfiltercode
- 圆周卷积滤波器,可清晰见到实际滤波器的算法
Advances.of.Research.in.Independent.Component.Anal
- :介绍了独立成分分析(ICA)的基本模型及其假设、含混性、非高斯性度量和通用求解过程。讨论了目前ICA 的几个研究方向的发展现状和面临的问题,分析了ICA 基本模型和几种扩展模型的求解算法,包括盲反卷积、卷积混和的盲分离、非线性瞬时混合的盲分离。提出了ICA 未来理论和应用研究中的开放课题。
MATLAB 数值计算
- 科研和工程计算可分为数值计算和符号计算两类。数值计算具有适应性强、应用广泛的优点。MATLAB凭借其卓越的数值计算能力而称雄世界。随着科研领域、工程实践的数字化进程的深入,具有数字化本质的数值计算显得愈益重要。 今天计算机几乎已经普及到每个从事工程和科研的从业人员,普及到每个正在接受理工科培养的学生。计算机软硬件的普及使人们拥有了前所未有的计算潜能,激发了人们质疑旧方法尝试新算法的欲望,鼓舞了人们用新计算能力试探解决实际问题的雄心。 本章内容显著不同于常见的数值计算教科书。本章的讨论围绕
fft-ifft-conv
- fft和ifft以及卷积算法,c语言开发
12
- 卷积码及其维特比译码算法的软件实现。论文。-Convolutional Code and Its Viterbi decoding algorithm for software implementation. Papers.
Viterb
- viterb算法是卷积码中重要的一种译码算法,程序中用MATLAB实现了VITERB的译码算法,并且写了信道编码程序和二进制码通过以p概率错误的信道程序-viterb algorithm is important as a convolutional code decoding algorithm, the program using MATLAB to achieve a VITERB the decoding algorithm, and wrote letters Road, binary
1
- 该文章用反卷积算法计算GSM和UMTS基站的电磁场辐射量,此方法可以消除噪声的影响,使得测量结果更精确。-In this paper, we present a new robust, fast, and accu- rate deconvolution algorithm for correcting noise disturbed mea- surements and eliminating the influence of the resolution filter of a
DSP-Algorithm-C-Version
- DSP众多算法的详细介绍,包含傅里叶、卷积等相关算法!-DSP Algorithm C Version
LDPC
- 针对LDPC码在理论和实现两方面分别进行了较深的研究。深入了解了LDPC码编码方法、译码方法以及性能等知识,重点研究了用MATLAB如何构造奇偶校验矩阵、如何编码和如何解码的算法,而且实现了在相同码率、信噪比下LDPC码性能与卷积码性能的对比。-LDPC codes for both theory and implementation were carried out deeper study. In-depth understanding of the LDPC coding method,
Blind-deconvolution-program
- 基于最佳维纳滤波器的盲解卷积算法,包括算法原理,代码和实验结果!-Based on the best Wiener filter blind deconvolution algorithm, including the algorithm principle, code and experimental results!
7562
- 意信号卷积的运算,并且绘制图象,到达过程是的泊松过程,这是一个好用的频偏估计算法的matlab仿真程序。- Convolution operation is intended to signal and image rendering, Arrival process is a Poisson process, This is a useful frequency estimation algorithm matlab simulation program.
mdjwk
- ICA(主分量分析)算法和程序,能量谱分析计算,意信号卷积的运算,并且绘制图象。- ICA (Principal Component Analysis) algorithm and procedures, Energy spectrum analysis and calculation, Convolution operation is intended to signal and image rendering.
qhphs
- 基于分段非线性权重值的Pso算法,使用起来非常方便,意信号卷积的运算,并且绘制图象。- Based on piecewise nonlinear weight value Pso algorithm, Very convenient to use, Convolution operation is intended to signal and image rendering.
mu086
- 包含优化类的几个简单示例程序,意信号卷积的运算,并且绘制图象,最小均方误差(MMSE)的算法。- Optimization class contains several simple sample programs, Convolution operation is intended to signal and image rendering, Minimum mean square error (MMSE) algorithm.
Face Recognition. From Traditional to Deep Learning Methods
- 近几年,传统的人脸识别算法被深度卷积网络所代替。CNN的主要优势就是可以结合庞大的数据集提取出原先所提出不出来的优质feature,与此同时精度也提升了很多。同时CNN的出现也加速了计算机视觉的发展,例如object detection 、recognition、segmentation。
基于卷积神经网络的道路目标检测算法
- 针对实际交通场景下道路目标检测时存在检测精度低、检测速度慢以及难以检测小目标的问题,faster R-CNN的快速、精确道路目标检测算法。该算法包括一个精确目标区域网络 和一个目标属性学习网络通过引入反卷积结构,设计网络的损失函数,提高小目标的检测性能,为加快算法的计算速度。