-
MATLAB_optimization_calculation
matlab最优化计算,包括多种优化算法。(matlab optimization calculation, including a variety of optimization algorithms)
- 2021-03-09 21:59:27下载
- 积分:1
-
WLPF_monG
Function of Weighted Low Pass Filter.
- 2013-09-02 17:25:25下载
- 积分:1
-
44
说明: 文章讲述了基于MATLAB GUI电路计算平台的设计 (This paper describes the design and calculation of GUI circuit based on MATLAB platform)
- 2013-12-07 15:41:09下载
- 积分:1
-
spiralmatrix
外螺旋矩阵的递归和非递归C编程方法 笔试中经常出现的题(Spiral Matrix outside the recursive and non recursive methods written in C programming problems often appear in)
- 2010-11-26 10:30:53下载
- 积分:1
-
exam
光纤光栅振动传感器的悬臂梁参数优化,包括四个变量,显示频率变化和灵敏度(optimization of FBG sensor)
- 2013-05-19 14:01:30下载
- 积分:1
-
FFT_matlab
[FFT]_matlab中关于FFT的使用(理解频率分辨率、补零问题).(
[FFT ] _ matlab on the FFT use (understanding the frequency resolution, zero problem ).
)
- 2012-02-15 10:21:16下载
- 积分:1
-
CHENGXU
MUSIC算法[1] 是一种基于矩阵特征空间分解的方法。从几何角度讲,信号处理的观测空间可以分解为信号子空间和噪声子空间,显然这两个空间是正交的。信号子空间由阵列接收到的数据协方差矩阵中与信号对应的特征向量组成,噪声子空间则由协方差矩阵中所有最小特征值(噪声方差)对应的特征向量组成。MUSIC算法就是利用这两个互补空间之间的正交特性来估计空间信号的方位。噪声子空间的所有向量被用来构造谱,所有空间方位谱中的峰值位置对应信号的来波方位。MUSIC算法大大提高了测向分辨率,同时适应于任意形状的天线阵列,但是原型MUSIC算法要求来波信号是不相干的。(clear all
clc
List0= E:DOA估计仿真
List00=[ 2013-10-31_12_44_31 ]
for Li=1:1
List1=strcat(List0,List00(Li,:), Data )
In_p=[List1, ChanData ] 输入数据目录
Out_p=strcat([List1, DataDOA ]) 输出数据目录
NLen=10000 分段长度
M=16
r=15
c=299792458
List=List1(end-19:end-1) 选择目录
if(~exist(Out_p, ))
mkdir(Out_p)
end
)
- 2015-06-09 10:48:54下载
- 积分:1
-
QR
说明: QR分解的MATLAB程序,可用于MIMO智能天线等(QR decomposition)
- 2012-03-27 17:11:27下载
- 积分:1
-
planseperator
Plan separator: the code separate the bit 0 to 7 plans of an eight bits image. This is to allow image analysis and to know the most useful part of the image among its features.
- 2013-11-11 03:23:40下载
- 积分:1
-
pure-aloha-and-slotted-aloha
pure aloha 和slotted aloha算法的 matlab代码。结果显示了两种算法吞吐量的对比,通过修改标签数也可以得出吞吐量的变化值。
纯ALOHA协议(Pure ALOHA)
当传输点有数据需要传送的时候,它会向立即向通讯频道传送。
接收点在收到数据后,会ACK传输点。
如果接收的数据有错误,接收点会向传输点发送NACK。
当网络上的两个传输点同时向频道传输数据的时候,会发生冲突,这种情况下,两个点都停止一段时间后,再次尝试传送。
因为有太多的传输冲突.(pure aloha and slotted aloha algorithm matlab code. The results show the comparison of the two algorithms throughput, by modifying the number of labels can also come to change the value of the throughput. Pure ALOHA protocol (Pure ALOHA) When the transfer point has data to transmit, when it would have to immediately transfer to the communications channel. After receiving the data reception point will ACK transmission points. If the received data has an error, the receiver sends NACK point to point transmission. After transmission when two points on the network at the same time to the channel to transmit data, it will conflict, in this case, two points are stopped for some time, try the transfer again. Because there are too many transmission conflict.)
- 2021-04-08 18:59:01下载
- 积分:1