-
MIMO_system
这是一个基于空时分组编码的MIMO_OFDM通信系统的仿真设计。此系统包括QPSK调制解,IFFT调制,空时编解码,基于训练符号的信道估计等通信模块。
(This is based on space-time block coding MIMO_OFDM communication system simulation design. This system includes the QPSK modem, IFFT modulation, space-time coding and decoding, symbol-based channel estimation training and other communication module.)
- 2010-07-23 07:38:41下载
- 积分:1
-
cn_T2_4_Jing_Wu_Mathworks
Design and Implementation of
Motor Control Systems with MATLAB,
Simulink, and TI C2000™ DSPs
- 2010-11-08 13:55:31下载
- 积分:1
-
Signal_Processing
1.产生正弦信号,方波信号,均匀噪声;
2.信号的叠加;
3.信号的相关分析;
4.信号的卷积;
5.信号的和;
6.信号的频谱图。(1. Generate sine signal, square wave signals, uniform noise
2. Signal superposition
3. The signal correlation analysis
4. The convolution of signal
5. The sum of signal
6. The signal spectrum.)
- 2013-07-13 21:50:22下载
- 积分:1
-
[_ENIGMA_R1869373292005
enigma machine simulator
- 2014-11-05 14:58:54下载
- 积分: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
-
pointsclouds_smooth
实现MATLAB对茶壶采集的的点云数据网格生成,并细化(
MATLAB to achieve the collection of the teapot point cloud data grid generation, and refinement)
- 2020-10-21 19:37:25下载
- 积分:1
-
DSP_FIR
基于matlab和DSP的FIR滤波器的设计,内涵完整的源代码和报告分析。(Matlab and DSP-based FIR filter design, meaning a complete analysis of the source code and reports.)
- 2010-06-17 21:16:30下载
- 积分:1
-
rssic
无线传感器网络的加权质心算法,用matlab编程的,需要的可以参考(Weighted centroid algorithm for wireless sensor networks using matlab programming, can refer to)
- 2012-05-11 09:28:24下载
- 积分:1
-
floatAxis
Matlab函数,实现多个横、纵坐标绘图,同时容纳温度、盐度、密度。(Matlab functions for multiple horizontal and vertical coordinates of the drawing, simultaneously hold temperature, salinity, density.)
- 2014-11-01 21:12:23下载
- 积分:1
-
laser_New
光纤激光器仿真程序,matlab写的,是一个不错的程序(fiber laser)
- 2014-11-15 19:46:48下载
- 积分:1