Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - dsp assembly language
Search - dsp assembly language - List
用DSP实现PN码,用汇编语言编程实现,-with DSP PN code, assembly language programming,
Date : 2008-10-13 Size : 4.92kb User : weajan

这是三相交流异步电动机矢量控制程序。汇编语言编写,适用于TMS320LF2407A的DSP。-This is the three-phase AC induction motor vector control procedures. Written in assembly language, apply to TMS320LF2407A DSP.
Date : 2008-10-13 Size : 30.15kb User : 李杭军

这是无刷直流电动机调速控制程序,汇编语言编写,适用于TMS320LF2407A的DSP。-This is the brushless DC motor speed control procedures, written in assembly language. apply to TMS320LF2407A DSP.
Date : 2008-10-13 Size : 20.53kb User : 李杭军

给出具体的几个汇编源代码.相信您看过之后对汇编语言编程会有所了解.-give a specific compilation of several source code. Do you believe that, after reading the assembly language programming will understand.
Date : 2008-10-13 Size : 69.29kb User : 于洪彪

给出具体的几个汇编源代码.相信您看过之后对汇编语言编程会有所了解.-give a specific compilation of several source code. Do you believe that, after reading the assembly language programming will understand.
Date : 2025-12-29 Size : 69kb User : 于洪彪

这是三相交流异步电动机矢量控制程序。汇编语言编写,适用于TMS320LF2407A的DSP。-This is the three-phase AC induction motor vector control procedures. Written in assembly language, apply to TMS320LF2407A DSP.
Date : 2025-12-29 Size : 30kb User : 李杭军

这是无刷直流电动机调速控制程序,汇编语言编写,适用于TMS320LF2407A的DSP。-This is the brushless DC motor speed control procedures, written in assembly language. apply to TMS320LF2407A DSP.
Date : 2025-12-29 Size : 20kb User : 李杭军

学习DSP下的汇编语言重要实例 是在VDSP环境下运行的三步法实例-Learning under the DSP assembly language VDSP important example is the environment of the three-step example of running
Date : 2025-12-29 Size : 37kb User : 朱文

在DM642硬件平台上,CCS软件平台上,通过DSP的汇编语言来配置DM642的视频采集的EDMA方式-In the DM642 hardware platforms, CCS software platform, through the DSP s assembly language to configure the DM642 s video capture mode of the EDMA
Date : 2025-12-29 Size : 24kb User : 李金岳

卷积码编码及其维特比译码的C54x Simulator仿真试验及matlab实现,dsp汇编语言和matlab编程都有-Convolutional codes and Viterbi encoding the C54x Simulator simulation test and matlab to achieve, dsp assembly language and matlab programming have
Date : 2025-12-29 Size : 282kb User : lili

一个成熟的数字滤波器FIR的DSP汇编语言程序,适用于TMS320VC5402 -A mature FIR digital filter of the DSP assembly language procedures, applicable to TMS320VC5402
Date : 2025-12-29 Size : 1kb User : 余星明

汇编语言产生的查表法实现正弦波发生器的程序,需要的下载。-Assembly language generated by sine wave generator look-up table method implementation procedures, the required download.
Date : 2025-12-29 Size : 2kb User : 杨树涛

这是我一个DSP实习,用汇编语言编实现离散余弦变换(DCT)的DSP程序设计。它有详细的设计流程、仿真结果,有完整的模块源码。其中有工程文件,和一个WORD文档,相信能让你清新的了解设计过程,掌握汇编设计离散余弦变换!-This is my internship a DSP using assembly language for the realization of discrete cosine transform (DCT) of DSP programming. It has a detailed design process, simulation results, with complete source code of the module. Among them, engineering documents, and a WORD document, I believe you can clean the design process to understand and master the design of discrete cosine transform compilation!
Date : 2025-12-29 Size : 166kb User : SUN

TMS320C3x DSP的C和汇编语言混合编程及中断的C语言实-C and the TMS320C3x DSP assembly language programming and mixing of the C language is interrupted
Date : 2025-12-29 Size : 124kb User : 赵爱明

用DSP 芯片TMS320VC5416 的实现了FSK调制解调,采用汇编语言实现-DSP chip TMS320VC5416 with the realization of the FSK modem, using assembly language to achieve
Date : 2025-12-29 Size : 221kb User : 顿玉亭

基于DSP的ccs,采用汇编语言编写的管道漏点检测程序-DSP Assembly Language leak detection
Date : 2025-12-29 Size : 77kb User : 大毛

dsp 5410 bootloader实验汇编语言 有助于初学者的汇编程序-dsp 5410 bootloader experimental assembly language will help beginners Assembler
Date : 2025-12-29 Size : 284kb User : liuyan

汇编语言实现dsp的相关程序设计,很值得学习的-Dsp assembly language implementation of the relevant programming, it is worth learning
Date : 2025-12-29 Size : 506kb User : lixue

利用C语言调用汇编子程序 其中5个输入参数和3个返回结果的汇编子程序调用 a) 输入整数a,b,c,d,e, b) 请计算a+b+c,a+c+d+e,a-b的值 c) 讨论a-b后算术状态标志寄存器的状态 (ASTAT) d) 请讨论输入整数数组e[3],f[3],参数如何传递的 本实验要求在Visual DSP++ ADSP-BF535 Blackfin环境中编写一个简单的程序:C语言的主程序调用汇编语言的函数,完成简单的加法、减法。实验重点在于掌握汇编程序的调用方法,以及参数的传递,寄存器的数据存放。-Using C language to call the assembly routines which five input parameters and return results compiled three subroutine calls a) input integers a, b, c, d, e, b), calculate a+ b+ c, a+ c+ d+ e, ab value of c) discuss the ab after the arithmetic status flags register state (ASTAT) d) Please discuss the input integer array e [3], f [3], parameters to pass the test required in Visual DSP++ ADSP- BF535 Blackfin environment, write a simple program: C language, assembly language function called main program to complete simple addition and subtraction. Experiment focused on master assembler call methods and pass parameters, register the data store.
Date : 2025-12-29 Size : 35kb User : 幻叶

DSP中用汇编语言: 1.实现先乘后累加; 2.实现数据搬移 对于DSP的汇编语言入门很有帮助-DSP using assembly language: 1. To achieve after the first multiply-accumulate 2. Implement data movement For DSP assembly language entry helpful
Date : 2025-12-29 Size : 27kb User : wt
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.