• 大小: 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个文件信息

评论

共有 条评论