登录
首页 » Visual C++ » SRG

SRG

于 2015-01-22 发布 文件大小:331KB
0 300
下载积分: 1 下载次数: 33

代码说明:

  开关磁阻风力发电系统数字信号处理器28335程序,双闭环(Switched Reluctance wind power generation system 28335 digital signal processor program, dual-loop)

文件列表:

SRG
...\cc_build_Debug.log,739,2014-06-17
...\Debug
...\.....\DSP28_Adc.obj,7880,2014-06-17
...\.....\DSP28_CpuTimers.obj,5563,2014-06-17
...\.....\DSP28_DefaultIsr.obj,35706,2014-06-17
...\.....\DSP28_ECan.obj,1713,2014-06-17
...\.....\DSP28_Ev.obj,8450,2014-06-17
...\.....\DSP28_GlobalVariableDefs.obj,111382,2014-06-17
...\.....\DSP28_Gpio.obj,10312,2014-06-17
...\.....\DSP28_InitPeripherals.obj,2624,2014-06-17
...\.....\DSP28_Mcbsp.obj,1720,2014-06-17
...\.....\DSP28_PieCtrl.obj,4943,2014-06-17
...\.....\DSP28_PieVect.obj,16445,2014-06-17
...\.....\DSP28_Sci.obj,1697,2014-06-17
...\.....\DSP28_Spi.obj,1697,2014-06-17
...\.....\DSP28_SysCtrl.obj,4610,2014-06-17
...\.....\DSP28_Xintf.obj,4167,2014-06-17
...\.....\DSP28_XIntrupt.obj,1741,2014-06-17
...\.....\pwm.map,18529,2014-06-17
...\.....\pwm.out,155054,2014-06-17
...\.....\SRG.obj,46627,2014-06-17
...\Debug.lkf,1330,2014-06-17
...\DSP28_Adc.c,2258,2014-06-17
...\DSP28_Adc.h,6469,2002-05-27
...\DSP28_CpuTimers.c,3808,2003-07-16
...\DSP28_CpuTimers.h,5211,2002-05-27
...\DSP28_DefaultIsr.c,24201,2014-06-17
...\DSP28_DefaultIsr.h,4797,2002-05-27
...\DSP28_DevEmu.h,2447,2002-05-27
...\DSP28_Device.h,3948,2014-06-16
...\DSP28_ECan.c,1159,2002-05-27
...\DSP28_ECan.h,46740,2002-05-27
...\DSP28_Ev.c,1704,2014-06-17
...\DSP28_Ev.h,20967,2002-05-27
...\DSP28_GlobalPrototypes.h,1199,2002-05-27
...\DSP28_GlobalVariableDefs.c,3026,2002-05-27
...\DSP28_Gpio.c,1572,2014-06-17
...\DSP28_Gpio.h,29551,2002-05-24
...\DSP28_InitPeripherals.c,1909,2002-05-27
...\DSP28_Mcbsp.c,1186,2002-05-27
...\DSP28_Mcbsp.h,34739,2002-05-27
...\DSP28_PieCtrl.c,2055,2014-06-17
...\DSP28_PieCtrl.h,5972,2002-05-27
...\DSP28_PieVect.c,5404,2002-05-27
...\DSP28_PieVect.h,6474,2002-05-27
...\DSP28_Sci.c,1233,2002-05-27
...\DSP28_Sci.h,8228,2002-05-27
...\DSP28_Spi.c,1194,2002-05-27
...\DSP28_Spi.h,6239,2002-05-27
...\DSP28_SysCtrl.c,2720,2014-06-17
...\DSP28_SysCtrl.h,9979,2002-05-27
...\DSP28_Xintf.c,2538,2002-05-27
...\DSP28_Xintf.h,3779,2002-05-27
...\DSP28_XIntrupt.c,1194,2002-05-27
...\DSP28_XIntrupt.h,2256,2002-05-27
...\exit.c,3381,2003-07-16
...\pwm.paf,10661,2005-04-21
...\pwm.paf2,10951,2014-06-17
...\pwm.sbl,5289,2014-06-17
...\PWM.wks,7557,2005-03-17
...\SRAM.cmd,3655,2003-11-20
...\SRG.c,6278,2014-06-17
...\srg.CS_
...\.......\FILE.CDX,3072,2014-06-17
...\.......\FILE.DBF,1492,2014-06-17
...\.......\FILE.FPT,1698,2014-06-17
...\.......\SYMBOL.CDX,289280,2014-06-17
...\.......\SYMBOL.DBF,215404,2014-06-17
...\.......\SYMBOL.FPT,372937,2014-06-17
...\srg.paf2,10962,2014-06-17
...\srg.pjt,2234,2014-06-17
...\srg.sbl,5177,2014-06-17

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

发表评论

0 个回复

  • Kalman
    This is satellite flight software This is satellite attitude control system software
    2011-05-30 04:32:37下载
    积分:1
  • chap11
    syms x g=exp(x*sin(x)) t=taylor(g,12,2) xd = 1:0.05:3 yd = subs(g,x,xd) ezplot(t, [1,3]) hold on plot(xd, yd, r-. ) title( Taylor approximation vs. actual function ) legend( Taylor , Function )(syms x g = exp (x* sin (x)) t = taylor (g, 12,2) xd = 1:0.05:3 yd = subs (g, x, xd) ezplot (t, [1 , 3]) hold on plot (xd, yd, ' r-.' ) title (' Taylor approximation vs. actual function' ) legend (' Taylor' , ' Function' ))
    2011-07-27 18:12:56下载
    积分:1
  • FDTD
    运用FDTD法,使用C语言计算二维TM波时谐场相位人图的程序.(Using FDTD method, using the C language to calculate the two-dimensional TM wave the harmonic field phase program.)
    2013-01-15 11:54:38下载
    积分:1
  • 2D_PML_fangxingzhu
    二维的TM波打到一个方形的金属柱上,边界条件为PML(TM wave hit a two-dimensional square metal column, PML boundary conditions)
    2013-11-15 09:48:55下载
    积分:1
  • exponential
    利用函式做種子變數,用種子跑數值,計算其座落區間,最後利用matlab畫出exponential distribution(Function for seed variables, run with seed value, to calculate the located range, the last use of matlab to draw the exponential distribution.)
    2012-04-19 21:14:22下载
    积分:1
  • Practice2
    说明:  车厢调度:程序对栈的任何存取(即更改,读取和状态判别等操作必须借助于基本操作。(Train scheduling: proceedings of the stack of any access (that is, changing, reading and state identification must be by means of basic operations such as Operation.)
    2010-04-03 11:19:49下载
    积分:1
  • PFC
    PFC 的原理与分析设计 我们作比赛的资料(Principle and Analysis of PFC design we make the game data)
    2013-09-05 06:46:08下载
    积分:1
  • -FDTD-
    集总元件的多网格FDTD模型及其在混合电路中的应用(Multi-Grid FDTD model and its application in the mixed lumped circuit elements)
    2013-12-04 19:26:32下载
    积分:1
  • circle
    a simple graphics application
    2014-02-06 14:23:28下载
    积分:1
  • 1
    说明:  systemview仿真:(7,4)汉明码编译码器(systemview simulation: (7,4) Hamming Code Codec)
    2009-12-26 10:59:32下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载