-
crazyclimber
基于crazy climber算法的数字调制信号脊特征提取(陈利民)(Crazy climber algorithm based on digital modulation signal feature extraction ridge)
- 2010-10-22 16:38:00下载
- 积分:1
-
MATLAB
matlab 7.0基础教程 清华大学出版社 孙祥 徐流美 吴清编著(stream America, Matlab 7.0 Essentials Tsinghua University Press Sun Xiang Xu Wu Ching-ed)
- 2012-05-24 15:56:04下载
- 积分:1
-
envelop
matlab code for the envelope detector in analog communications.
- 2013-11-17 02:45:25下载
- 积分:1
-
Iot-positioning-simulation
RSSI算法是指根据无线传感器接受到(目标物体)的信号指示强度,计算该信号在传播中的损耗,根据理论或者经验的信号传播模型将信号强度转换成距离。但是这种算法很容易受到天气,障碍物或人员流动的影响,导致测距不精确,从而定位精度不高。但是由于RSSI算法简单,成本低廉,很多无线通信模块提供RSSI值,所以RSSI算法依然应用在众多领域中。(RSSI algorithm is based on wireless sensor to receive the signal intensity (objects), calculate the signal in the transmission loss, according to the experience of the theory or the signal propagation model will be converted into a distance of signal strength.But this algorithm is very vulnerable to weather, obstacles or the influence of the flow of people, lead to range is not accurate, thus positioning accuracy is not high.But because the RSSI algorithm is simple, low cost, a lot of wireless communication module provides RSSI values, so the RSSI algorithm is used in many fields.)
- 2016-04-26 23:03:44下载
- 积分:1
-
镜像延拓 extend
镜像延拓和一种自适应波形匹配法处理EMD中的端点效应。boundary_matchwave。BOUNDARY_CONDITIONS_EMD。(Mirror extension and an adaptive waveform matching method to deal with the end effect in EMD.)
- 2016-06-02 15:11:45下载
- 积分:1
-
Optimization_bemorth
Optimization of the bemorph function in the MATLAB image processing toolbox
- 2010-09-29 09:36:05下载
- 积分:1
-
Gap_Finder
this example finds the gapes that are existed in a word
- 2010-01-29 18:41:25下载
- 积分:1
-
绘制SUI信道模型
用于绘制SUI信道模型,内含参数设置程序和通过FWGN生成衰落信道的程序。(SUI channel model for drawing, containing the parameter settings and programs to generate fading channel by FWGN.)
- 2020-07-16 09:48:50下载
- 积分:1
-
DCT_IDCT
to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expression
for M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the execution
now compare our special 8X8 functions with the internal general functions
use this code:
A = int32(100*rand(8,8))
tic for i = 1 : 1000 IDCT_8X8(DCT_8X8(A)) end toc
tic for i = 1 : 1000 idct2(dct2(A)) end toc
i had built the general functions too, but with low speed (to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expressionfor M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the executionnow compare our special 8X8 functions with the internal general functionsuse this code: A = int32 (100* rand (8,8)) tic for i = 1: 1000 IDCT_8X8 (DCT_8X8 (A)) end toc tic for i = 1: 1000 idct2 (dct2 (A)) end toc i had built the general functions too, but with low speed)
- 2007-12-05 18:28:42下载
- 积分:1
-
echocanc
program with demos , very helpful in understanding the concept of echo cancellation .based on matlab used its voicebox
- 2010-03-09 09:55:51下载
- 积分:1