登录
首页 » 电子书 » 自己写的LTE中turbo编码仿真。符合3GPP标准,能够直接运行。相应的文档见3GPP 36.212...

自己写的LTE中turbo编码仿真。符合3GPP标准,能够直接运行。相应的文档见3GPP 36.212...

于 2022-06-20 发布 文件大小:887.00 B
0 62
下载积分: 2 下载次数: 2

代码说明:

自己写的LTE中turbo编码仿真。符合3GPP标准,能够直接运行。相应的文档见3GPP 36.212-Write your own LTE simulation of turbo codes. In line with 3GPP standards, can be run directly. The appropriate documentation, see 3GPP 36.212

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

发表评论

0 个回复

  • digital image data matrix display and its Fourier transform two
    数字图像矩阵数据的显示及其傅立叶变换 二维离散余弦变换的图像压缩 采用灰度变换的方法增强图像的对比度 直方图均匀化 模拟图像受高斯白噪声和椒盐噪声的影响 采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 图像的自适应魏纳滤波 运用5种不同的梯度增强法进行图像锐化 图像的高通滤波和掩模处理 用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理 利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理 -digital image data matrix display and its Fourier transform two-dimensional discrete cosine transform image compression using gray change The method for enhancing the contrast of the image histogram equalization simulated images by white Gaussian noise and Impulse noise impact 2D Median filter function medfilt2 right by the Salt and Pepper noise interference with the image filtering MATLAB functions fi lter2 right by the noise of image filtering images using adaptive filtering Weiner five different gradient growth Intensity image sharpening images and high-pass filter mask Processing Butterworth (Butterworth) lowpass Filter by the noise of the image smoothing use Butterworth
    2022-04-16 01:15:56下载
    积分:1
  • HTTP service Supervisory programming code
    HTTP服务监控器编程代码-HTTP service Supervisory programming code
    2022-04-21 12:07:26下载
    积分:1
  • Example for find centroy in opencv
    Example for find centroy in opencv
    2022-06-26 17:47:14下载
    积分:1
  • ASP
    ASP-NET完全入门.rar-ASP-NET complete entry. Rar
    2022-06-29 00:54:14下载
    积分:1
  • java2 entry is a classic classic introductory tutorials, Chuan
    java2入门经典是一本经典的入门教程,传上来给需要的人。-java2 entry is a classic classic introductory tutorials, Chuan-up to those who need it.
    2022-04-26 17:38:47下载
    积分:1
  • 《Windows游戏编程大师技巧》代码
    《Windows游戏编程大师技巧》代码-"Windows Programming game master skills," code
    2023-03-08 19:15:05下载
    积分:1
  • 三十分钟掌握STL,是一个快速入门学习stl的材料,对于急于使用STL的开发人员,有非常大的用处。...
    三十分钟掌握STL,是一个快速入门学习stl的材料,对于急于使用STL的开发人员,有非常大的用处。-30 minutes to master STL, is a Quick Start learning stl material, eager to use the STL for the development of staff, has a very large useful.
    2022-09-08 04:10:03下载
    积分:1
  • 每本的封面之下都有一套自己的骨架,作为一个分析阅读的读者,你的责任就是要找出这个骨架。一本出现在你面前时,肌肉包着骨头,衣服包裹着肌肉,可说是盛装而来。你用...
    每本书的封面之下都有一套自己的骨架,作为一个分析阅读的读者,你的责任就是要找出这个骨架。一本书出现在你面前时,肌肉包着骨头,衣服包裹着肌肉,可说是盛装而来。你用不着揭开它的外衣或是撕去它的肌肉,才能得到在柔软表皮下的那套骨架。但是你一定要用一双X光般的透视眼来看这本书,因为那是你了解一本书、掌握其骨架的基础。-every book under the cover have our own set of frames, as an analysis of the readers to read, your responsibility is to identify the skeleton. A book in front of you, muscle wrapped bones, clothing and wrapped muscles, can be said to be from costumes. You do not need to open it to the jacket or removing any of its muscle to get under the skin soft showing skeleton. However, you must use a pair of X-ray-like x-ray eyes look at this book, because it is you find one, grasp the basis of its skeleton.
    2022-02-03 16:01:56下载
    积分:1
  • 一些关于vc的问答,长知识!
    一些关于vc的问答,长知识!- Some about vc question and answer, long knowledge!
    2022-07-26 15:51:17下载
    积分:1
  • TG12864E液晶说明
    支持串并行接口的12864,主控为ST7920A,还有源码参考。 DI EQU P3.7 E EQU P3.5 RST EQU P3.2 cs1 equ p3.0 cs2 equ p3.1 ;本测试程序中CS1,CS2=H ,RW =>GND ORG 0000H LJMP MAIN ORG 0003H LJMP LINTO ORG 0100H MAIN: NOP clr ea clr cs1 clr cs2 CLR E lcall init MOV 34H,#0ffH LCALL DISPLAY_ALL lcall dly100 MOV 34H,#00H LCALL DISPLAY_ALL lcall plybw lcall DLY100 MOV 34H,#00H LCALL DISPLAY_ALL MOV R1,#0C0H ;START = 0 LCALL WRI mov 31h,#0 mov 30h,#0 MOV 30H,#0 ;x MOV 31H,#8 ;y MOV DPTR,#HZI7 ;您 LCALL outhz MOV 30H,#0 MOV 31H,#40 MOV DPTR,#HZI8 ;好 LCALL outhz MOV 30H,#4 MOV 31H,#16 MOV DPTR,#HZI1 ;* LCALL outhz MOV 30H,#4 MOV 31H,#32 MOV DPTR,#HZI2 ;* LCALL outhz MOV 30H,#6 MOV 31H,#0 MOV DPTR,#HZI3 ;电 LCALL outhz MOV 30H,#6 MOV 31H,#16 MOV DPTR,#HZI4 ;子 LCALL outhz MOV 30H,#6 MOV 31H,#32 MOV DPTR,#HZI5 ;公 LCALL outhz MOV 30H,#6 MOV 31H,#48 MOV DPTR,#HZI6 ;司 LCALL outhz LCAL
    2022-10-19 20:50:02下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载