-
prog6_5
压电智能悬臂梁振动主动控制的研究
压电智能悬臂梁振动主动控制的研究
(Piezoelectric active vibration control of smart cantilever beam study of piezoelectric active vibration control of smart cantilever beam research)
- 2021-04-26 20:28:45下载
- 积分:1
-
16QAM
QAM调制下的物理层网络编码调制与解调方案仿真程序(Physical layer network coding modulation and demodulation simulation program QAM modulation scheme under)
- 2021-01-12 17:38:53下载
- 积分:1
-
img2curve
CONVERT IMG TO CURVE IN MATLAB
- 2013-09-10 18:04:30下载
- 积分:1
-
matlab框脸
用于ycbcr空间检测人脸肤色,需要自己添加试验级。用photoshop软件将人脸涂白,其余的地方全部涂黑。(For YCbCr space to detect facial complexion, you need to add test level yourself. Photoshop software is used to whitewash the faces and the rest are blackened.)
- 2018-05-01 14:26:55下载
- 积分:1
-
MATLAB-SIMULINK-power-system
matlab-simulink电力系统仿真 暂态稳态分析仿真(matlab-simulink inpower system)
- 2012-06-25 14:04:31下载
- 积分:1
-
dtdwt
dual tree discrete wavelet transform (dtdwt) matlab codes
- 2014-10-07 06:06:16下载
- 积分:1
-
FuzzyEn
计算模糊熵,可用于生理信号的变异性分析。本算法降低了个体差异,更易于检测生理状态引起的复杂度改变。(Calculating the fuzzy entropy can be used for variability analysis of physiological signals. The algorithm reduces the individual differences easier to detect changes in the physiological state of the complexity caused.)
- 2014-07-27 05:20:22下载
- 积分:1
-
MIMO
MIMO系统容量仿真程序分为两个。其中
文件夹1为:发射天线数为4,接收天线数逐渐增大时MIMO系统容量的仿真程序。
文件夹2为:接收天线数为4,发射天线数逐渐增大时MIMO系统容量的仿真程序。(MIMO system capacity simulation program is divided into two. One folder 1 as follows: the number of transmitting antennas is 4, gradually increasing the number of receive antenna MIMO system capacity when the simulation program. Folder 2 as follows: the number of receiving antennas 4, gradually increasing the number of transmission antennas, MIMO system capacity when the simulation program.)
- 2021-02-23 22:59:40下载
- 积分: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
-
matlab code
无线传感器网络技术仿真算法,包括aoa,doa,tdoa等matlab代码仿真(Wireless sensor network technology simulation algorithm, including AOA, DOA, TDOA and other matlab code simulation.)
- 2018-04-03 15:18:40下载
- 积分:1