-
IntroductiontoSignalProcessing
Introduction to Signal Processing 书的源代码,里面有非常多的数字信号处理算法,很多都是工程使用的,理论上也很有参考价值.是用matlab和C语言写的。(Book Introduction to Signal Processing of the source code, there are an awful lot of digital signal processing algorithms, many of which are used in the project, in theory, is also useful reference value.)
- 2009-06-28 11:17:55下载
- 积分:1
-
MATLAB-Science-and-compution
MATLAB教学用书或高等数学、线性代数、计算方法、复变函数、概率统计、数学规划、偏微分方程解法以及动态仿真等课程的教学辅导书,也可作为科研人员及工程计算人员学习和使用MATLAB的参考书(MATLAB books or teaching advanced mathematics, linear algebra, computational methods, complex variable functions, probability and statistics, mathematical programming, dynamic simulation of partial differential equation, and counseling and other teaching books, can also be calculated as the scientific and engineering staff to learn and reference books to use MATLAB)
- 2011-05-24 11:29:27下载
- 积分:1
-
correlation
二元天线阵在矩形巷道中接收信号的相关性的matlab仿真(Element antenna array in a rectangular tunnel in the received signal correlation matlab simulation)
- 2011-06-30 03:08:44下载
- 积分:1
-
Centroid
WSN 质心定位算法 Centorid Algorithm
加经典参考文献
A: 如果接受节点接收到的包数目与发送节点发送的包数目的比值大于CM_threshold,则这两个节点视为邻居节点
未知节点利用邻居锚节点进行定位,没有邻居锚节点的未知节点无法定位。
B:
如果接受节点接收到的包数目与发送节点发送的包数目的比值大于CM_threshold,则这两个节点视为邻居节点
未知节点一旦被定位就充当起锚节点的功能,向周围邻居发送自己的估计坐标信息
未知节点把已经定位的未知节点与锚节点同等对待
C:
如果接受节点接收到的包数目与发送节点发送的包数目的比值大于CM_threshold,则这两个节点视为邻居节点
有邻居锚节点的未知节点只利用邻居锚节点进行定位,没有邻居锚节点的未知节点才利用已经定位了的邻居未知节点进行定位。(WSN centroid localization algorithm Centorid Algorithm
A: If you accept the received packet node number and the number of packets sent by the sending node ratio greater than CM_threshold, then these two nodes as neighbors
Unknown node using the neighbor anchor nodes to locate, no neighbors anchor nodes and unknown nodes can not be located.
B:
If you accept the received packet node number and the number of packets sent by the sending node ratio greater than CM_threshold, then these two nodes as neighbors
Unknown nodes are positioned on as soon as the function of anchor nodes to send their neighbors estimated coordinate information
Unknown unknown node to node already positioned anchor nodes treated equally
C:
If you accept the received packet node number and the number of packets sent by the sending node ratio greater than CM_threshold, then these two nodes as neighbors
Of the unknown neighbor anchor node the neighbor nodes are only positioned anchor nodes, )
- 2013-08-31 19:13:47下载
- 积分:1
-
dataset
it is dataset for matlab vowel
- 2013-04-29 22:21:05下载
- 积分:1
-
imulation
cdma信号处理的matlab仿真,包括信号的编码和调制等流程(matlab cdma signal processing simulation, including encoding and modulation signal other processes)
- 2014-01-06 20:24:36下载
- 积分:1
-
Desktop
dijkstra最短路径规划设计dijkstra 城市最短路径规划问题的研究基于Matlab的程序代码(dijkstra shortest path planning dijkstra shortest path planning dijkstra shortest path planning)
- 2014-11-04 17:29:47下载
- 积分:1
-
matlab-book
MATLAB学习书籍,从入门到精通,绝对实用(study book)
- 2013-11-01 11:11:36下载
- 积分:1
-
csharpapp
csharp app using dll file that built in matlab using matlab builder NE for .net
- 2014-02-01 16:04:57下载
- 积分:1
-
CONV_M
计算离散时间信号间卷积和,并确定卷积信号的起止时刻点
信号处理卷积例程(convolution routine for signal processing
% --------------------------------------------------
% [y,ny] = conv_m(x,nx,h,nh)
% y = convolution result
% ny = support of y
% x = first signal on support nx
% nx = support of x
% h = second signal on support nh
% nh = support of h)
- 2020-10-04 13:47:40下载
- 积分:1