登录
首页 » 其他项目 » DSP算法标准1。可方便自己快速找到所需要的TI算法文档

DSP算法标准1。可方便自己快速找到所需要的TI算法文档

于 2022-05-19 发布 文件大小:3.82 MB
0 143
下载积分: 2 下载次数: 1

代码说明:

DSP算法标准1。可方便自己快速找到所需要的TI算法文档-a DSP algorithm standard. Facilitate their rapid find the necessary documentation TI algorithm

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

发表评论


0 个回复

  • Hope everyone has to help, there is hope that everyone in the contest, the elect...
    希望对大家有帮助,还有希望大家都能在大赛里,电子设计中,取的好成绩.-Hope everyone has to help, there is hope that everyone in the contest, the electronic design, get good results.
    2022-07-09 12:01:08下载
    积分:1
  • 6502编程大奥秘 介绍了6502汇编
    6502编程大奥秘 介绍了6502汇编-6502 Introduction of the mysteries of programming large compilation 6502
    2022-11-09 12:00:03下载
    积分:1
  • with FEKO simulation Yagi antenna, learning FEKO friends can familiarize ourselv...
    用FEKO仿真的八木天线,学习FEKO的朋友可以熟悉一下-with FEKO simulation Yagi antenna, learning FEKO friends can familiarize ourselves
    2023-02-12 05:10:04下载
    积分:1
  • demonstrations on how to prepare luxury of the game (procedures) interface, the...
    示范如何编写豪华的游戏(程序)界面,这里演示的是Tic Tac toe游戏 -demonstrations on how to prepare luxury of the game (procedures) interface, the presentation here is Tic Tac toe game
    2022-11-17 14:55:04下载
    积分:1
  • 图微处理机的喇叭驱动程序
    Horn Driver Program for PIC micro processor
    2022-07-05 04:46:18下载
    积分:1
  • ARM7程序烧写工具,可以适用于多个公司的Flash芯片烧写,操作简单...
    ARM7程序烧写工具,可以适用于多个公司的Flash芯片烧写,操作简单-ARM7 procedures burning tools can be applied in a variety of Flash chip burning, simple operation
    2023-02-01 18:05:05下载
    积分:1
  • 设计四 拔河游戏机 1、 设计一个能进行拔河游戏的电路。 2、 电路使用15个(或9个)发光二极管,开机后只有中间一个发亮,此即拔河的中心点。 3、 游戏双方各...
    设计四 拔河游戏机 1、 设计一个能进行拔河游戏的电路。 2、 电路使用15个(或9个)发光二极管,开机后只有中间一个发亮,此即拔河的中心点。 3、 游戏双方各持一个按钮,迅速地、不断地按动,产生脉冲,谁按得快,亮点就向谁的方向移动,每按一次,亮点移动一次。 4、 亮点移到任一方终端二极管时,这一方就获胜,此时双方按钮均无作用,输出保持,只有复位后才使亮点恢复到中心。 5、 用数码管显示获胜者的盘数。 教学提示: 1、 按钮信号即输入的脉冲信号,每按一次按钮都应能进行有效的计数。 2、 用可逆计数器的加、减计数输入端分别接受两路脉冲信号,可逆计数器原始输出状态为0000,经译码器输出,使中间一只二极管发亮。 3、 当计数器进行加法计数时,亮点向右移;进行减法计数时,亮点向左移。 4、 由一个控制电路指示谁胜谁负,当亮点移到任一方终端时,由控制电路产生一个信号,使计数器停止计数。 5、 将双方终端二极管“点亮”信号分别接两个计数器的“使能”端,当一方取胜时,相应的计数器进行一次计数,这样得到双方取胜次数的显示。 6、 设置一个“复位”按钮,使亮点回到中心,取胜计数器也要设置一个“复位”按钮,使之能清零。--design a tug-of-war game, can design a game of tug of war circuit. 2, circuit use 15 (or 9), light-emitting diodes, come only among a shiny, namely, the center of tug-of-war. 3, the game with a two button rapidly and continuously pressed, have a pulse, who by fast, Who bright spots on the move, every time, a bright spot in Mobile. 4, the party moved to highlight terminal diode, on the winning side, this time the two sides had no effect buttons, to maintain output, so after only bright
    2022-07-25 10:14:55下载
    积分:1
  • 文本编辑器是一个微软记事本,没有比这个更进一步的文字编辑工具…
    文本编辑器有一微软的记事本,没有再比这好的文本编辑工具了,支持多种语言的加亮显示。-text editor is a Microsoft Notepad, no further than this good text editing tools, plus support for multilingual-show.
    2022-03-18 16:30:14下载
    积分:1
  • 模仿 BASIC 函数的某些 C 语言函数
    模仿 BASIC 函数的某些 C 语言函数-mimic the function of certain C language function
    2022-03-21 19:34:24下载
    积分:1
  • 学生成绩核算系统的设计与实现(25) 要求:(1)按班级按课程从文件中读入相应的平时成绩、期中考试成绩和期末考试成绩。 (2)三个成绩对总评成绩的百...
    学生成绩核算系统的设计与实现(25) 要求:(1)按班级按课程从文件中读入相应的平时成绩、期中考试成绩和期末考试成绩。 (2)三个成绩对总评成绩的百分比被定义为常数,各占总成绩的30 、30 和40 。 (3)计算每位学生的总评成绩。 (4)计算该班级本课程的总平均成绩。 (5)计算处于优、良、中、及格、不及格的学生人数以及占总人数的百分比。其中100-90为优,89-80为良,79-70为中,69-60为及格,60分以下为不及格。 (6)按要求输出成绩在优、良、中、及格、不及格各区间的学生学号、成绩。-The student achievement calculation system s design with realizes (25) Request: (1) reads in the corresponding usual result, the midterm examination result and the terminal examinations result according to the class and grade according to the curriculum from the document. (2) three result are defined to the general appraisal result s percentage as the constant, occupies the overall result respectively 30 , 30 and 40 . (3) calculates each student s general appraisal result. (4) calculates this class and grade this curriculum the population mean result. (5) calculates the student population which is in superiorly, good, passes an examination, does not pass an examination as well as accounts for the total number of peop
    2022-03-15 21:39:52下载
    积分:1
  • 696518资源总数
  • 105219会员总数
  • 11今日下载