搜索资源列表
lab6
- dsp5000,ad转换源代码。用于数模转换输入输出处理。-dsp5000, ad conversion source code. For the digital-to-analog converter input and output processing.
dspsound
- 语音信号的采集、滤波和D/A输出的实现过程数字信号处理基本理论的实现-voice signal collection, filtering and D / A output of the implementation process of digital signal processing to achieve the basic theory
汇编
- 4.asm…… 响铃程序,输入一个数字字符N,响铃N次。(完成)ysk3.asm ……显示一个星型倒三角。m1.asm ………编程将键盘输入的8位无符号二进制数转化为十六进制数和十进制数,并输出结果form.asm ……采用子程序编程按以下三种格式(██,◣,◥)打印九九乘法表:(完成)char.asm ……小写字母a b c d ……x y z的ASCII码分别为61H 62H 63H 64H……78H 79H 7AH, 而大写字母A B C D ….X Y Z的ASCII码分别为41H 42
jianpansshibie
- 4×4矩阵键盘识别处理,键盘处理程序的任务是:确定有无键按下,判断哪一个键按下,键的功能是什么;还要消除按键在闭合或断开时的抖动。两个并行口中,一个输出扫描码,使按键逐行动态接地,另一个并行口输入按键状态,由行扫描值和回馈信号共同形成键编码而识别按键,通过软件查表,查出该键的功能。 -4 × 4 matrix keyboard recognition processing, the keyboard handler task is: to determine whether
TMS320VC5402
- TMS320C5402语音处理程序,可以实现语音的输入输出,不过里面需要添加一个FIR或者IIR滤波器就更好了-TMS320C5402 voice voice processing can be achieved inside the input and output but need to add a FIR filter or IIR all the better ~ ~
ZHQD
- 基于51单片机的光电编码器输出信号处理,译码存储-SCM-based optical encoder 51 output signal processing, decoding storage
SalaryManagementSystem
- 工资管理系统是用于各个企业的。包括系统管理,数据处理,查询统计和报表输出,可以适当的修改下用于做论文。-Salary management system is used for various enterprises. Including system management, data processing, query statistics, and report output, appropriate changes can be used for their papers.
TxNBModIQ
- 在sinx函数实现的时候,请注意以下几点: 假设输入数据x=tπ时 2. t的范围为(-1,...,1),即输入角度为(-π,…, π),对应在dsp中用(8000h,...,7FFFh)表示。根据sin函数的单调性,将(0——π/2)等分为128个间隔,计算出各个离散点的sin值存于表_SinTab,最后根据输入的t值查表找到最接近的值得到输出结果。 3. 判断sinx输出值的正负情况。t的范围为(-1,...,1),对应在dsp中用(8000h,...,7FFFh)表示,可见最高
jisuanjizifuchuan
- 输入两个字符串s1,s2和一个整形数n,在字符串s1的第n个位置(即下标为n的位置)开始插入字符串s2。 input 输入两个字符串s1,s2和一个整形数n output 输出处理后的字符串-Enter the two strings s1, s2, and an integer number n, the string s1 in the n-th position (subscr ipt n, location) to start inserting the string s
Traffic-light-control-system
- 编写一个交通灯控制程序,实现东西路口与南北路口状态灯的转换和紧急处理。采用8253芯片计数,输出1S的时钟脉冲,并使用8255接口芯片控制LED亮灭,同时让8279芯片显示倒计时,键盘控制紧急处理按键,以此实现交通灯指挥控制系统。-Write a traffic light control program, the conversion of the things the intersection with the north and south of the intersection stat
wfb2dec
- WFB2DEC 2-D Wavelet Filter Bank Decomposition y = wfb2dec(x, h, g) Input: x: input image h, g: lowpass analysis and synthesis wavelet filters Output: x_LL, x_LH, x_HL, x_HH: Four 2-D wavelet subbands Make sure filt
asm
- 字节变量ARRAY中存有N个数,要求编写一程序统计ARRAY中偶数的个数,并将结果在屏幕上显示。另外附加了一个:编写一个能实现两个十进制数的加法运算处理的程序。设每个十进制数最多4位。两个十进制数由键盘输入,结果以十进制数输出-The byte variable ARRAY there N number, write a program statistics ARRAY even number, and the results are displayed on the screen. Also