-
smooth
SMOOTH uses a vectorized implementation that may be slow when X and/or FRAME_LENGTH are very large. The number of elements that are used for calculation is length(X)*FRAME_LENGTH. The algorithm vectorizes the operation by creating a matrix of indexes and extracting its diagonals. E.g. for a vector of length 4 and frame_length of 2, the algorithm creates a temporary zero-padded matrix x2 from which it creates a set of indexes:
- 2010-06-11 15:43:35下载
- 积分:1
-
Transmission
简单模拟了bpsk的编解码,以及在高斯信道传输的后的译码和误码率的分析。另附功率谱。(Simple simulated bpsk codec, and the transmission of Gaussian channel bit error rate after decoding and analysis. Attached power spectrum.)
- 2009-11-13 10:29:09下载
- 积分:1
-
dsp-exercise
any kind of dsp method in matlab
- 2011-07-20 04:14:19下载
- 积分:1
-
BA_ELM
用蝙蝠算法(BA)对极限学习机(ELM)的输入权值和偏执进行进行优化,其诊断精度有明显提升。(With bat algorithm (BA) on Extreme Learning Machine (ELM) input weights and paranoia were optimized diagnostic accuracy has improved significantly.)
- 2021-04-08 15:49:00下载
- 积分:1
-
LOSNLOSIDENTIFICATION
LOS NLOS identification matlap code
- 2013-05-15 06:26:28下载
- 积分:1
-
MinimumCostFlow
最小费用最大流算法通用Matlab函数,最短路算法的Ford和Fulkerson法迭加算(Common minimum cost maximum flow algorithm Matlab function, the shortest path algorithm of Ford and Fulkerson method of superposition operator)
- 2014-02-09 14:51:55下载
- 积分:1
-
Fast-matching
讲述了频域模板匹配的原理及算法,将图像转到频域进行处理可以提高匹配的精度(About the frequency domain template matching principle and algorithm, the image to the frequency domain processing can improve the matching precision)
- 2013-04-14 09:14:34下载
- 积分:1
-
CDMA
利用MATLAB实现CDMA系统的基本功能。(Use MATLAB to achieve the basic functions of CDMA systems.)
- 2009-06-04 23:09:11下载
- 积分:1
-
PAPR_U_compand
MATLAB中PAPR的U压扩和限幅来降低PAPR的方法的程序(PAPR of U MATLAB, compression and expansion, and limiting the method to reduce PAPR program)
- 2011-04-19 15:07:07下载
- 积分:1
-
bp_moni
本例研究利用Matlab工具箱的BP网络仿真某系统故障的预测,假设3个故障的样本分别为(1 1 0), (0 1 1)(1 0 1), 3个故障分别编码为(1 0), (0 1), (1 1),下面利用BP工具函数设计网络,用自适应学习率算法进行BP的设计、训练和仿真。(cases using the Matlab toolbox BP network simulation of a system fault forecast Assuming three fault samples were (1 1 0), (0 1 1) (1 0 1) three failures were coded as (1 0), (0), (1), below BP network design tool function, Adaptive learning rate BP algorithm design, simulation and training.)
- 2007-04-18 09:13:48下载
- 积分:1