-
swcf
function matrix=asciiRead(fileName)
asciiRead: Read an ascii file into a matrix
Usage: matrix=asciiRead(fileName)
Roger Jang, 20041021
if nargin<1, selfdemo return end
fid=fopen(fileName, rb )
content=fread(fid, inf, char )
fclose(fid)
file=tempname
copyfile(fileName, file
- 2010-04-04 20:42:47下载
- 积分:1
-
FuenteVideo
Fuente de trafico de video
- 2010-05-10 09:49:29下载
- 积分:1
-
detectqrs
检测心电信号QRS波, 检测准确率大于99%,数据库为MIT-BIH 心律失常数据库。(The algorithm can detect the qrs waves automaticlly.)
- 2017-09-04 23:27:35下载
- 积分:1
-
code
sorce code for imageprooceesin with matlab code
- 2011-05-08 18:45:40下载
- 积分:1
-
mode
通信系统中常用到FDMA,CDMA,TDMA三种调制方式,通过这三种调制方式能产生出相应的波形。(Communication system used to FDMA, CDMA, TDMA modulation of three, by three to produce a corresponding modulation waveform.)
- 2011-06-07 19:41:09下载
- 积分:1
-
pncaofdm--estimation
ofdm-pnc 系统信道估计算。包括LS,LMMSE,SVD等算法(ofdm-plc system channel estimator. Including the LS, MMSE, SVD algorithms)
- 2016-02-21 20:00:40下载
- 积分:1
-
ASR
Automatic Speech Recognition with HTK
- 2011-01-24 05:52:31下载
- 积分:1
-
channeestimatition
说明: 不同导频长度(6,10,20)情况下的信道估计程序,(Different pilot length (6,10,20) in case of channel estimation procedures)
- 2010-04-20 09:46:12下载
- 积分:1
-
usefull-skills-in-matlab
matlab使用的N个实用技巧及其程序实现。(N-use practical skills and procedures matlab implementation.)
- 2013-11-26 00:25:24下载
- 积分:1
-
验证零状态响应
信号课程设计验证零状态响应
验证LTI系统零状态响应等于激励与系统冲激响应的卷积
- 2022-03-22 15:59:56下载
- 积分:1