Welcome![Sign In][Sign Up]
Location:
Search - DSP2833x_examples

Search list

[Other resourceDSP2833x_examples

Description: TI公司TMS320F2883x浮点DSP的详细应用例程,希望对您有帮助!~
Platform: | Size: 224341 | Author: 苏尚恩 | Hits:

[Other resourceDSP2833x_examples

Description: 同样是TMS320F2833X系列的一些例子
Platform: | Size: 225022 | Author: heming | Hits:

[DSP programDSP2833x_examples

Description: TI公司TMS320F2883x浮点DSP的详细应用例程,希望对您有帮助!~-TI floating-point DSP company TMS320F2883x detailed application of routine, I hope for your help! ~
Platform: | Size: 224256 | Author: | Hits:

[ARM-PowerPC-ColdFire-MIPSDSP2833x_examples

Description: 同样是TMS320F2833X系列的一些例子-Also some examples of TMS320F2833x Series
Platform: | Size: 224256 | Author: heming | Hits:

[DSP programDSP2833x_examples

Description: DSPF28335基础源码,对初学者很有用,直接编译可用,为开发板多带源码-DSPF28335 the basis of source code, useful for beginners, the compiler can be used directly for the development board multi-band source
Platform: | Size: 2328576 | Author: 刘海涌 | Hits:

[DSP programDSP2833x_examples

Description: 最新DSP控制芯片28335源代码程序集(三)-Control of the latest DSP chip 28335 assembly source code (c)
Platform: | Size: 1806336 | Author: 双凯 | Hits:

[DSP programlab501-FIR

Description: fir滤波程序 #include "DSP2833x_Device.h" // DSP2833x Headerfile Include File #include "DSP2833x_Examples.h" // DSP2833x Examples Include File //#include "f2812a.h" #include"math.h" #define FIRNUMBER 25 #define SIGNAL1F 1000 #define SIGNAL2F 4500 #define SAMPLEF 10000 #define PI 3.1415926 float InputWave() float FIR() float fHn[FIRNUMBER]={ 0.0,0.0,0.001,-0.002,-0.002,0.01,-0.009, -0.018,0.049,-0.02,0.11,0.28,0.64,0.28, -0.11,-0.02,0.049,-0.018,-0.009,0.01, -0.002,-0.002,0.001,0.0,0.0 } float fXn[FIRNUMBER]={ 0.0 } float fInput,fOutput float fSignal1,fSignal2 float fStepSignal1,fStepSignal2 float f2PI int i float fIn[256],fOut[256] int nIn,nOut -#include "DSP2833x_Device.h" // DSP2833x Headerfile Include File #include "DSP2833x_Examples.h" // DSP2833x Examples Include File //#include "f2812a.h" #include"math.h" #define FIRNUMBER 25 #define SIGNAL1F 1000 #define SIGNAL2F 4500 #define SAMPLEF 10000 #define PI 3.1415926 float InputWave() float FIR() float fHn[FIRNUMBER]={ 0.0,0.0,0.001,-0.002,-0.002,0.01,-0.009, -0.018,0.049,-0.02,0.11,0.28,0.64,0.28, -0.11,-0.02,0.049,-0.018,-0.009,0.01, -0.002,-0.002,0.001,0.0,0.0 } float fXn[FIRNUMBER]={ 0.0 } float fInput,fOutput float fSignal1,fSignal2 float fStepSignal1,fStepSignal2 float f2PI int i float fIn[256],fOut[256] int nIn,nOut
Platform: | Size: 94208 | Author: 海豚 | Hits:

[DSP programLab406-speaker

Description: 一个DSP28335 扬声器的例子 慷慨赴死易 从容负重难-#include "DSP2833x_Device.h" // DSP2833x Headerfile Include File #include "DSP2833x_Examples.h" // DSP2833x Examples Include File #include "ctr.h" #include "PID.h" #include "scancode.h" // Prototype statements for functions found within this file. interrupt void cpu_timer0_isr(void) #define LEDS*(int*)0x180000 #define port8000 (*((unsigned int*)0x208000)) #define port8001 (*((unsigned int*)0x208001)) #define port8002 (*((unsigned int*)0x208002)) #define port8003 (*((unsigned int*)0x208003)) #define port8004 (*((unsigned int*)0x208004)) #define port8007 (*((unsigned int*)0x208007)) void Gpio_select(void) void Gpio_PortB(void) void Gpio_PortA(void) void ShowParameters() void LCDPutString(unsigned int*pData,int x,int y,unsigned int nCharNumber,unsigned color) void PIDControl(int rk,int yk) char ConvertScanToChar(unsigned char cScanCode) void Delay(unsigned int nTime) // 延时子程序 Uint16 var1 = 0 Uint16 var2 = 0 Uint16 var3 = 0 Uint16 test_co
Platform: | Size: 360448 | Author: 海豚 | Hits:

[DSP programLab405-lcd

Description: 一个dsp28335 LCD显示的例子 慷慨赴死易 从容负重难-#include "DSP2833x_Device.h" // DSP2833x Headerfile Include File #include "DSP2833x_Examples.h" // DSP2833x Examples Include File #include "ctr.h" #include "PID.h" #include "scancode.h" // Prototype statements for functions found within this file. interrupt void cpu_timer0_isr(void) #define LEDS*(int*)0x180000 #define port8000 (*((unsigned int*)0x208000)) #define port8001 (*((unsigned int*)0x208001)) #define port8002 (*((unsigned int*)0x208002)) #define port8003 (*((unsigned int*)0x208003)) #define port8004 (*((unsigned int*)0x208004)) #define port8007 (*((unsigned int*)0x208007)) void Gpio_select(void) void Gpio_PortB(void) void Gpio_PortA(void) void ShowParameters() void LCDPutString(unsigned int*pData,int x,int y,unsigned int nCharNumber,unsigned color) void PIDControl(int rk,int yk) char ConvertScanToChar(unsigned char cScanCode) void Delay(unsigned int nTime) // 延时子程序 Uint16 var1 = 0 Uint16 var2 = 0 Uint16 var3 = 0 Uint16 test_co
Platform: | Size: 339968 | Author: 海豚 | Hits:

[DSP programLab404-key

Description: 一个dsp28335 键盘输入的例子 慷慨赴死 从容负重难-#include "DSP2833x_Device.h" // DSP2833x Headerfile Include File #include "DSP2833x_Examples.h" // DSP2833x Examples Include File #include "ctr.h" #include "PID.h" #include "scancode.h" // Prototype statements for functions found within this file. interrupt void cpu_timer0_isr(void) #define LEDS*(int*)0x180000 #define port8000 (*((unsigned int*)0x208000)) #define port8001 (*((unsigned int*)0x208001)) #define port8002 (*((unsigned int*)0x208002)) #define port8003 (*((unsigned int*)0x208003)) #define port8004 (*((unsigned int*)0x208004)) #define port8007 (*((unsigned int*)0x208007)) void Gpio_select(void) void Gpio_PortB(void) void Gpio_PortA(void) void ShowParameters() void LCDPutString(unsigned int*pData,int x,int y,unsigned int nCharNumber,unsigned color) void PIDControl(int rk,int yk) char ConvertScanToChar(unsigned char cScanCode) void Delay(unsigned int nTime) // 延时子程序 Uint16 var1 = 0 Uint16 var2 = 0 Uint16 var3 = 0 Uint16 test_co
Platform: | Size: 337920 | Author: 海豚 | Hits:

[DSP programLab602-TrafficLight

Description: 一个dsp28335 交通灯控制例子 慷慨赴死易 从容负重难-#include "DSP2833x_Device.h" // DSP2833x Headerfile Include File #include "DSP2833x_Examples.h" // DSP2833x Examples Include File #include "ctr.h" #include "PID.h" #include "scancode.h" // Prototype statements for functions found within this file. interrupt void cpu_timer0_isr(void) #define LEDS*(int*)0x180000 #define port8000 (*((unsigned int*)0x208000)) #define port8001 (*((unsigned int*)0x208001)) #define port8002 (*((unsigned int*)0x208002)) #define port8003 (*((unsigned int*)0x208003)) #define port8004 (*((unsigned int*)0x208004)) #define port8007 (*((unsigned int*)0x208007)) void Gpio_select(void) void Gpio_PortB(void) void Gpio_PortA(void) void ShowParameters() void LCDPutString(unsigned int*pData,int x,int y,unsigned int nCharNumber,unsigned color) void PIDControl(int rk,int yk) char ConvertScanToChar(unsigned char cScanCode) void Delay(unsigned int nTime) // 延时子程序 Uint16 var1 = 0 Uint16 var2 = 0 Uint16 var3 = 0 Uint16 test_co
Platform: | Size: 322560 | Author: 海豚 | Hits:

[DSP programLab407-Dcmotor

Description: 一个dsp 直流电机控制的例子 慷慨赴死易 从容负重难-#include "DSP2833x_Device.h" // DSP2833x Headerfile Include File #include "DSP2833x_Examples.h" // DSP2833x Examples Include File #include "ctr.h" #include "PID.h" #include "scancode.h" // Prototype statements for functions found within this file. interrupt void cpu_timer0_isr(void) #define LEDS*(int*)0x180000 #define port8000 (*((unsigned int*)0x208000)) #define port8001 (*((unsigned int*)0x208001)) #define port8002 (*((unsigned int*)0x208002)) #define port8003 (*((unsigned int*)0x208003)) #define port8004 (*((unsigned int*)0x208004)) #define port8007 (*((unsigned int*)0x208007)) void Gpio_select(void) void Gpio_PortB(void) void Gpio_PortA(void) void ShowParameters() void LCDPutString(unsigned int*pData,int x,int y,unsigned int nCharNumber,unsigned color) void PIDControl(int rk,int yk) char ConvertScanToChar(unsigned char cScanCode) void Delay(unsigned int nTime) // 延时子程序 Uint16 var1 = 0 Uint16 var2 = 0 Uint16 var3 = 0 Uint16 test_co
Platform: | Size: 362496 | Author: 海豚 | Hits:

[DSP programLab309-ECAN

Description: 一个dsp ecan的收发历程 慷慨赴死易 从容负重难-#include "DSP2833x_Device.h" // DSP2833x Headerfile Include File #include "DSP2833x_Examples.h" // DSP2833x Examples Include File #include "ctr.h" #include "PID.h" #include "scancode.h" // Prototype statements for functions found within this file. interrupt void cpu_timer0_isr(void) #define LEDS*(int*)0x180000 #define port8000 (*((unsigned int*)0x208000)) #define port8001 (*((unsigned int*)0x208001)) #define port8002 (*((unsigned int*)0x208002)) #define port8003 (*((unsigned int*)0x208003)) #define port8004 (*((unsigned int*)0x208004)) #define port8007 (*((unsigned int*)0x208007)) void Gpio_select(void) void Gpio_PortB(void) void Gpio_PortA(void) void ShowParameters() void LCDPutString(unsigned int*pData,int x,int y,unsigned int nCharNumber,unsigned color) void PIDControl(int rk,int yk) char ConvertScanToChar(unsigned char cScanCode) void Delay(unsigned int nTime) // 延时子程序 Uint16 var1 = 0 Uint16 var2 = 0 Uint16 var3 = 0 Uint16 test_co
Platform: | Size: 362496 | Author: 海豚 | Hits:

[DSP programLab308-EPWM

Description: 一个dsp28335 epwm产生代码 慷慨赴死易 从容负重难-#include "DSP2833x_Device.h" // DSP2833x Headerfile Include File #include "DSP2833x_Examples.h" // DSP2833x Examples Include File #include "ctr.h" #include "PID.h" #include "scancode.h" // Prototype statements for functions found within this file. interrupt void cpu_timer0_isr(void) #define LEDS*(int*)0x180000 #define port8000 (*((unsigned int*)0x208000)) #define port8001 (*((unsigned int*)0x208001)) #define port8002 (*((unsigned int*)0x208002)) #define port8003 (*((unsigned int*)0x208003)) #define port8004 (*((unsigned int*)0x208004)) #define port8007 (*((unsigned int*)0x208007)) void Gpio_select(void) void Gpio_PortB(void) void Gpio_PortA(void) void ShowParameters() void LCDPutString(unsigned int*pData,int x,int y,unsigned int nCharNumber,unsigned color) void PIDControl(int rk,int yk) char ConvertScanToChar(unsigned char cScanCode) void Delay(unsigned int nTime) // 延时子程序 Uint16 var1 = 0 Uint16 var2 = 0 Uint16 var3 = 0 Uint16 test_co
Platform: | Size: 346112 | Author: 海豚 | Hits:

[DSP programDSP2833x_examples

Description: TI提供,dsp2833x代码,各驱动模块都有,欢迎大家下载-TI offers, dsp2833x code, the drive module has a welcome to download
Platform: | Size: 236544 | Author: 王定文 | Hits:

[DSP programDSP2833x_examples

Description: 一小段通过DSP实现三相交流整流与逆变过程的程序,仅仅是简单的实现,不做工程上的要求-codes to make 3 phases electric,only finish it in a simple way。
Platform: | Size: 1766400 | Author: 朱刘杰 | Hits:

[DSP programDSP2833x_examples

Description: Example ho to work with TE-TMS320F238335
Platform: | Size: 224256 | Author: Medved2k | Hits:

[DSP programDSP2833x_examples

Description: TI DSP TMS320F28335 例程文件-the example files of TMS320F28335
Platform: | Size: 2149376 | Author: cyp | Hits:

[DSP programDSP2833x_examples

Description: DSP2833x_examples,TI_DSP开发例程参考资料-DSP2833x_examples, TI_DSP development of routines references
Platform: | Size: 7445504 | Author: zdp | Hits:

[Software EngineeringDSP2833x_Examples

Description: TI DSP28335 firmware design DSP2833x_Examples.h
Platform: | Size: 2048 | Author: Cain | Hits:
« 12 »

CodeBus www.codebus.net