数字音频实验测试工程,程序演示了通过I2C 总线对 TLV320AIC23 芯片的控制,各种音频环路,多种采样频率,DMA 音频采集和输出等 测试。程序中有详尽的说明。TLV320AIC23 的控制HDL模块Freedev_aic23 的7 号 寄存器提供了读和写两个端口,分别连接到数字音频芯片的AD 和DA 通道,每次可 读出和写入一个32 位宽的数据,分别是16 位左声道和16 位右声道的采样值。每 次数据就是一次采样的结果。如果是48K 采样率,那么每个数据时间间隔就是 1/48000。在这个工程基础上可以输出我们的特殊处理的数据,如正弦波数据,就 可以输出(LOUT)正弦波信号。
上传时间: 2015-12-14
上传用户:bruce5996
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
标签: represented integers group items
上传时间: 2016-01-17
上传用户:jeffery
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
标签: converts Toolbox complex logical
上传时间: 2016-02-12
上传用户:a673761058
51单片机各常用子模块的C程序,包括1602液晶,AD,DA,键盘等
上传时间: 2013-12-18
上传用户:181992417
数字电压计是个实验例子,她使用FPGA开发板的AD、DA接口开发的数字电压表
上传时间: 2016-05-20
上传用户:维子哥哥
尽管频率合成技术已经经历了大半个世纪的发展史,但直到今天,人们对 它的研究仍然在继续。现在,我们可以开发出输出频率高达IG的DDS系统, 武汉理工大学硕士学位论文 已能满足绝大多数频率源的要求,集成DDS产品的信噪比也可达到75dB以上, 已达到锁相频率合成的一般水平。电子技术的发展己进入数字时代,模拟信号 数字化的方法也是目前一个热门研究课题,高速AD、DA器件在通信、广播电 视等领域的应用越来越广泛。本次设计完成了软件仿真和硬件实现,对设计原 理和设计结果进行了一定的理论分析,在一定的频率范围内设计结果与理论值 基本符号,达到了设计指标的要求。限于本人的水平和实现条件,此次设计在 频率稳定度、最高输出频率、降低杂散等方面仍有改进的空间,今后还需进一 步提高。
上传时间: 2014-01-06
上传用户:iswlkje
51板的常用程序,包括红外、12864、1602、AD、DA、18B20等
标签: 常用程序
上传时间: 2013-12-25
上传用户:zycidjl
c51单片机实验程序代码--流水灯、时钟、液晶驱动,串口异步通信、AD、DA、ROM 扩展、IO扩展等等,附原理图,对初学者很有帮助。
上传时间: 2016-10-10
上传用户:yzhl1988
里面是单片机的开发板的源程序,包括AD,DA转换,数码管显示,按键的识别,液晶的显示是、数据存储,等等 还有开发板配套的原理图和PCB图纸,让你看整个程序更容易
上传时间: 2016-10-15
上传用户:wangyi39
一个采用C8051F020芯片实现的流量计控制系统源代码,包括了对C8051F020内部AD和DA的编程、共12个LED(采用74HC195)的编码驱动编程等。
上传时间: 2016-11-19
上传用户:diets