搜索资源列表
dp
- 一个简单实用的dtw算法,可以在matlab中实现DTW的计算!
matlab-dpd
- matlab仿真dpd,预失真的算法,在读博士仿真源码,包括volterra,saleh,多项式。-matlab simulation dpd, pre-distortion algorithm, Ph.D. simulation source code, including the volterra, saleh, polynomials.
Matlab
- 仿真雷达信号检测,虚警概率、检测概率、信噪比之间关系-simulink the detection of radar signal.relation between FAP、DP and SNR
MinForeDynprog
- 该程序实现了一个标准的动态规划算法,对研究动态规划很有帮助。-It is a code to study DP.
DPCMandPCM
- DPCM与PCM比较(simulink),先运行M文件,再运行仿真。-DPCM and PCM comparison (simulink), the first run M files, and then run the simulation.
DP-DPSK
- 二进制DP-DPSK调制matlab仿真程序-DP-DPSK modulation
DP
- 动态规划的matlab程序,经调试可以运行-Dynamic planning matlab, the debugging can run
DP_Beibao
- 这个是自己用matlab编写的简单的背包问题源程序-DP beibao
analogue-modulation-recognition
- 针对盲模拟调制信号的自动识别算法,利用了盲信号识别中常用的gamma、ap、dp、P等参数,并附送dsb、lsb、usb、am、fm信号的生成程序-Automatic analogue modulation recognition using MATLAB. There is also a function to generate dsb,lsb,usb,am,fm signal
DP
- DP算法的实现,通过matlab实现,绘图分类.-DP algorithm, through matlab implementation, drawing classification
gai4_2014_12_11_ny
- 混合动力汽车动力系统控制算法计算与优化中,使用动态规划算法优化汽车输出转矩MATLAB程序。(Simulation and Optimization of Power System Control Algorithm for Hybrid Electric Vehicle. Using Dynamic Programming Algorithm to Optimize Automobile Output Torque MATLAB Program.)
Desktop
- 实现简单的dp算法,只是一个简单的例子。(The approach of method of dp)
Desktop
- 简单的实现dp的小例子,很简单很简单,基本上网上都有(A sample of the method of dp)
Desktop
- 简单的dp算法,实现起来很简单,没用的小心(a sample method of dp)
Desktop
- 实现简单的dp算法和程序,非常简单不需要看(Simple DP algorithm and procedures, very simple, do not need to see)
布谷鸟算法优化DP
- 该算法为原始代码,可以提供给读者阅读与学习,掌握初始技能(Optimization of cuckoo algorithm)
100 Gbps DP-QPSK System with DSP (1)
- 相干光通信接收端补偿MATLAB代码以及Optisystem仿真系统文件(Compensation MATLAB code for receiver terminal of coherent optical communication)
Exercise-dp-learning
- 深度学习例子,共五个,逻辑回归,线性回归等等(deep learning examples)
动态规划DP
- matlab编程实现动态规划算法,适合初学者使用(Matlab programming dynamic programming algorithm, suitable for beginners to use)
dtw
- 可以用来实现dtw。在孤立词语音识别中,最为简单有效的方法是采用DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法,用于孤立词识别。HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。(Can be used to implement DTW)