登录
首页 » Others » tpc

tpc

于 2007-10-25 发布 文件大小:268KB
0 61
下载积分: 1 下载次数: 189

代码说明:

  CDMA移动通信系统功率控制算法的MATLAB仿真实现(CDMA mobile communication system power control algorithm realize the MATLAB simulation)

文件列表:

tpc
...\cdma2000tr.mdl
...\cdma2k.mdl
...\cdma2k_inttable.m
...\cdma2k_lib.mdl
...\cdma2k_load.asv
...\cdma2k_load.m
...\cdma2k_phlayer.mdl
...\cdma2k_rrcfil.mat
...\cdma2k_sfun.dll
...\crc.mdl
...\Encoder.mdl
...\expandPNSeq.c
...\expandPNSeq.csf
...\expandPNSeq.dll
...\expandPNSeq_wrapper.c
...\Interleaver.mdl
...\model16to01.mdl
...\ModelInitialization.mdl
...\modulation.mdl
...\MSEncoderInitialization.asv
...\MSEncoderInitialization.m
...\MSFQIInitialization.m
...\MSInterleaverInitialization.m
...\MSModulationInitialization.m
...\MSOrthogonalSpreadingInitialization.m
...\MSPNSequenceInitialization.m
...\MSSFUNInterleaver.m
...\MSSFUNQConvert.m
...\PNSequence.mdl
...\rake.mdl
...\sfprj
...\.....\build
...\.....\.....\cdma2k
...\.....\.....\......\sfun
...\.....\.....\......\....\info
...\.....\.....\......\....\....\binfo.mat
...\.....\.....\......\....\....\minfo.mat
...\.....\.....\......\....\src
...\.....\.....\......\....\...\cdma2k_sfun.bat
...\.....\.....\......\....\...\cdma2k_sfun.c
...\.....\.....\......\....\...\cdma2k_sfun.exp
...\.....\.....\......\....\...\cdma2k_sfun.h
...\.....\.....\......\....\...\cdma2k_sfun.lib
...\.....\.....\......\....\...\cdma2k_sfun.lmk
...\.....\.....\......\....\...\cdma2k_sfun.lmko
...\.....\.....\......\....\...\cdma2k_sfun.obj
...\.....\.....\......\....\...\cdma2k_sfun_c1.c
...\.....\.....\......\....\...\cdma2k_sfun_c1.h
...\.....\.....\......\....\...\cdma2k_sfun_c1.obj
...\.....\.....\......\....\...\cdma2k_sfun_c2.c
...\.....\.....\......\....\...\cdma2k_sfun_c2.h
...\.....\.....\......\....\...\cdma2k_sfun_c2.obj
...\.....\.....\......\....\...\cdma2k_sfun_debug_macros.h
...\.....\.....\......\....\...\cdma2k_sfun_registry.c
...\.....\.....\......\....\...\cdma2k_sfun_registry.obj
...\.....\.....\......\....\...\lccstub.obj
...\.....\.....\tpc9
...\.....\.....\....\sfun
...\.....\.....\....\....\info
...\.....\.....\....\....\....\binfo.mat
...\.....\.....\....\....\....\minfo.mat
...\.....\.....\....\....\src
...\.....\.....\....\....\...\lccstub.obj
...\.....\.....\....\....\...\tpc9_sfun.bat
...\.....\.....\....\....\...\tpc9_sfun.c
...\.....\.....\....\....\...\tpc9_sfun.exp
...\.....\.....\....\....\...\tpc9_sfun.h
...\.....\.....\....\....\...\tpc9_sfun.lib
...\.....\.....\....\....\...\tpc9_sfun.lmk
...\.....\.....\....\....\...\tpc9_sfun.lmko
...\.....\.....\....\....\...\tpc9_sfun.obj
...\.....\.....\....\....\...\tpc9_sfun_c1.c
...\.....\.....\....\....\...\tpc9_sfun_c1.h
...\.....\.....\....\....\...\tpc9_sfun_c1.obj
...\.....\.....\....\....\...\tpc9_sfun_c2.c
...\.....\.....\....\....\...\tpc9_sfun_c2.h
...\.....\.....\....\....\...\tpc9_sfun_c2.obj
...\.....\.....\....\....\...\tpc9_sfun_debug_macros.h
...\.....\.....\....\....\...\tpc9_sfun_registry.c
...\.....\.....\....\....\...\tpc9_sfun_registry.obj

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • PID
    关于PID的比例因子调节的文章,非常不错,对各种比例关系进行对比说明。(PID adjustment on the proportion factor of articles, very good, compared to the ratio between the various instructions.)
    2010-05-30 20:42:31下载
    积分:1
  • STBC-470419
    不同发射天线数目下,空时分组编码STBC的仿真(Under different number of transmit antennas, space-time block coding STBC simulation)
    2013-12-17 11:54:15下载
    积分:1
  • SEP_Protocol_in_Matlab
    this matlab program is a SEP Protocol.
    2014-02-06 13:45:05下载
    积分:1
  • medfilt3
    这是一个有关matlab的中值滤波的程序(err)
    2008-06-17 22:33:30下载
    积分:1
  • system-simulation-of-RFID
    对RFID系统在MATLAB中进行仿真,并提出了方案,和重要的结果。(A simulation in MATLAB/simulink. It not only provides details about how to realize RFID system, but also shows the final result of this system.)
    2011-04-22 14:37:16下载
    积分:1
  • Matlab_Image_Processing_Function
    介绍Matlab图像处理的常用函数,希望对大家有帮助(Matlab on the common image processing functions, we hope to help)
    2007-03-01 21:30:36下载
    积分:1
  • genetic-algorithm
    In the computer science field of artificial intelligence, a genetic algorithm (GA) is a search heuristic that mimics the process of natural evolution. This heuristic (also sometimes called a metaheuristic) is routinely used to generate useful solutions to optimization and search problems.[1] Genetic algorithms belong to the larger class of evolutionary algorithms (EA), which generate solutions to optimization problems using techniques inspired by natural evolution, such as inheritance, mutation, selection, and crossover. Genetic algorithms find application in bioinformatics, phylogenetics, computational science, engineering, economics, chemistry, manufacturing, mathematics, physics, pharmacometrics and other fields.
    2013-07-16 14:40:19下载
    积分:1
  • m_map1.4.tar
    用于matlab 的地理分析包。 最新版,1.4f(M_Map is a set of mapping tools written for Matlab v5 and later. These include: Routines to project data in 19 different spherical projections (and determine inverse mappings) A grid generation routine to make nice axes with limits either in lat/long terms or in planar X/Y terms. A coastline database (with 1/4 degree resolution) A global elevation database (1 degree resolution) Hooks into freely available high-resolution coastline and bathymetry databases)
    2012-02-08 10:02:17下载
    积分:1
  • Sparse-Fast-Fourier-Transformation
    稀疏快速傅里叶变换,是一种利用信号频域稀疏特性,只需通过信号部分采样点就可高概率恢复信号频谱的快速傅里叶变换算法。(Sparse Fast Fourier Transformation ,SFFT)
    2021-01-11 23:18:49下载
    积分:1
  • 2d--FEM
    二维简单理想导体方柱在MATLAB环境下实现自动剖分,编码。自己整合方程并且求解,得到各点的场值(Simple two-dimensional perfectly conducting square cylinder in the MATLAB environment for automatic generation, coding. Their integration and for solving equations, the various points of market value)
    2008-06-04 16:30:01下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载