genwcdmauplinksignal.m

来自「对WCDMA的性能进行了仿真」· M 代码 · 共 25 行

M
25
字号
%*****************************************************************************
% function y=GenWCDMAUplinkSignal(CurrentUplinkFrame,PastUplinkFrame,NextUplinkFrame,PulseShape,SamplesPerChip)
%
% Copyright 2002 The Mobile and Portable Radio Research Group
%
% Produces the complex baseband representation of the uplink signal based on
% the uplink radio frame ("uplink_frame") and the pulse shaping function
% ("PulseShape")
%
% Parameters
%   Input
%      CurrentUplinkFrame   vector   Complex chipping sequence associated with 
%                                    the current frame
%      PastUplinkFrame      vector   Complex chipping sequence associated with 
%                                    the previous frame
%      NextUplinkFrame      vector   Complex chipping sequence associated with 
%                                    the previous frame
%      PulseShape       vector   Pulse shape filter impulse response
%      SamplesPerChip   scalar   The samples per chip duration used in 
%                                generating PulseShape
%
%   Output
%      y                vector   transmitted signal
%*****************************************************************************

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?