-
大小: 7.77M文件类型: .rar金币: 2下载: 9 次发布日期: 2021-03-20
- 语言: Matlab
- 标签: predistortio 预失真
资源简介
电子科大马岳林在日本做的数字预失真代码 非常有用的
代码片段和文件信息
function ampm(xyvarargin)
% Author: MA Yueln
% at AWCC Univ.Electro. Commun.
%
% 25. Jun. 2010
%
% ampm(xy): plot the AM-AM and AM-PM
% ampm(xyPlotstyle): Plotstyle is same as that defined in plot()
error(nargchk(14nargin‘struct‘));
if nargin<3
plottype=‘.‘;
plotstyle=‘linear‘;
elseif nargin<4
plottype=lower(varargin{1});
plotstyle=‘linear‘;
else
plottype=lower(varargin{1});
plotstyle=lower(varargin{2});
end
if isempty(plottype)
plottype=‘.‘;
end
x=x(:);y=y(:);
if strcmpi(plotstyle‘linear‘)
subplot(211)
hold on
plot(abs(x)abs(y)plottype)
xlabel(‘input amplitude‘)
ylabel(‘output amplitude‘)
title(‘AM-AM‘)
subplot(212)
plot(abs(x)angle(y./x)*180/piplottype)
xlabel(‘input amplitude‘)
ylabel(‘output phase shift (degree)‘)
title(‘AM-PM‘)
elseif strcmpi(plotstyle‘db‘)
subplot(211)
hold on
plot(dbv(x)dbv(y./x)plottype)
xlabel(‘input ampl
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 101268 2011-03-22 16:24 Myfun\Function Manual.pdf
文件 6648854 2012-03-04 17:05 Myfun\Function Summary ver2.0.pdf
文件 305 2011-03-21 14:46 Myfun\makedir.p
文件 271 2015-03-05 21:48 Myfun\p文件是m文件的加密根式.txt
文件 495369 2010-07-13 09:13 Myfun\WCDMA2_SS10_MotoPA_3BO_Sig.mat
文件 983846 2010-04-23 16:18 Myfun\WCDMA3c_io_15dbmBO.mat
文件 139 2011-03-21 14:46 Myfun\3GPP\bits2symbols.p
文件 619 2011-03-21 14:46 Myfun\3GPP\chan_pow_cyc.p
文件 687 2011-03-21 14:46 Myfun\3GPP\chk_param.p
文件 117 2011-03-21 14:46 Myfun\3GPP\despread.p
文件 365 2011-03-21 14:46 Myfun\3GPP\dpdch.p
文件 457 2011-03-21 14:46 Myfun\3GPP\em_mask.p
文件 1662 2011-03-21 14:46 Myfun\3GPP\evm_3gpp.p
文件 1472 2011-03-21 14:46 Myfun\3GPP\model_3gpp.p
文件 196 2011-03-21 14:46 Myfun\3GPP\ovsf.p
文件 175 2011-03-21 14:46 Myfun\3GPP\pccpch.p
文件 142 2011-03-21 14:46 Myfun\3GPP\pcpich.p
文件 166 2011-03-21 14:46 Myfun\3GPP\pich.p
文件 219 2011-03-21 14:46 Myfun\3GPP\pn9.p
文件 142 2011-03-21 14:46 Myfun\3GPP\psc.p
文件 108 2011-03-21 14:46 Myfun\3GPP\qpskslice.p
文件 129 2011-03-21 14:46 Myfun\3GPP\sccpch.p
文件 184 2011-03-21 14:46 Myfun\3GPP\sch.p
文件 507 2011-03-21 14:46 Myfun\3GPP\scramble.p
文件 120 2011-03-21 14:46 Myfun\3GPP\shift.p
文件 104 2011-03-21 14:46 Myfun\3GPP\slice.p
文件 167 2011-03-21 14:46 Myfun\3GPP\spread.p
文件 361 2011-03-21 14:46 Myfun\3GPP\ssc.p
文件 395 2011-03-21 14:48 Myfun\DPD\Akaiwa_PA.p
文件 254 2011-03-21 14:48 Myfun\DPD\amamsmooth.p
............此处省略111个文件信息
- 上一篇:一个简单的DCO- OFDM 代码
- 下一篇:基于高斯扰动的布谷鸟算法优化svr网络
相关资源
- SVM的回归预测分析——上证指数开盘
- 基于模型预测控制的车辆轨迹跟踪问
- 条纹投影轮廓术中的快速光栅预校准
- matlab常用代码大全科研神器
- glove中文词向量
- 格型法线性预测分析预测系数和功率
- 科研常用代码预测分类评价
- 卡尔曼预测
- 无人驾驶车辆模型预测控制Matlab代码
- 分布式预测控制程序
- RBF神经网络建模与预测(1)
- 无人驾驶车辆模型预测直线轨迹跟踪
- 混凝土抗压强度预测_SVM_Matlab_归一_
- MATLAB之LSTM预测
- 基于SVM的回归预测分析
- 灰色预测模型及Matlab实现附参考论文
- 长江水质预测2005年数学建模+神经网络
- 基于遗传算法的小波神经网络在股票
- 链路预算模型及matlab实现.zip
- 基于MATLAB的车牌定位.zip
- matlab预测控制工具箱使用手册
- Matlab帧内/帧间预测
- svm 支持向量机 回归 预测
- 房价预测模型算法源代码
- 广义自回归神经网络预测代码含原始
- 支持向量机matlab工具箱含资料及gui模
- 课件《神经.模糊.预测控制及其MATLA
- matlab指纹匹配
- 基于BP神经网络的水上交通事故预测及
- MMC-HVDC模型预测控制
评论
共有 条评论