联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All DSP编程(189) 
按平台查找All Others(189) 

[DSP编程] lab7-AIC23

TLV320AIC23是TI公司推出的一款高性能立体声音频编解码器,内置耳机输出放大器,支持mic和line in二选一的输入方式。输入和输出都具有可编程的增益调节功能。
TLV320AIC23 is TI has introduced a high-performance stereo audio codec, built-in headphone output amplifier, support mic and line in one of two selected input mode. Input and output has a programmable gain adjustment function. (2015-05-08, Others, 716KB, 下载8次)

http://www.pudn.com/Download/item/id/1431055396743687.html

[DSP编程] Serial

基于BF548 EZ-KIT的flash编程驱动程序。该驱动程序展示了如何使用flash驱动来使用新的算法、改变已有的算法、为DSP增加新的功能。
This directory contains an example ADSP-BF548 EZ-KIT Flash Programmer (Serial Flash) Driver Project. The flash programmer driver is an example that demonstrates the use of flash driver to implement new algorithms, modify existing ones, or add support for a new flash device/DSP combination. (2013-08-25, Others, 118KB, 下载3次)

http://www.pudn.com/Download/item/id/2339190.html

[DSP编程] mid

本程序时DSP上实现的图像中值滤波,首先将dat文件导入TI开发的CCS上进行处理,其中在CCS上的编程用的是C语言编写。其中dat文件先通过matlab将图片转化得到的。
This program is implemented on a DSP image median filtering, first developed by TI dat file into CCS on the treatment, which in the CCS is used on the C programming language. Dat files of which the first through matlab to get into the picture. (2011-06-28, Others, 9KB, 下载47次)

http://www.pudn.com/Download/item/id/1583602.html

[DSP编程] Roberts

本程序时DSP上实现的图像Roberts边缘检测,首先将dat文件导入TI开发的CCS上进行处理,其中在CCS上的编程用的是C语言编写。其中dat文件先通过matlab将图片转化得到的,并在matlab中做Roberts边缘处理以便于DSP处理结果对照。
This program is implemented on a DSP image edge detection Roberts, first dat file into the development of CCS on the TI deal, which the CCS is used on the C programming language. Dat files of which the first through matlab to get into the picture, and Roberts do in matlab edge processing for DSP processing results in the control. (2011-06-28, Others, 9KB, 下载20次)

http://www.pudn.com/Download/item/id/1583599.html

[DSP编程] hist

本程序时DSP上实现的图像均衡化,首先将dat文件导入TI开发的CCS上进行处理,其中在CCS上的编程用的是C语言编写。其中dat文件先通过matlab将图片转化得到的,并在matlab中做均衡化处理以便于DSP处理结果对照。
This program is implemented on a DSP image equalization, first dat file into the development of CCS on the TI deal, which the CCS is used on the C programming language. Dat files of which the first through matlab to get into the picture, and equalization processing matlab to do so results in the DSP processing control. (2011-06-28, Others, 9KB, 下载20次)

http://www.pudn.com/Download/item/id/1583595.html

[DSP编程] thresh

本程序是先通过matlab将图片转化为dat文件并在matlab中做二值化处理以便于DSP处理结果对照,然后将dat文件导入TI开发的CCS上进行处理,其中在CCS上的编程用的是C语言编写。
This procedure is first converted into the picture by matlab dat files in matlab to do binarization processing to the DSP processing results of the control, then the dat file into the development of CCS on the TI deal, which the CCS is used on programming C language. (2011-06-28, Others, 9KB, 下载21次)

http://www.pudn.com/Download/item/id/1583591.html

[DSP编程] C6713_AD_huibian

dsp c6713汇编程序。内涵:AD采样,数据处理,乘除,开放运算,fir运算,FIFO输出 对学习6713芯片汇编和了解c6713芯片有帮助
dsp c6713 assembler. Content: AD sampling, data processing, multiplication and division, open computing, fir operations, FIFO output of the learning and understanding c6713 6713 chip chip assembly help (2011-01-10, Others, 288KB, 下载44次)

http://www.pudn.com/Download/item/id/1408096.html

[DSP编程] 060109

介绍使用同步动态RAM(SDRAM)扩展嵌入式DSP系统高速超大容量外部存储空间的设计方法 结合已成功实现的、基于TMS320C6201的数字信号处理系统,论述使用IS42S16400SDRAM 芯片设计DSP片外同步存储系统的具体实现方案 详细讨论TMS320C6201的EMI与SDRAM 的接口设计及编程方法。
Describes using synchronous dynamic RAM (SDRAM) extended high-speed large-capacity embedded DSP system design method of external storage space combination has been successfully implemented, based on the TMS320C6201 digital signal processing systems, discusses the use of IS42S16400SDRAM DSP chip synchronous chip design specific storage system implementations detailed discussion of the EMI and the TMS320C6201 SDRAM Interface Design and Programming. (2010-11-01, Others, 134KB, 下载2次)

http://www.pudn.com/Download/item/id/1332213.html

[DSP编程] DSP_Exp1

1、 学习Matlab最有效的方式是自己动手以及经常查Help。 2、 遇到不很确定的函数或者操作,最好的办法就是自己建一个测试矩阵然后试一下,不会对数据产生不好的影响,也十分直观,因为很多细节老师也不会很清楚。 3、 养成用Editer编程的好习惯,最好结构化编程,经常使用自建的函数,使得代码清晰易查错。 4、 自己给自己加注释,运行程序时可以先试着一行一行运行,看一下每一行的输出是否与预期相同等等,出错的时候自上而下慢慢查。
1, the most effective way to learn Matlab their own hands, as well as regular check Help. 2 has encountered are not sure of the function or operation, the best way is to build their own and then try a test matrix will not produce a bad effect on the data, but also very intuitive, because many details of the teachers are not very clear. 3, to develop a good habit to use Editer programming, the best structured programming, frequent use of self-built functions, making the code clear and easy troubleshooting. 4, add their own notes to yourself, run the program can first try to run line by line, take a look at the output of each line is the same as expected and so on, an error check when the top-down slowly. (2010-03-17, Others, 201KB, 下载4次)

http://www.pudn.com/Download/item/id/1089779.html

[DSP编程] stepmotor

本程序是在CCS环境下利用C语言编写的一个控制步进电机的程序,其中包括控制电机的旋转速度、方向以及步数,从大体上概括了TMS320VC5402的片外围设备及I/O口的编程方式.
This procedure is in the CCS environment using C language under a stepper motor control program, including the control of motor rotation speed, direction, as well as several step-by-step, from the general summary of the TMS320VC5402-chip peripherals and I/O port for way process. (2009-06-26, Others, 44KB, 下载8次)

http://www.pudn.com/Download/item/id/822514.html

[DSP编程] AD

这是我编的FIR滤波器和矩阵相乘的dsp程序,汇编语言编程,执行效率高,使用的是AD公司的开发系统,调试成功后上传.可以让帮助大家了解TI的dsp和AD的dsp之间的区别。
This is my series of FIR filters and matrix multiplication dsp procedures, assembly language programming, the implementation of high efficiency, the use of the AD (2008-09-22, Others, 1KB, 下载6次)

http://www.pudn.com/Download/item/id/550373.html

[DSP编程] matrix

这是我编的矩阵相乘的dsp程序,可调整矩阵维数,汇编语言编程,执行效率高,工程文件全,打开就可以使用.在TI的ccs上调试成功,用的同样是54系列的dsp.
This is my series of matrices of dsp procedures, adjustable matrix dimension, assembly language programming, the implementation of high efficiency, the whole project file, open you can use. In TI (2008-09-22, Others, 158KB, 下载52次)

http://www.pudn.com/Download/item/id/550368.html

[DSP编程] filter

这是我编的FIR滤波器的dsp程序,可调成滤波器阶数,汇编语言编程,执行效率高,工程文件全,打开就可以使用.在TI的ccs上调试成功,用的同样是54系列的dsp.
This is my series of FIR filter dsp procedures, adjustable filter bands into a number of assembly language programming, the implementation of high efficiency, the whole project file, open you can use. In TI (2008-09-22, Others, 163KB, 下载14次)

http://www.pudn.com/Download/item/id/550367.html

[DSP编程] GSM_DSP_Interleave

笔者长期从事移动通信系统的无线链路调制与解调物理层实现方面的工作,所以在这里我们给出语音或者业务信道链路过程的交织与解交织的DSP实现方法。需要说明的是:这是针对定点DSP、C55xx的编程实现方法,希望对读者有益。
The author has long been engaged in mobile communication systems wireless link physical layer modulation and demodulation realize the work, so here we give voice channel link or business process interwoven with deinterleave realize the DSP approach. It should be noted that: This is for fixed-point DSP, C55xx programming realize, and I hope that useful to readers. (2008-07-17, Others, 3KB, 下载18次)

http://www.pudn.com/Download/item/id/512565.html

[DSP编程] 3

介绍了被动雷达探测系统测向方法,提出了被动测向系统信号处理器的设计方法. 采用DSP(数字 信号处理器) + FPGA(现场可编程门阵列) 结构,使得系统的处理速度大大提高,而且集成度高、可靠性好、使 用灵活,具有很强的应用价值和参考价值.
Introduction of the passive radar detection system to test methods of measuring the passive signal processor to the system design method. The use of DSP (digital signal processor)+ FPGA (field programmable gate array) structure, making the system processing speed greatly enhanced, and high integration, reliability, and the use of flexible, has a strong value and reference value. (2008-04-06, Others, 162KB, 下载53次)

http://www.pudn.com/Download/item/id/430713.html

[DSP编程] 1

 介绍了一种基于大规模FPGA及高性能DSP芯片的机载雷达信号处理嵌入式系统的设计方案及设计实现。 采用标准的VME总线及基于FPGA内嵌MGT的高速串行互连技术,具有实时性强、集成度高以及软硬件可编程易于系统 扩展及重构的特点。
Introduce an approach based on large-scale FPGA and high-performance DSP chips airborne radar signal processing embedded system design and design realization. Standard VME bus and the FPGA-based embedded MGT of high-speed serial interconnect technology, with real-time, high integration and ease of system hardware and software programmable features of the expansion and remodeling. (2008-04-06, Others, 108KB, 下载33次)

http://www.pudn.com/Download/item/id/430709.html

[DSP编程] fft

本实验的目的在于学习FFT 算法,及其在TMS320C54X 上的实现,并通过编程掌 握C54X 的存储器管理、辅助寄存器的使用、位倒序寻址方式等技巧,同时练习使用 CCS 的探针和图形工具。另外在BIOS 子目录下是一个使用DSP/BIOS 工具实现FFT 的程序。通过该程序,你可以使用DSP/BIOS 提供的分析工具评估FFT 代码执行情况。
The purpose of this study is to learn FFT algorithm and its application in the realization of TMS320C54X and through programming master C54x memory management, the use of auxiliary registers, bit reverse addressing mode, such as skills, practicing the use of CCS at the same time the probe and graphics tools . Also in the BIOS is a subdirectory using the DSP/BIOS tool to achieve the FFT procedure. Through the program, you can use the DSP/BIOS analysis tools provided to assess the implementation of FFT code. (2008-01-21, Others, 126KB, 下载58次)

http://www.pudn.com/Download/item/id/397575.html

[DSP编程] DM642_serial

利用DM642和dsp/bios,串口中断编程(外中断使用方法和752b中断使用方法),752b芯片,并附有各个设置寄存器使用说明。上机测试通过。
use and DM642 dsp/bios. interrupt programming (external interrupt usage and 752 b interruption use), 752b chips, all set with a register use. On the plane when the test. (2007-05-18, Others, 473KB, 下载300次)

http://www.pudn.com/Download/item/id/284127.html

[DSP编程] IMAG_c

CCS编程环境 使用的是汇编加C的混合编程方法: The programme of the Correlation Algorithm. Using INT2 to get the input signal. Array x, in first step, is the input signal produced by programme, in next step, is the input signal get from A/D, the length is 128, 32-bit floating point. Array y, in first step, is the input signal produced by programme, in next step, is the input signal get from A/D, the length is 128, 32-bit floating point. Array cor is the Correlation result, the length is 255, 32-bit floating point.
CCS programming environment used in the compilation and C mixed programming : The program of the correlation algorithm. Us ing INT2 to get the input signal. Array x, in first step, is the input signal produced by program, in next step, is the input signal get from A/D, the length is 128, 32-bit floating point. Array y, in first step, is the input signal produced by program, in next step, is the input signal get from A/D, the length is 128, 32-bit floating point. Array cor is the Correla tion result, the length is 255, 32-bit floating point. (2007-04-23, Others, 1KB, 下载6次)

http://www.pudn.com/Download/item/id/272130.html

[DSP编程] TI_Picture_DCT

TI C6416 DSP平台上的一个图像处理工程源码,包括图像输入,DCT变换,DCT逆变换等。
TI C6416 DSP platform of a source image processing projects, including image input, DCT, inverse DCT transformation. (2006-10-17, Others, 146KB, 下载337次)

http://www.pudn.com/Download/item/id/219351.html
总计:189