-
MemDC_Test
MemDC防止屏幕闪烁的好方法,如不使用内存DC在画图,显示时会闪烁。(memdc redraw dc)
- 2013-12-18 20:26:22下载
- 积分:1
-
SM_4QAM_ML
4 QAM Spatial modulation with maximum likehood detection
- 2014-05-26 22:30:37下载
- 积分:1
-
GPCXX
这是一个多彩文字显示的系统模块源码GPCXX,分享给同学们学习参考(This is a colorful text display system module source code DCWZXSMK, share to the students to learn reference)
- 2017-02-21 19:48:26下载
- 积分:1
-
课程作业时的基于神经网络的人脸识别MATLAB程序
包括调制,解调,信噪比计算,FMCW调频连续波雷达的测距测角,信号维数的估计,与理论分析结果相比,代码里有很完整的注释和解释,可以实现模式识别领域的数据的分类及回归。
- 2022-05-06 10:52:28下载
- 积分:1
-
HMM
hMM的前向算法 ,详细的的介绍了算法的过程,并又程序的编程说明(hmm the method of hmm )
- 2009-03-07 09:29:27下载
- 积分:1
-
simplifiedrbmusic
本程序对于圆阵列的DOA估计空间平滑算法,可以很好的估计出角度的到达方向(This procedure for the circular array of DOA estimate spatial smoothing algorithm, can be very good to estimate the direction of arrival angles)
- 2009-03-25 10:14:51下载
- 积分:1
-
fx_decon
This code is in geophysics field.
- 2009-11-08 19:58:25下载
- 积分:1
-
CHMMparameters
提出了一种新的连续型隐马尔可夫模型(HMM ) 的概率密度函数, 并导出了一系列的参
数寻优迭代公式,(A new Continuous Hidden Markov Model (HMM) of the probability density function, and derived a series of parameters optimization iteration formula,)
- 2008-05-31 18:56:45下载
- 积分:1
-
bpsk
此程序为BPSK matlab仿真源代码,如有需要请谨慎下载(This program is BPSK matlab simulation source code, if necessary, download with caution)
- 2011-05-29 14:21:30下载
- 积分:1
-
bisection_new
Step 1: Set i=1
FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2
FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then
OUTPUT(p)
STOP.
prepared by Razana Alwee
24
Algorithm
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p
FA=FP
else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,
No=’, No)
- 2011-11-23 09:49:57下载
- 积分:1