-
ECGPDataPAnalysisPECG
研究分析ECG数据的一本书,找了很久才找到的.(This book is intended for graduate students collecting and/or analyzing electrocardiogram
(ECG) data, industrial researchers looking to develop, test, and apply new
ECG analysis tools (both hardware and software), or simply students or teachers
looking for signal processing examples involving an intuitive yet complex signal.)
- 2014-10-29 03:13:59下载
- 积分:1
-
qpsk
摘 要:根据HFC网络上行信道的特性,建立了信道模型 分析了上行信道中存在的各种噪声对QPSK
调制技术的影响。结果表明在C /N (传输信道载噪比)较低的情况下,采用QPSK调制方式,可以提高系
统的抗干扰能力。
关键词: QPSK 光纤同轴电缆混合网 上行信道 噪声(Abstract: HFC network in accordance with the characteristics of the uplink channel, the establishment of a channel model an analysis of the various uplink channel noise on the impact of QPSK modulation. The results show that the C/N (transmission channel carrier-to-noise ratio) lower, the use of QPSK modulation, can improve the system of anti-interference ability. Keywords: QPSK hybrid fiber coaxial cable network uplink channel noise)
- 2009-04-12 15:45:03下载
- 积分:1
-
matlab_serial_port
matlab通过串口接收指定帧格式的数据的程序,和大家共享(through the serial port matlab designated to receive the data frame format of the program, and share)
- 2009-07-10 21:36:15下载
- 积分:1
-
Gambit读取 1维网格的Matlab程序
ReadMeshFromGambit1D
从网格划分软件Gambit读取1维网格的Matlab程序,来自《节点间断迦辽金方法》一书(Matlab program read from the meshing software Gambit one-dimensional grid, from the node discontinuous Galerkin method, " a book)
- 2012-07-02 22:29:44下载
- 积分:1
-
f_mart3
与ART算法相对应,采用乘法迭代算法MART进行层析成像反演的必备程序。(And ART algorithm corresponds iterative algorithm using multiplication MART tomography inversion essential procedures.)
- 2014-02-25 10:53:52下载
- 积分:1
-
skin-tone-hide-the-data
skin tone hide data in stegnography
- 2012-04-07 22:15:27下载
- 积分:1
-
src
How to use the ordinary Voronoi partition generator. The m-files also have
their own help documentation that you can view in Matlab. This code creates
a bounding polygon that is a square. Then it randomly creates 10 points
and then creates and draws the partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(2, 10)
regions = voronoi(bounds, points)
drawRegions(bounds, regions)
================================
This is a brief set of instructions on how to use the Multiplicatively-
weighted Voronoi partition generator.
Each of the m-files has a help section, so in Matlab you can call:
help mwvoronoi
help drawRegions
Here is an example that creates a bounding polygon, a square with side
length 10. Then it randomly creates six points with random weights.
Finally, the code draws the resulting partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(3, 6)
regions = mwvoronoi(bounds, points)
drawRegions(bounds, regions)
Enjoy!
- 2013-10-30 12:23:18下载
- 积分:1
-
OnlineCalculatorServer
A Simple Integer Overflow Example
- 2014-12-31 14:39:50下载
- 积分:1
-
GA_duogebianliang
使用遗传算法解决多变量函数优化问题,其中有20个变量(Genetic algorithm is used to solve the multivariable function optimization problem, which has 20 variables)
- 2017-04-21 15:17:51下载
- 积分:1
-
matlab
说明: 精通Matlab7 及精通Matlab GUI设计随书光盘源代码(Proficient, and proficient in Matlab GUI design Matlab7 CD with the book source code)
- 2010-04-26 13:44:01下载
- 积分:1