-
spchtool
采用matlab进行语音处理的软件包,如分帧,求语音特征等。(Using matlab package deal for voice, such as sub-frames, and voice characteristics.)
- 2008-03-02 15:03:46下载
- 积分: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
-
matlab
我自己写了一个函数: 该函数用来计算任意函数的一阶偏导数(数值方法)
(I wrote a function: The function used to calculate the arbitrary function of the first-order partial derivative (numerical methods))
- 2008-07-24 11:14:11下载
- 积分:1
-
Threshold_test
说明: FFH中传统门限的比较获取,SNR的不同,BER不同,从中最佳(FFH traditional threshold comparison to obtain, SNR different, BER is different from the best)
- 2008-09-18 21:21:44下载
- 积分:1
-
genetic
this code helps to solve genetic algorithms
- 2012-05-23 22:42:55下载
- 积分:1
-
NetowkrCards_Test
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package netowkrcards_test
/**
*
* @author Cecilia
*/
public class NetowkrCards_Test {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
// TODO code application logic here
}
}
- 2014-09-17 07:28:27下载
- 积分:1
-
Selective-Harmonic-Elimination
选择性消除谐波,通过调试运行,结果精确,且易于自行修改所需参数。(Selective harmonic elimination, through commissioning, operation, results are accurate, and easy to modify the required parameters.)
- 2014-04-12 17:58:15下载
- 积分:1
-
Simple_2D_SOFM
som matlab code som matlab code som matlab code
- 2009-11-01 11:56:22下载
- 积分:1
-
RandomForest_matlab
随机森林的matlab版本,重修改整理过的,可以直接拿来用,带实例。可以用来做回归法分析及分类。是机器学习中的快速有效的方法,基本不会产生过拟合。(Random Forest, an efficient regression and classification tool in area of machine learning. The Programms performs well and a demo is offered.)
- 2020-12-23 09:59:06下载
- 积分:1
-
GSM
说明: 基于梯度相似度的图像质量评价方法,发表在2012年TIP国际期刊上(Full reference image quality evaluation)
- 2020-12-11 10:39:17下载
- 积分:1