搜索资源列表

  1. mp3read

    0下载:
  2. 一个用matlab实现的mp3解码源程序,对进行mp3开发的初学者非常有用-an achievable using Matlab MP3 decoder source of development for beginners mp3 very useful
  3. 所属分类:语音合成与识别

    • 发布日期:2025-02-18
    • 文件大小:2kb
    • 提供者:陈建文
  1. RS_Code

    0下载:
  2. (31,25)RS编码及解码matlab程序-(31.25) RS encoding and decoding procedures Matlab
  3. 所属分类:编程文档

    • 发布日期:2025-02-18
    • 文件大小:7kb
    • 提供者:phoenix
  1. cnvcoder

    0下载:
  2. 卷积码是一种有记忆的编码,在任意给定的时间单元处,编码器的n个输出不仅与此时间单元的k个输入有关,而且也与前m个输入有关。卷积码通常表示为:(n,k,m) 本次仿真采用(2,1,3)卷积码。 -convolutional code is a kind of code memory, in any given unit of time, the encoder output n this time not only with th
  3. 所属分类:matlab例程

    • 发布日期:2025-02-18
    • 文件大小:3kb
    • 提供者:yx
  1. 2Tx_2Rx_STBC_MAP

    0下载:
  2. 该文件夹为空时块码-卷积码级联系统的仿真程序,天线配置为2发2收。 主要程序的用途说明: mainMIMO_OFDMA_2Tx_Convcode.m: 主程序,设置各种参数 gendatabits.m: 生成原始信息比特数据的程序 conv_encoder.m: 卷积码编码器 interleave.m: 交织器 mod_2Tx_STBC_DFUSC_Convcode.m:调制程序 gen_SUI_CorrCI
  3. 所属分类:matlab例程

    • 发布日期:2025-02-18
    • 文件大小:22kb
    • 提供者:leon
  1. RS_BCH

    0下载:
  2. RS码和BCH码译码的MATLAB源文件,可以作为C代码的参考-RS code and BCH Decoding the MATLAB source file can be used as the reference C code
  3. 所属分类:matlab例程

    • 发布日期:2025-02-18
    • 文件大小:2kb
    • 提供者:gaocheng
  1. BERcurve_CV_soft2_QA

    0下载:
  2. Computes BER v EbNo curve for convolutional encoding / soft decision Viterbi decoding scheme assuming BPSK. Brute force Monte Carlo approach is unsatisfactory (takes too long) to find the BER curve. The comput
  3. 所属分类:通讯/手机编程

    • 发布日期:2025-02-18
    • 文件大小:6kb
    • 提供者:joy
  1. turbomatlabcode

    0下载:
  2. turbo code encoder/decoder Matlab code
  3. 所属分类:matlab例程

    • 发布日期:2025-02-18
    • 文件大小:21kb
    • 提供者:洪瑞徽
  1. turbo-codes

    0下载:
  2. 在Matlab平台上实现WCDMA Turbo编码器的仿真-In Matlab platform realize WCDMA Turbo encoder simulation
  3. 所属分类:通讯编程

    • 发布日期:2025-02-18
    • 文件大小:10kb
    • 提供者:吴雨彤
  1. RS_ENCODER_V3_0

    0下载:
  2. reed solomon encoder (matlab codes)
  3. 所属分类:matlab例程

    • 发布日期:2025-02-18
    • 文件大小:3kb
    • 提供者:cjq
  1. Actual_JPEG

    0下载:
  2. Actual JPEG Steps to Run: 1. Run jpegdemo.m (encoder) by Yu Hen Hu 2. Run ijpegdemo.m (decoder) by Ravi Lakkundi (Me)
  3. 所属分类:图片显示浏览

    • 发布日期:2025-02-18
    • 文件大小:73kb
    • 提供者:肖明
  1. bch

    1下载:
  2. 自己年编写的matlab中bch码的仿真程序。有编码和译码2个主程序,附有运行结果。-Their own, prepared in BCH code in matlab simulation program. Coding and decoding has two main program, with the results.
  3. 所属分类:matlab例程

    • 发布日期:2025-02-18
    • 文件大小:3kb
    • 提供者:guxuhui
  1. JPEG-Encoder-Decoder

    0下载:
  2. 这是一个静态JPEG图像编码及解码的程序。程序同时实现了经典的和Chen陈氏数据流图的DCT离散余弦变换。预先定义JPEG图像质量级别矩阵和zigzag排序-This is a static JPEG image coding and decoding procedures. Procedures at the same time realize a classic and Chen Chen
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2025-02-18
    • 文件大小:93kb
    • 提供者:林明
  1. cdma2000

    0下载:
  2. 利用matlab/simulink仿真了CDMA2-Using matlab/simulink simulation CDMA2
  3. 所属分类:通讯/手机编程

    • 发布日期:2025-02-18
    • 文件大小:58kb
    • 提供者:sunshinegirlly
  1. convolutional_encode

    0下载:
  2. simulating a convolutional encoder allows the user to input a source code to be encoded and also input the values of the generator polynomials. It outputs the encoded data bits, where 1/n is the code rate
  3. 所属分类:其他小程序

    • 发布日期:2025-02-18
    • 文件大小:1kb
    • 提供者:郑中
  1. TURBO

    0下载:
  2. 用matlab实现的TURBO码编码。编码器由两个RSC卷积编码器构成-TURBO achieved with matlab coding. RSC encoder by the two convolutional encoder constitute
  3. 所属分类:通讯/手机编程

    • 发布日期:2025-02-18
    • 文件大小:1kb
    • 提供者:eric
  1. ActualJPEG

    0下载:
  2. jpeg编码 Steps to Run: 1. Run jpegdemo.m (encoder) by Yu Hen Hu 2. Run ijpegdemo.m (decoder) by Ravi Lakkundi (Me) -jpeg encoding Steps to Run: 1. Run jpegdemo.m (encoder) by Yu Hen Hu2. Run ijpegdemo.m (decoder
  3. 所属分类:图片显示浏览

    • 发布日期:2025-02-18
    • 文件大小:73kb
    • 提供者:liuyuhao
  1. Convolutional-Encoder-Viterbi

    0下载:
  2. 卷积编码器和viterbi译码器的设计与仿真-Convolutional encoder and viterbi decoder design and simulation
  3. 所属分类:其他小程序

    • 发布日期:2025-02-18
    • 文件大小:2kb
    • 提供者:杨慧琪
  1. Upload_Actual_JPEG

    0下载:
  2. jpeg decoder encoder matlab code for algorothim models
  3. 所属分类:其他小程序

    • 发布日期:2025-02-18
    • 文件大小:103kb
    • 提供者:naveen
  1. pcm-coding-basic-on-matlab

    0下载:
  2. 基于MATLAB的pcm编码系统的仿真系统,是用simulink搭建的。-pcm encoder basic on MATLAB~
  3. 所属分类:编译器/词法分析

    • 发布日期:2025-02-18
    • 文件大小:591kb
    • 提供者:nancy
  1. rs-encoderr

    0下载:
  2. rs encoder matlab file!!for rs(255,223)
  3. 所属分类:matlab例程

    • 发布日期:2025-02-18
    • 文件大小:1.45mb
    • 提供者:prahlad reddy
« 12 3 4 5 6 7 8 9 10 ... 14 »

源码中国 www.ymcn.org