-
analogModulation
analogique simulation matlab de pll
- 2010-06-23 19:43:21下载
- 积分:1
-
command
说明: MATLAB命令汇总,对基本函数的使用说明,及快捷键(MATLAB command summary, the basic function, the instructions for use and keyboard shortcuts)
- 2009-08-24 16:02:00下载
- 积分:1
-
clark
clark transformer in matlab
- 2013-07-18 18:23:30下载
- 积分:1
-
psvec
matlab编写的关于fdtd编程的步骤和具体方法,适合初学者,且直接是三维结构,用mur吸收边界条件(Matlab fdtd prepared by the programming steps and concrete measures for beginners, which is the three-dimensional structure directly with mur absorbing boundary conditions)
- 2020-09-10 16:08:00下载
- 积分:1
-
fireplot
Firesim matlab program
- 2011-05-26 06:31:17下载
- 积分:1
-
svcm_run
support vector classification machine
% soft margin
% uses "kernel.m"
%
% xtrain: (Ltrain,N) with Ltrain: number of points N: dimension
% ytrain: (Ltrain,1) containing class labels (-1 or +1)
% xrun: (Lrun,N) with Lrun: number of points N: dimension
% atrain: alpha coefficients (from svcm_train on xtrain and ytrain)
% btrain: offest coefficient (from svcm_train on xtrain and ytrain)
%
% ypred: predicted y (Lrun,1) containing class labels (-1 or +1)
% margin: (signed) separation from the separating hyperplane (Lrun,1(support vector machine classification% s oft margin% uses "kernel.m"%% xtrain : (Ltrain, N) with Ltrain : number of points N : % ytrain dimension : (Ltrain. 1) containing class labels (-1 or 1)% xrun : (Lrun, N) with Lrun : number of points N : % atrain dimension : alpha coefficients (from svcm_train on xtrain and ytrain)% btrain : offest coefficient (from svcm_train on xtrain and ytrain)%% ypred : predicted y (Lrun. 1) containing class labels (-1 or 1)% margin : (signed) separation from the separating hyper plane (Lrun, 1)
- 2007-03-03 10:59:12下载
- 积分:1
-
11
说明:
广告流水灯程序
ORG 00H
MOV P2,#80H
START:MOV A,#0FFH 赋初值
CLR C
MOV R2,#8
LOOP:RRC A 带进位右移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP
MOV R2,#7
LOOP1:RLC A 带进位左移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP1
JMP START
DELAY:MOV R3,#20 延时0.2秒
D1: MOV R4,#20
D2: MOV R5,#248
DJNZ R5,$
DJNZ R4,D2
- 2012-11-22 13:22:07下载
- 积分:1
-
MCMC-with-Matlab
马尔可夫链蒙特卡罗(MCMC)入门学习资料,包括MetropolisSampling、Metropolis-Hastings Sampling、Gibbs Sampling。包含文档以及对应的程序!选自2011年MarkSteyvers的Computational Statistics with Matlab(MCMC)(MCMC learning materials of Computational Statistics with Matlab(MCMC) by MarkSteyvers, 2011)
- 2021-04-30 08:08:42下载
- 积分:1
-
four
计算成组滑动的滑窗检测器的最佳门限已知: 击中数N = 128, 组宽n = 8,PF =
10¡ 6,PD = 90 假设以下条件:
(a) 信号不起伏
(b) 忽略天线波束调制
1
(c) 计算PD时忽略目标区以外噪声的影响
组门限(第二门限)为K=8 滑窗的门限(第三门限)为L=16 (滑窗中包含的组数为16)
求解: 最佳的KOPT 和LOPT,对这题做了具体仿真实现。需要的朋友,一定知道很有用。(Optimal threshold calculated as group slidable window detector is known: hit number N = 128, the group width n = 8, PF = 106, PD = 90 assuming the following conditions: (a) signal is not undulation ( b) ignore the antenna beam modulation 1 (c) the calculation of PD ignored outside the target area noise of impact group door limit (the second door limit) for K = 8 sliding window of the door limit (third door limit) for L = 16 (sliding window contains group 16) to solve: the best of the KOPT the LOPT, these questions do specific simulation to achieve. A friend in need, we must know to be useful.)
- 2012-10-18 11:02:12下载
- 积分:1
-
TSP-matlab-gui
matlab 关于tsp解法的matlab程序,可以供大家参考下和学习下(About tsp solution matlab matlab program, can be used for your reference and learning under)
- 2013-12-17 18:06:07下载
- 积分:1