登录
首页 » matlab » 5

5

于 2011-03-12 发布 文件大小:482KB
0 97
下载积分: 1 下载次数: 0

代码说明:

说明:  液晶空间调制器的非线性及其在闭环系统中的应用(Nonlinear liquid crystal spatial modulator and its application in the closed-loop system)

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

发表评论

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
  • GhostPoints
    This function takes a training-by-training matrix of distance scores, and the testing-by-training matrix of distance scores, and augments them by adding ghost points to the minority class.
    2011-08-09 22:24:28下载
    积分:1
  • Gray-Level-slicing-without-background-SS
    A SIMPLE MATLAB PROGRAM FOR IMAGE GRAY SCALING
    2014-09-03 01:24:14下载
    积分:1
  • matlab-files
    modular multi level converter
    2013-05-09 12:27:18下载
    积分:1
  • PaintFlagsDrawFilterTest
    Paint Flags Draw Filter Test Source Code for Andriod.
    2013-12-05 10:53:21下载
    积分:1
  • OFDMwithwindowing
    OFDM withwindowing 包括qpsk, (OFDM)
    2009-11-13 09:48:41下载
    积分:1
  • hmok3
    MATLLABE编程,STPHEN J.CHAPMAN著,MATLLABE中文站首发,(MATLLABE programming, STPHEN J. CHAPMAN forward, MATLLABE Chinese station first,)
    2008-02-19 17:35:42下载
    积分:1
  • OFDM
    说明:  这是一个基于ofdm的系统的调制解调的matlab程序(This is a ofdm modem program)
    2020-06-18 21:00:01下载
    积分:1
  • Python
    Numerical Methods in Engineering with Python英文原版和代码,通过举例介绍原理和方法,再介绍如何用python实现(Numerical Methods in Engineering with Python English original and code, by way of example describes the principles and methods, and then how to use python to achieve)
    2014-12-16 10:09:07下载
    积分:1
  • p3weifit
    三参数威布尔最小二乘法估计。算法效率高,估计准确(Least squares estimation of three-parameter Weibull.High efficiency of the algorithm accurately estimated)
    2021-03-24 14:39:15下载
    积分:1
  • 696518资源总数
  • 104360会员总数
  • 40今日下载