CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 移位

搜索资源列表

  1. circonv-cirshift

    2下载:
  2. 循环卷积 循环移位 matlab 编程 circonv,cirshift-circular convolution cyclic shift Matlab programming circonv, cirshift
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1481
    • 提供者:egg
  1. 6M

    0下载:
  2. matlab在系统辨识中的应用: 利用六级移位寄存器产生的M序列-Matlab system identification in the application : 6 shift register sequence of the M
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:903
    • 提供者:leo-sofy
  1. BinDwt97

    0下载:
  2. 此程序为二进制9-7小波提升格式的变换,算法中只有整数加法和移位-this procedure to upgrade binary 9-7 wavelet transform format, the algorithm only integers and translocation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2650
    • 提供者:我时时
  1. FEC_hardware

    0下载:
  2. 2/3 FEC编码的另一种方法,即采用模拟硬件移位寄存器的方式,速度比较快。-2 / 3 FEC coding Another method that simulated the hardware shift register, a relatively rapid pace.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1846
    • 提供者:a
  1. CORDIC_mixer

    1下载:
  2. FPGA可实现的,使用cordic算法的NCO模块混频模块。该模块基于cordic原理,算法中只需要加法和移位运算既可以完成信号的混频功能-FPGA can be achieved, the use of the NCO cordic algorithm module mixing module. Cordic module based on the principle, the algorithm only needs Adder and shift operator can complete
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:853
    • 提供者:rossi
  1. disyiwei

    0下载:
  2. 离散序列的移位运算,不知道能不能适用于CDMA扩频码时延的移位-discrete sequence of shift operations do not know can apply to delay CDMA code of shift
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2210
    • 提供者:王晓婕
  1. PID-c-source-code

    1下载:
  2. 在使用单片机作为控制cpu时,请稍作简化,具体的PID参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2014-01-17
    • 文件大小:1460
    • 提供者:王强
  1. cx

    0下载:
  2. 利用Matlab编写求取4级移位寄存器的M序列 设初始序列为:1 1 1 1 通过一个四级的移位寄存器,其中在第三级有负反馈(一个模二加法),即将序列的第三位和第四位相加(如序列1 1 1 1经移位寄存器第一次移位后为0 1 1 1)的值再赋到第一位. 序列的周期为16.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1080
    • 提供者:张宇
  1. ECC

    0下载:
  2. 为samsung Hamming code 的源码,该源码采用移位的方法,比一般的查表占用更少资源,是一种比较贴近硬件的c语言实现
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:173790
    • 提供者:梅春
  1. simulate

    0下载:
  2. 循环冗余校验CRC (Cyclic Redundancy Check)码是由分组线性码的分支而来,其主要应用是二元码字。编码简单且误判概率很低,在通信系统中得到了广泛的应用。循环冗余校验码是属于分组码中的一类重要的线性码,它不仅在理论上具有很好的代数结构,而且其编码和译码可以通过线性移位寄存器很容易地实现。 通过对CRC的分析和基于MATLAB工具的仿真,充分证明了CRC的检错能力很强,编码简单。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:7837
    • 提供者:王明
  1. m_sequence_generator

    0下载:
  2. matlab-使用移位寄存器生成m序列(CDMA系统)
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1093
    • 提供者:mongo
  1. linear_feedback_shift_register_unit

    0下载:
  2. 实现产生伪随机序列的部件 —— 线性反馈移位寄存器单元。 SFlog2为扩频因子的底数为2的对数值,cycle为PN序列的周期,其值为2^SFlog2。initial_state为移位寄存器的初始状态,generator_polynomial_coefficient为生成PN序列所需的本原多项式,对应于移位寄存器的连接向量。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1148
    • 提供者:fisher
  1. bit_interleaving

    0下载:
  2. UWB_信道交织,包括符号交织,音频交织和循环移位
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1062
    • 提供者:lhbwinning
  1. genm

    1下载:
  2. m序列生成程序matlab实现此函数用来生成最大长度线性移位寄存器序列
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2686
    • 提供者:双玲
  1. BMalthorithm

    0下载:
  2. BM算法找出产生该段序列的最短级数的线性反馈移位寄存器(LFSR),如对序列a=(1001101011),结果为LFSR(25,4)即周期为25,寄存器级数为4,此处所给为固定长度。-Using BM algorithm to find the linear feedback shift registers with the least steps corresponding to certain sequence. For example, as for a=(1001101011), the
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:164514
    • 提供者:richard
  1. 123

    0下载:
  2. 請設計一個8位元移位暫存器,規格如下: 當控制線S1,S2輸入為00時,平行載入; 當控制線S1,S2輸入為01時,在一時脈內向右shift 1位元; 當控制線S1,S2輸入為10時,在一時脈內向右shift 2位元; 當控制線S1,S2輸入為11時,在一時脈內向右shift 3位元 -Serial Adder
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1524
    • 提供者:陳昱志
  1. Berlekamp_Massey

    1下载:
  2. 移位寄存器中的基础算法,Berlekamp Massey算法-The basis of the shift register algorithm, Berlekamp Massey algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:2235115
    • 提供者:李东辉
  1. interpolator

    1下载:
  2. 插值滤波器,用于音频解码调制解调,滤波器系数用移位相加实现-Interpolation filter, audio decoder for modulation and demodulation, filter coefficient shift combined with the realization of
  3. 所属分类:matlab

    • 发布日期:2014-07-27
    • 文件大小:967246
    • 提供者:蔡友
  1. matlab

    0下载:
  2. 计DFT,IDFT,FFT,循环卷积,循环移位以及重叠保留法-Of DFT, IDFT, FFT, cyclic convolution, cyclic shift and overlap to retain the Law
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:3341
    • 提供者:徐建国
  1. 迭代移位线性搜索PTS模块

    0下载:
  2. 基于OFDM系统设计的迭代移位线性搜索PTS算法,亲测可用(An iterative shift linear search PTS algorithm based on OFDM system, pro test is available)
  3. 所属分类:matlab例程

« 12 3 4 5 6 »
搜珍网 www.dssz.com