-
MATLAB-beamformer
认知无线电中的波束成形MATLAB代码。可以根据拓扑众不同位置的节点调整天线的发射功率和角度。师兄博士毕业论文里的代码。希望能有帮助(Matlab code of beamformer in Cognitive Radio. it can regulate and adjust the transmitting power and angle of antenna, which belong my laboratory mate s PHD thesis. It may help you.)
- 2011-05-09 16:22:10下载
- 积分:1
-
core2_api
Support API for core#2 of custom system on chip. Release version
- 2014-08-06 22:00:26下载
- 积分:1
-
MLR
基于空域滤波的极大似然比、广义极大似然比、四阶累积量的广义极大似然比水下目标检测算法(Based on spatial filtering of the maximum likelihood ratio, the generalized maximum likelihood ratio, generalized maximum likelihood ratio of fourth-order cumulant underwater target detection algorithm)
- 2016-11-18 19:01:16下载
- 积分:1
-
allpass_order2
这段程序是二阶全通滤波器设计,有幅频响应、相频响应和group delay,供学习者参考(all pass filter of order 2)
- 2013-03-09 12:45:29下载
- 积分:1
-
ZJXH
针对永磁同步电机常规直接转矩控制系统涉及到的问题,例如磁链的准确观测、定子电阻的变化、电压矢量开关表的改进以及滞环控制器的改进等等,本文都作了详细的分析,并提出了改进方案。为了提高系统的性能,本文将空间矢量调制的方法引入了常规直接转矩控制中,并在此基础上,对永磁同步电机无速度传感器问题作了详细的分析,总结了国内外的研究热点,提出了采用转子磁链矢量为基础的永磁同步电机直接转矩控制速度估计方法。仿真结果表明,该方案具有很好的动、静态特性。(Firstly, the paper analyzes the principle of direct torque control of permanent magnet synchronous motor and elaborates the impact of space voltage vector of the stator flux and the electromagnetic torque.Secondly, the paper introduces direct torque control of permanent magnet synchronous motor SVPWM technology.Under the same hardware conditions,the system can obtain More continuous voltage space vector by taking advantage of SVPWM.The simulation results show the program not only keeps the direct torque control fast dynamic response, but also reduce the motor torque ripple.)
- 2020-09-19 20:57:55下载
- 积分:1
-
变化检测 - GRSL2009 - PCA - KMEANS
说明: 运用主成分分析法和K均值聚类法来进行SAR影像变化检测(SAR image change detection using principal component analysis and K-means clustering)
- 2020-12-24 16:29:06下载
- 积分:1
-
mSequence_generator
mSequence_generatorM序列发生器.rar是基于MATLAB编器的M序列发生器(mSequence_generatorM sequence generator. rar is based on MATLAB)
- 2007-10-01 14:18:56下载
- 积分:1
-
conversion_gui
function ret = Int2Hex(var)
Prints integer array to hexadecimal string
varType = class(var)
cast signness away:
if ( u ~= varType(1) )
varType = [ u varType]
var = typecast(var,varType)
end
nBits = str2double(varType(5:end))
if (64 == nBits)
split 64 bit case into two 32 s
cuz dec2hex doesn t handle 64 bit...
varType(5:end) = 32
var = typecast(var,varType)
end
ret = dec2hex(var)
if (64 == nBits)
littleEndian = all(typecast(uint32(1), uint16 )==[1 0])
first = 1 + littleEndian
second = 2 - littleEndian
ret = [ret(first:2:end,:),ret(second:2:end,:)]
end
end
- 2010-07-30 09:39:56下载
- 积分:1
-
che
车间作业调度问题Matlab源码,用于完成车间作业的最优化调度(Job Shop Scheduling Problem Matlab source code for the completion of Job Shop Scheduling Optimization)
- 2009-04-04 11:34:36下载
- 积分:1
-
shiXuTu
作业A和作业B串行(不采用缓输出技术)的时序图
作业A和作业B并发(采用缓输出技术)情况下的一种时序图(Job A and job B serial (non-use of slow output technology) and timing diagram concurrent operation A and operation B (using slow output technology) in case of a timing diagram)
- 2009-12-14 10:34:43下载
- 积分:1