登录
首页 » matlab » SignalsandSystemswithMATLABComputingandSimulinkMod

SignalsandSystemswithMATLABComputingandSimulinkMod

于 2009-04-26 发布 文件大小:4314KB
0 268
下载积分: 1 下载次数: 10

代码说明:

  2008年出版的,最新的第四版的讲信号与系统建模和simulink的书籍,很是适合通信专业的参考!同时也可以作为matlab扫盲的书(Published in 2008, the latest talk about the fourth edition of Signals and Systems Modeling and simulink books, it is a reference for communication professionals! At the same time can also book as a literacy matlab)

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

发表评论

0 个回复

  • MATLAB
    说明:  MATLAB5_X程序设计语言.pdf 用于matlab程序设计(MATLAB5_X programming languages. Pdf for matlab programming)
    2010-03-21 13:53:24下载
    积分:1
  • 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
  • kalman_camera
    kalman来控制摄像头的运动,比较容易看懂的算法(kalman filter is used to control the camera)
    2009-12-03 12:39:33下载
    积分:1
  • ss7-protocol-stack
    ss7 basics. Protocol Stack
    2011-01-04 04:54:34下载
    积分:1
  • vp712
    基于matlab GUI界面设计,关于超声波倒车雷达测距的,部分实现了追踪测速迭代松弛算法。( Based on matlab GUI interface design, About ultrasonic parking radar ranging, Partially achieved tracking speed iterative relaxation algorithm.)
    2017-04-16 22:53:08下载
    积分:1
  • matlab 代码
    说明:  这是一份完善的管壳式气-气换热器设计型计算代码示例。(This is a Heat Exchanger Designer Matlab Code Sample for Chemical Engineering Design Area.)
    2019-03-11 00:54:38下载
    积分:1
  • xiaoboquzaoyuzhixuanze
    详细对比了几种小波去噪阈值的选取方法,对实际应用有一定的指导作用(Detailed comparison of several wavelet de-noising threshold selection method, the practical application of the guiding role of certain)
    2009-10-30 14:54:28下载
    积分:1
  • RandomJumpMethod
    随机跳跃法实现最优化问题实例程序(MATLAB code)(A program using random jump method to achieve optimization (MATLAB code))
    2009-04-28 10:17:58下载
    积分:1
  • wavelet-package-transform-MATLAB
    小波包变换的MATLAB程序,快速傅立叶变换频谱分析(Wavelet packet transform MATLAB program, fast Fourier transform spectrum analysis)
    2013-04-14 19:43:49下载
    积分:1
  • fdm
    it is an ofdm simulation in simulink 2009b
    2010-06-24 20:14:19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载