-
passband-modulation
利用BPSK, DBPSK, QPSK, OQPSK, 16QAM, PAM, 信号进行基带,通带调制解调,分析频域,时域波形,误码率等(Using BPSK, DBPSK, QPSK, OQPSK, 16QAM, PAM for modulation and demodulation. Analyzing the spectrum, wave forms, and bit error rate )
- 2021-04-05 18:49:03下载
- 积分:1
-
2PAM_SV_C_100M
主要自己写的,基于SV-C多径信道,设计传输速率100Mbps,借用了几个别人的函数。()
- 2007-07-28 19:53:17下载
- 积分:1
-
Kalman
一维卡尔曼滤波在matlab下的仿真 结合阈值判断剔除杂波干扰(A Kalman filter in matlab simulation combined with the threshold value judgment removed the clutter)
- 2012-06-19 16:26:29下载
- 积分:1
-
cicuit1
simulating simu link model for a electrical transient network without circuit breaker
- 2013-12-20 14:31:54下载
- 积分:1
-
06122479
smart grid document using electrical cars
- 2015-12-16 22:15:51下载
- 积分:1
-
helicopter-MFCS
直升机显模型跟踪控制系统仿真实例(MFCS)控制仿真,具有实用性的控制方法!(helicopter MFCS control system simulation。)
- 2013-10-20 10:43:52下载
- 积分:1
-
makeParityChk
ldpc码校验矩阵的生成函数,测试可以使用的文件啦啦(Lala code file generation function ldpc parity check matrix, the test may be used)
- 2015-03-23 14:40:56下载
- 积分:1
-
CAS_ergodic
改程序实现了mimo的遍历容量在仿真区域中的三维分布情况(Procedures to achieve the ergodic capacity of a mimo at the three-dimensional simulation of the regional distribution of)
- 2009-03-28 20:49:39下载
- 积分:1
-
optimization-design
用最优化方法解决最优化问题的技术称为最优化技术,它包含两个方面的内容:
(1)建立数学模型,即用数学语言来描述最优化问题。模型中的数学关系式反映了最优化问题所要达到的目标和各种约束条件;
(2)数学求解,数学模型建好以后,选择合理的最优化方法进行求解。
(With optimization method to solve the optimization technology, called the optimum technology, it contains two aspects: (1) established the mathematical model, which is the mathematical language to describe the optimization problem. Model of the mathematical relationship reflects the optimal problem to achieve and all constraint conditions (2) solving mathematics, mathematical model built after, choice of reasonable solution of the optimization method.)
- 2012-04-17 17:12:15下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1