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

[DSP编程] MATLAB实现(第2版)[李国勇][程序源代码]

定时器中断,设定时间步长等信息。三个定时器可选择是否全部开通,或者加flag定义,哈哈哈哈哈哈哈或或或或或
prepare for timer practice (2017-09-14, Visual C++, 35KB, 下载5次)

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

[DSP编程] KEY

这个程序是一个DSP2812的8位按键的子程序,它实现了通过按键来改变LED灯的变化规律。
This program is one of eight key DSP2812 subroutine, which implements through the button to change the LED light variation. (2015-01-20, Visual C++, 1KB, 下载3次)

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

[DSP编程] c--ASCII

所有的ASCII码都可以用“\”加数字(一般是8进制数字)来表示。而C中定义了一些字母前加 \ 来表示常见的那些不能显示的ASCII字符,如\0,\t,\n等,就称为转义字符,因为后面的字符,都不是它本来的ASCII字符意思了。
All ASCII code can be represented by " \" plus the number (typically 8 hexadecimal numbers). And C is defined in a number of letters before adding " \" to indicate that the common ASCII characters can not be displayed, such as \ 0, \ t, \ n, etc., is called the escape character, because behind the character, is not it already ASCII characters mean. (2014-12-21, Visual C++, 6KB, 下载3次)

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

[DSP编程] Ex3_3

TMS320C54x片内有1条程序总线,3条数据总线和4条地址总线。这3条数据总线(CB、DB和EB)将内部各单元连接在一起。其中,CB和DB总线传送从数据存储器读出的操作数,EB总线传送写到存储器中的数据。并行运算就是同时利用D总线和E总线。其中,D总线用来执行加载或算术运算,E总线用来存放先前的结果。 并行指令有并行加载和乘法指令,并行加载和存储指令,并行存储和乘法指令,以及并行存储和加/减法指令4种。所有并行指令都是单字单周期指令。并行运算时存储的是前面的运算结果,存储之后再进行加载或算术运算。这些指令都工作在累加器的高位,且大多数并行运算指令都受ASM(累加器移位方式位)影响。
TMS320C54x chip has a program bus, three data buses and four address buses. These three data buses (CB, DB and EB) connected to each unit within. Wherein, CB and DB bus transfer from the data memory read operand, EB bus transfer the data written to the memory. Parallel computing is the simultaneous use of D bus and E-bus. Wherein, D bus is used to perform arithmetic operation load or, E bus for storing the previous result. Parallel instruction with parallel load and multiply instructions, parallel load and store instructions, parallel storage and multiply instructions, as well as parallel storage and processing/subtract instruction four kinds. All instructions are single-word parallel single-cycle instructions. Parallel operation is stored when the result of the previous operation, and then be loaded or stored arithmetic. These commands are working in the accumulator high, and most parallel arithmetic instructions are protected by ASM (accumulator shift mode bits) affected. (2013-08-22, Visual C++, 4KB, 下载1次)

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

[DSP编程] 1-D-Fourier-transform

实现一维傅里叶的变换,将时域的信号变换到频域当中,可以更方便的获得多需要的信息
realize 1-D Fourier transform (2013-07-15, Visual C++, 1KB, 下载2次)

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

[DSP编程] c

承压含水层非稳定流拉普拉斯变换有限层分析
The unsteady flow of the confined aquifer Laplace transform finite layer analysis (2013-03-26, Visual C++, 158KB, 下载2次)

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

[DSP编程] Wwieener_filli

Wiener滤波器(维纳滤波器)的C程序源码,学习现代数数字信号处理理论时能用来参考。
Wiener filter (Wiener filter) C program source code, learning modern digital signal processing theory can be used to reference. (2012-08-12, Visual C++, 27KB, 下载17次)

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

[DSP编程] UsquareGAMEs

用dsp写的一个俄罗斯方块经典游戏内有可执行文件以及gamebox.cpp (.h)游戏框架,游戏主要逻辑mybitmap.ccpp (.h)位图处理,按钮处理myclock.h时钟处理mykey.h工具包square.cpp (.h)windows主程序
Dsp to write a classic Tetris game executable file and gamebox.cpp (h) game framework, game logic mybitmap.ccpp (. H) bitmap processing, button handle myclock.h the clock processing mykey.h tool package square.cpp (h) the windows main program (2012-08-05, Visual C++, 305KB, 下载3次)

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

[DSP编程] Smp_simplesimy

体系机构仿真,simplescalar的多处理器版本,现在好像在simplescalar上没有下载了作者是加拿大Queen大学的MManjikian环境:Architecture SPARC Operating SystemSolaris 2Compiler g
Simulation of system institutions, simplescalar multi-processor version, it seems that in simplescalar no download of Canada, Queen' s MManjikian environment: Architecture SPARC Operating SystemSolaris 2Compiler g (2012-08-02, Visual C++, 348KB, 下载5次)

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

[DSP编程] WFFT

快速无损的傅里叶变换,效率最高的FFT之一,包含一维fft,二维fft(FK变换),以及三维fft(FKK变换)。
One of the most efficient FFT, contains one-dimensional fft transform two-dimensional fft (FK transform), and three-dimensional fft (FKK transform), a rapid non-destructive Fourier transform. (2012-06-17, Visual C++, 85KB, 下载28次)

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

[DSP编程] PI

基于dsp的针对加持器的PI控制算法的代码
PI control code of grisper based on dsp (2012-02-23, Visual C++, 2KB, 下载15次)

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

[DSP编程] DSP2812

DSP2812永磁同步电机矢量控制的论文加原程序
DSP2812 program (2011-02-22, Visual C++, 5529KB, 下载181次)

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

[DSP编程] Echo

dsp上实现的音频经典混响算法,四个梳状滤波加两个全通滤波器实现
dsp audio to achieve the classic reverb algorithms, 4 comb filter plus two all-pass filter to achieve (2010-03-02, Visual C++, 41KB, 下载299次)

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

[DSP编程] fft

TI的FFT算法库,包含库和源文件,头文件,以及详细的使用文档和程序例程。
TI (2008-07-30, Visual C++, 828KB, 下载343次)

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

[DSP编程] SLR1

在VC下打开SLR1.dsp,阅读工程SLR1,SLR1为一个加、乘(适当扩充可为四则)运算表达式的SLR语法分析器
In the VC open SLR1.dsp, reading works SLR1, SLR1 is a plus, by (an appropriate expansion for 4) operator expression SLR parser (2008-01-05, Visual C++, 98KB, 下载25次)

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

[DSP编程] iirfilter

这是我在数字信号处理中编写的IIR数字滤波器,MFC界面,双线性变换和巴特渥斯滤波器。
in digital signal processing prepared by IIR digital filters, MFC interface bilinear transform and Bateoushi filter. (2006-08-31, Visual C++, 38KB, 下载340次)

http://www.pudn.com/Download/item/id/211651.html
12
总计:36