CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 上行算法
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - 上行算法 - List
[
Other resource
]
MusicSmart
DL : 0
智能天线上行链路的MUSIC算法仿真程序,窄带信号,高斯白噪声环境-smart antenna uplink MUSIC algorithm simulation program, narrowband signals, white Gaussian noise environment
Date
: 2008-10-13
Size
: 1.83kb
User
:
Wendy
[
Communication-Mobile
]
simulation
DL : 0
mimo-mc-cdma系统上行链路中分别针对单用户和多用户的不同检测算法的比较
Date
: 2008-10-13
Size
: 313.09kb
User
:
王义
[
Windows Develop
]
Elevator
DL : 0
某一层楼20层,有五部互联的电梯。基于线程思想所编写一个电梯调度程序。 每个电梯里面应该有一些按键:数字键、关门键、开门键、等。 每层楼的每部电梯门口,应该有上行和下行按钮。 五部电梯门口的按钮是互联结的,即当一个电梯按钮按下去时,其他电梯的相应按钮也就同时点亮,表示也按下去了。 调度算法是根据这五部电梯的状态,寻找离当前楼层最近的且和请求同方向的电梯给予响应。 所有电梯初始状态都在第一层。每个电梯如果在它的上层或者下层没有相应请求情况下,则应该在原地保持不动。
Date
: 2008-10-13
Size
: 5.9mb
User
:
王钧
[
Other resource
]
Single_Carrier_FDMA(SC-FDMA)matlab
DL : 6
Single Carrier FDMA又称SC-FDMA或者DFT-Spread-OFDM是3GPP LTE最新提出的适用于上行传输的一种新方案。相对于OFDMA(主要用于下行),其最大的优势在于低峰值平均功率比(即PAPR)。本程序包括OFDMA,SC-FDE(单载波频域均衡)以及SC-FDMA程序,接收端采用经典的ZF和MMSE检测算法,程序短小精悍,相当经典,方便该领域的人学习与研究。
Date
: 2008-10-13
Size
: 49.41kb
User
:
程鹏
[
Data structs
]
B+树实现旅游图站点搜索
DL : 0
一、 需求分析: (1) 已知某市每条公路路线及沿途所经过的站名,要实现的功能是:在任一车站终端查询知道 1、 是否有公共汽车到达指定的目的地(任一站点) 2、 若有,打印出乘车的路线(不一定唯一)。如需中途换车,应指示在哪里换哪条线路的车。 (2) 实现的数据结构:因为将公共交通图看成是一个有向图,所以选择十字链表为其数据结构。 其中有信息点为:站点的连接关系(十字链表的弧头和弧尾链域很好的实现了这个功能) 反应途径的线路号(这个当作弧的信息域,含有两个往返的方向,并且每个方向又对应着多个路线号) 站点名(当然是作顶点的信息域data域了,其中其标签顺序是申请顺序存储结构保证) (3) 算法:按选定的数据结构设计相应的算法,当乘车站到目的站有多种乘车线路是,必须确定路线的选取标准。 换车次数最少、经过的站点数最少。 (6) 测试数据如下: 采用格式统一的公交路线数据文件,具体为: 1) 采用文本文件,文件名统一为lines.txt,在文件夹中; 2) 每条路线的数据占2行(上行和下行各占1行,行在这里指以回车换行符结束),形式为“、、、[……]”,其中为长度不超过6个字符的字符串,为“上行”或者“下行”,为长度不超过20个字符的字符串,、和各个之间均用2个半角空格分隔。程序初始化时,从文件中读出数据进行初始化。
Date
: 2010-04-07
Size
: 670.18kb
User
:
wsctlee
[
Books
]
第三代移动通信系统中的上行功率控制算法研究
DL : 0
本文主要介绍了第三代移动通信系统中的上行功率控制算法
Date
: 2011-05-20
Size
: 451.37kb
User
:
cx915349
[
matlab
]
MusicSmart
DL : 1
智能天线上行链路的MUSIC算法仿真程序,窄带信号,高斯白噪声环境-smart antenna uplink MUSIC algorithm simulation program, narrowband signals, white Gaussian noise environment
Date
: 2025-07-13
Size
: 2kb
User
:
Wendy
[
Communication-Mobile
]
simulation
DL : 0
mimo-mc-cdma系统上行链路中分别针对单用户和多用户的不同检测算法的比较-mimo-mc-cdma system uplink, respectively, for single-user and multi-user detection algorithm in different comparison
Date
: 2025-07-13
Size
: 313kb
User
:
王义
[
Windows Develop
]
Elevator
DL : 0
某一层楼20层,有五部互联的电梯。基于线程思想所编写一个电梯调度程序。 每个电梯里面应该有一些按键:数字键、关门键、开门键、等。 每层楼的每部电梯门口,应该有上行和下行按钮。 五部电梯门口的按钮是互联结的,即当一个电梯按钮按下去时,其他电梯的相应按钮也就同时点亮,表示也按下去了。 调度算法是根据这五部电梯的状态,寻找离当前楼层最近的且和请求同方向的电梯给予响应。 所有电梯初始状态都在第一层。每个电梯如果在它的上层或者下层没有相应请求情况下,则应该在原地保持不动。 -err
Date
: 2025-07-13
Size
: 6.17mb
User
:
王钧
[
matlab
]
Single_Carrier_FDMA(SC-FDMA)matlab
DL : 2
Single Carrier FDMA又称SC-FDMA或者DFT-Spread-OFDM是3GPP LTE最新提出的适用于上行传输的一种新方案。相对于OFDMA(主要用于下行),其最大的优势在于低峰值平均功率比(即PAPR)。本程序包括OFDMA,SC-FDE(单载波频域均衡)以及SC-FDMA程序,接收端采用经典的ZF和MMSE检测算法,程序短小精悍,相当经典,方便该领域的人学习与研究。-Single Carrier FDMA or SC-FDMA, also known as DFT-Spread-OFDM is the latest 3GPP LTE uplink transmission for a new program. Compared to OFDMA (mainly used for the downlink), the biggest advantage lies in its low peak-average power ratio (ie, PAPR). This procedure, including OFDMA, SC-FDE (single carrier frequency domain equalization), as well as SC-FDMA procedure, the receiving end the use of classical ZF and MMSE detection algorithm, procedures dapper, very classic, convenient in the field to learn and research.
Date
: 2025-07-13
Size
: 49kb
User
:
程鹏
[
Communication-Mobile
]
Viterbi_dec
DL : 0
GSM信道译码 测试条件:上行DSP时钟@169MHz--->(STM #0xC007,CLKMD) SDCCH---->抽取比特固定为1bit需要时间1.2ms(viterbi解码算法)||1.06ms(非viterbi译码算法) 抽取比特如果为4bit需要时间2.8ms(viterbi解码算法)||2.72ms(非viterbi-GSM channel decoder test conditions: upstream DSP clock @ 169MHz---> (STM# 0xC007, CLKMD) SDCCH----> extracted bit is fixed at 1bit need time 1.2ms (viterbi decoding algorithm) | | 1.06ms (non- viterbi decoding algorithm) extracted bits if 4bit need time 2.8ms (viterbi decoding algorithm) | | 2.72ms (non-viterbi
Date
: 2025-07-13
Size
: 3kb
User
:
田永波
[
Multimedia program
]
Filter
DL : 0
一个新的纹理合成的上行采样算法,即利用现有的高分辨率的样本纹理作为先验引导条件,对合 成的低分辨率的纹理进行插值,获取更好的高分辨率纹理合成结果.该算法的主要思想是基于联合双边滤波器进 行纹理合成上采样,对低分辨率合成纹理应用空间滤波,而将一相似的边界滤波联合地应用在高分辨率的样本纹 理上-Texture synthesis of a new sampling algorithm for the uplink, that is, use of the existing samples of high-resolution texture as a guide a priori conditions for the synthesis of low-resolution texture interpolation, to obtain better results of high-resolution texture synthesis. The main idea of the algorithm is based on the joint bilateral filter for texture synthesis on sampling, on the application of low-resolution texture synthesis of spatial filtering, and a similar use of joint border filtering samples in the high-resolution textures on the
Date
: 2025-07-13
Size
: 785kb
User
:
ws
[
Compress-Decompress algrithms
]
3G_DEMO_3.0
DL : 0
用3G上行带宽上传实时CIF图象 ( MU350, 731E ) ZPAV (H265) 是 音视频 压缩解压 协议,非常不同于H264/MPEG4, ZPAV (H265) 的基本算法 是 小波,多级树集合群,广义小波,数学形态小波,...... -From use of 3G uplink bandwidth real-time CIF image ( MU350, 731E ) ZPAV (H265) is audio-visual codec protocol, very different from H264/MPEG4, ZPAV (H265) basic algorithm is wavelets, SPIHT, BSW, MMW, ......
Date
: 2025-07-13
Size
: 2.41mb
User
:
黄杏群
[
Industry research
]
TD_SCDMA
DL : 0
TD-SCDMA系统中的 智能天线算法研究与仿真 -TD_SCDMA in system s smart antenna algorithm research and simulation
Date
: 2025-07-13
Size
: 914kb
User
:
李宁
[
Communication-Mobile
]
TDSCDMA_uplink_imulation
DL : 0
TD-SCDMA上行链路完整级别的仿真,非常完整,考虑了各个功能模块。具有很好的参考价值。-TDSCDMA uplink simulation
Date
: 2025-07-13
Size
: 370kb
User
:
liuxing
[
matlab
]
Sync
DL : 0
OFDMA上行链路频偏干扰消除的所有算法总结 都是很经典的算法-OFDMA uplink frequency offset interference cancellation of all algorithms is very classic algorithm summary
Date
: 2025-07-13
Size
: 1.42mb
User
:
LILI
[
Communication-Mobile
]
Pgetsd
DL : 0
我在研究LTE上行链路时,编写的MIMO 检测中的球形译码(sphere decoding)算法,及其改进算法。-MIMO detection in the sphere decoding (sphere decoding) algorithm and improved algorithm
Date
: 2025-07-13
Size
: 1kb
User
:
刘伟
[
matlab
]
Joint_Detection1
DL : 0
TD-SCDMA中联合检测技术中的Matlab仿真算法,包括DMF算法,ZF-BLE算法,MMSE算法等-Joint detection in TD-SCDMA technology in the Matlab simulation algorithms, including DMF algorithm, ZF-BLE algorithm, MMSE algorithm
Date
: 2025-07-13
Size
: 23kb
User
:
王冬
[
matlab
]
lteScheduler
DL : 0
3GPP LTE上行虚拟MIMO中的一种调度算法源程序代码-3GPP LTE uplink virtual MIMO scheduling algorithm in a source code
Date
: 2025-07-13
Size
: 2kb
User
:
Aisenxi
[
matlab
]
roundRobinScheduler
DL : 0
3GPP LTE中上行虚拟MIMO轮询调度算法的源程序代码-Virtual MIMO in 3GPP LTE uplink scheduling algorithm of the source code for poll
Date
: 2025-07-13
Size
: 2kb
User
:
Aisenxi
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.