⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 genwcdmauplinksignal.m

📁 用matlab程序实现WCDMA系统的仿真
💻 M
字号:
%*****************************************************************************
% 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -