-
romp
In sum capacity of an OFDM system is maximized by allocating each subchannel to the user with the highest channel gain over this channel and distributing power among subchannels in a water-filling manner.
- 2014-02-10 15:51:55下载
- 积分:1
-
HEV_Model_Simulink
文件包含一个混合电动汽车模型,使用SimSCAPE、SimSCAPE电子学、Simscape Driveline和SimSCAPE电力系统构建,这些系统可以被配置为系统级测试或电能质量分析。可以使用不同的子系统来选择电气、电池和车辆动力学系统的模型变型。将SimSCAPE语言创建的电池模型结合到模型中。监控逻辑是用StaseFuffic实现的。该模型可以配置为硬件在环测试。(This file contains a hybrid-electric vehicle model built using Simscape, Simscape Electronics, Simscape Driveline, and Simscape Power Systems that can be configured for system-level tests or power quality analyses. Model variants for the electrical, battery, and vehicle dynamics systems can be selected using variant subsystems. A battery model created with the Simscape language is incorporated into the model. Supervisory logic is implemented with Stateflow. This model can be configured for hardware-in-the-loop testing.)
- 2018-04-28 13:54:56下载
- 积分:1
-
laifui
处理信号的时频分析,D-S证据理论数据融合,AHP层次分析法计算判断矩阵的最大特征值。( When processing a signal frequency analysis, D-S evidence theory data fusion, Calculate the maximum eigenvalue judgment matrix of AHP.)
- 2016-05-20 15:56:00下载
- 积分:1
-
vad
对一段语音进行端点检测并对检测的语音画出方框图,不同于一般只画竖线(Endpoint detection of a voice to draw the block diagram and detection of voice is different from the vertical line is generally drawn)
- 2009-10-10 16:48:09下载
- 积分:1
-
GML_AdaBoost_Matlab_Toolbox_0[1].3
该文件里面包含了三个AdaBoost算法,使用非常方便(The document which contains three AdaBoost algorithm, is very convenient to use)
- 2009-04-15 08:42:26下载
- 积分:1
-
mini2
clear all
clc
t=0:1/1000:10-1/1000
s=sin(2*pi*t)
snr=20
s_power=var(s) varience of s
linear_snr=10^(snr/10)
factor=sqrt(s_power/linear_snr)
noise=randn(1,length(s))*factor
x=s+noise Ó É SNR¼ Æ Ë ã Ë æ » úÔ ë É ù
x1=noise Ô ë É ùÔ ´ Ê ä È ë
x2=noise
w1=0 È ¨Ï µ Ê ý ³ õ Ö µ
w2=0
e=zeros(1,length(x))
y=0
u=0.05
for i=1:10000 LMSË ã ·¨
y(i)=w1*x1(i)+w2*x2(i)
e(i)=x(i)-y(i)
w1=w1+u*e(i)*x1(i)
w2=w2+u*e(i)*x2(i)
end
figure(1)
subplot(4,1,1)
- 2010-10-26 16:41:03下载
- 积分:1
-
Periodogram_1
现代信号处理课程中的周期图算法仿真,主要利用平滑周期图来处理的(Courses in modern signal processing algorithm simulation periodogram, smoothed periodogram using mainly to deal with)
- 2011-05-13 15:26:44下载
- 积分:1
-
silicon-channel-semivector
Silicon channel semivector : Applies the semivector modesolver to compute the TE mode of a sub-micron silicon waveguide. Comparison with the full-vector solution demonstrates some of the inaccuracy of the semivector approximation.
- 2012-06-06 00:22:28下载
- 积分:1
-
psat
a combined solution for all power system related programs in matlab
- 2011-12-02 13:13:47下载
- 积分:1
-
SIMPSON3_8_matlabfa
Simpson integration method(3/8)
- 2013-12-05 03:32:04下载
- 积分:1