-
Downlink_precoding_simulation
MIMO下行链路收发端联合预编码的容量仿真,发射端采用新生成的功率注水法,并与传统的注水法对比(Capacity simulation MIMO downlink transceiver combined pre coding, power infusion method used in the transmitter of new generation, and compared with the traditional water injection)
- 2021-04-16 16:08:53下载
- 积分:1
-
45665994ARMA
matlab时间序列信号处理,自回归滑动平均模型(ARMA model)
- 2009-04-19 15:22:43下载
- 积分:1
-
filter
M=63 J=(M-1)/2 Wp=0.5*pi Ws=0.6*pi
Np=100 Ns=100
weightp=1 weights=100 通带和阻带的加权系数
WpN=linspace(0,Wp,Np)
WsN=linspace(Ws,pi-0.05,Ns)
Wm=[WpN WsN]
p=[ones(1,50),ones(1,50)/2]
d=[p,zeros(1,Ns)]
W=diag([weightp*ones(1,Np),weights*ones(1,Ns)])
C=cos(Wm*[0:J])
Q=diag(cos(Wm*0.5))
g=(W*Q*C)(W*d) g=g
h=(g(J:-1:2)+g(J+1:-1:3))/4
h=[g(J+1)/4 h g(1)*0.5+g(2)/4]
h=[h fliplr(h)] W=linspace(0,pi-0.1,512)
H=freqz(h,1,W)
plot(W/pi,20*log10(abs(H)))
(filter design)
- 2013-05-18 20:47:33下载
- 积分:1
-
DigModTutorial
关于调频解调的部分程序,希望对大家有所帮助,谢谢
(FM demodulation on the part of the process, and I hope to help you, thank you)
- 2006-11-19 16:06:50下载
- 积分:1
-
MotionOnHelix
Animation shows particle motion along the helix.
Main file is MotionOnHelix.m
This is example how Matlab can be used for educational purposes, for teaching multivariate calculus.
- 2011-10-30 16:01:53下载
- 积分:1
-
matlab
matlab命令大全 使用matlab进行绘图或者仿真时很好的参考书(good reference for drawing when Guinness or simulation using matlab matlab command)
- 2013-12-03 12:25:53下载
- 积分:1
-
matlab_quickref.pdf
matlab快速检索手册,非常实用简洁,涵盖了matlab的所有基本函数(Quick Search matlab manual is very useful concise, covering all the basic functions matlab)
- 2010-01-17 21:35:56下载
- 积分:1
-
antithetic-monte-carlo
应用蒙特卡洛的方法为欧式看涨期权定价。同时,该程序是应用对偶方法进行模拟的。(pricing european call option with antithetic method in monte carlo)
- 2012-04-01 15:23:20下载
- 积分:1
-
matlab
《MATLAB函数速查手册》较全面地介绍了MATLAB的函数,主要包括MATLAB操作基础、矩阵及其基本运算、与数值计算相关的基本函数、符号运算的函数、概率统计函数、绘图与图形处理函数、MATLAB程序设计相关函数、Simulink仿真工具函数、图形用户界面制作函数、信号处理工具箱函数和符号数学工具箱函数等内容。(The MATLAB function Quick Reference " comprehensive MATLAB functions, including the MATLAB operation based matrix and its basic operations, and numerical calculation of the basic function, the function of symbolic computation, a function of probability and statistics, graphics and graphics processing function MATLAB programming function, function of Simulink simulation tools, graphical user interface making function, signal processing toolbox functions and symbolic math toolbox functions and other content.)
- 2012-08-21 12:26:18下载
- 积分:1
-
ar matlab
说明: AR模型的实现流程及matlab代码 有详解(The implementation process of the AR model and the matlab code have detailed explanations.)
- 2019-04-05 11:27:56下载
- 积分:1