登录
首页 » matlab » ofdm-simulink

ofdm-simulink

于 2006-11-30 发布 文件大小:5KB
0 77
下载积分: 1 下载次数: 198

代码说明:

  ofdm simulink scramble b_ifft convo_process dec_to_bi interleaving(ofdm Simulink scramble b_ifft convo_proc ess dec_to_bi interleaving)

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

发表评论

0 个回复

  • conversion_gui
    function ret = Int2Hex(var) Prints integer array to hexadecimal string varType = class(var) cast signness away: if ( u ~= varType(1) ) varType = [ u varType] var = typecast(var,varType) end nBits = str2double(varType(5:end)) if (64 == nBits) split 64 bit case into two 32 s cuz dec2hex doesn t handle 64 bit... varType(5:end) = 32 var = typecast(var,varType) end ret = dec2hex(var) if (64 == nBits) littleEndian = all(typecast(uint32(1), uint16 )==[1 0]) first = 1 + littleEndian second = 2 - littleEndian ret = [ret(first:2:end,:),ret(second:2:end,:)] end end
    2010-07-30 09:39:56下载
    积分:1
  • color
    有关彩色图像边沿提取的matlab程序效果不错可以试试(The color image edge extraction matlab program worked well try)
    2010-08-30 13:37:16下载
    积分:1
  • MIMO_OFDM
    mimo ofdm 信道估计代码 非常实用 (mimo ofdm blind estimation ,it is very good )
    2009-07-16 18:00:16下载
    积分:1
  • design_notch_filter
    A notch filter programed in matlab, used in digital signal processing.
    2015-02-11 18:04:23下载
    积分:1
  • Copy_of_constance_impedance
    constant impedance load modeling in a 11 bus distributiaon network , with power flow and linecurrent and busvoltage output
    2014-08-25 16:42:59下载
    积分:1
  • SFBC-OFDM
    基于SFBC-OFDM系统的信道估计源代码,包含各种相关的算法(SFBC- OFDM system channel estimation source code, including a variety of related algorithms )
    2013-04-06 22:33:26下载
    积分:1
  • ex3
    采用自相关法、FFT法,三种改进方法对带噪声的正弦信号做功率谱估计( U91C7 u7289 u7R3 u5B3 u5B3 u5B09 u5B09 U529F u7387 u8C31 u4F30 u8BA1)
    2017-05-06 21:16:49下载
    积分:1
  • fuzzy-control
    实现模糊控制的程序,在Matlab上实现仿真(the procedure of fuzzy control)
    2012-06-29 09:15:22下载
    积分:1
  • FactoryMethod
    定义一个用于创建对象的接口,让子类决定实例化哪一个类。Factory Method 使一个类的实例化延迟到其子类。(Analysis and implementation of common design patterns (C++))
    2014-12-28 12:54:20下载
    积分:1
  • lsarma
    两步最小二乘arma法,k为算法中带估计的ar参数个数(Two-step least squares arma method, k is the algorithm with a number of parameters estimated ar)
    2011-06-16 18:57:34下载
    积分:1
  • 696519资源总数
  • 104213会员总数
  • 20今日下载