-
nonoverlap_windowing
This is a matlab code for using no-overlapping windows of size WxW. It uses ind2sub and sub2ind() built in functions in matlab.
- 2012-10-03 16:55:26下载
- 积分:1
-
C---C-method-for-lorenz-delay-time
C-C方法求lorenz的延迟时间,还没试试,自己打开后改可以试试(C- C method for lorenz delay time)
- 2015-04-09 18:55:15下载
- 积分:1
-
cca典型相关分析的多变量版本mcca
cca典型相关分析的多变量版本mcca,典型的一种盲源分离算法(Multivariate version of canonical correlation analysis)
- 2020-11-05 09:39:54下载
- 积分:1
-
MATLAB-CODE
这里包含信号处理的经典的matlab
实例(This includes the classic signal processing matlab examples)
- 2011-06-18 23:40:05下载
- 积分:1
-
Face-Detection-System
Face Dectection System in matlab Using Neural networks.
- 2011-11-26 04:23:23下载
- 积分: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
-
chepaishibie
一个车牌识别程序,包括对车牌的定位,识别。(A license plate recognition program, including the license plate location, identification.)
- 2010-08-09 15:15:33下载
- 积分:1
-
gridfitdir
说明: 在MATLAB下用gridfitdir实现三维图像的边缘强化,还有具体实现的实例(gridfitdir implemente surface fitting)
- 2010-05-04 17:08:30下载
- 积分:1
-
breast-classification
obtain the complete source code for Breast Density Classification System
- 2015-02-13 17:25:06下载
- 积分:1
-
Arraypatgain
作为第四版的升级,此程序用于计算和绘制均匀线阵源的方向图(This program is an updated and combined version of the programs ANTGAIN ARRAYPATGAIN in the 4th edition of Kraus s Electromagnetics. This program
computes and plots the field pattern of a uniform linear array of sources. )
- 2016-02-19 11:01:53下载
- 积分:1