搜索资源列表
Dsp_c.rar
- dsp算法40例,包括fft、滤波器、谱运算等 1. 将模拟滤波器转变为数字滤波器。 2. 由得到幅频响应 。 3. 用Burg算法求AR模型的参数。 4. 由AR模型参数得到功率谱。 5. 用Levinson算法求解Yule-Walker方程以得到 阶AR模型的参数 。 6. 实现双线性Z变换。 7. 设计巴特沃斯模拟低通滤波器,求出转移函数 。 8. 设计切比雪夫I型模拟低通滤波器,求出转移函数 。 9. 直接由定义求 点复序列 的DFT 。 10.利用经典的Cooley
DSPcode
- 数字信号处理源代码,包括冲激响应、传递函数、零相位函数、全通函数、离散时间傅里叶变化、离散傅里叶变化、滤波器设计及级联-Digital signal processing source code, including impulse response, transfer function, zero-phase function, all-pass function, discrete-time Fourier changes, discrete Fourier changes, filter
IIR_FILTER
- 无限冲击响应滤波器( llR )算法 由于系统对序列施加的算法,是由加法、延时和常系数乘三种基本运算的组合,所以可以用不同结构的数字滤波器来实现而不影响系统总的传输函数。-Infinite impulse response filter (llR) algorithm because the system imposed on the sequence of algorithms, are by adder, delay and the constant coefficients by a
Practical4
- finding transfer function
BPSK_driver
- 关于pCI9054驱动的dma 的源代码,主要实现pci9054通过dma进行数据传输的功能 -Dma on pCI9054 driven source code, the main achievement pci9054 dma data transfer via the function
Nyquist
- A Nyquist plot is a parametric plot of a transfer function used in automatic control and signal processing. The most common use of Nyquist plots is for assessing the stability of a system with feedback. In Cartesian coordinates, the real part of the
the-realized-about-HRTF-by-DSP
- 基于HRTF-头部反应传送函数(Head-Response Transfer Function)算法的DSP系统实现-硕士论文-This is a paper about how to use DSP system to realize the HRTF written by a master
DSP_principle_and_application-
- 本文档介绍了C54x指令系统寻址方式的分类和功能,指令系统中的常用符号、缩略语和运算符,数据传送、算术运算、逻辑运算、程序控制、并行操作和重复操作指令。 -This document describes the classification and function of the C54x instruction addressing, the instruction set of common symbols, abbreviations, and operators, data transf
5509a_usb
- 这是用于DSP TMS320VC5509APGE上的usb程序,主要实现了5509A与上位PC间的USB传输测试。为设计5509A系统usb功能提供参考-This is for DSP TMS320VC5509APGE on usb program, the main achievement of the 5509A with the host PC' s USB transfer test. To provide reference for the design of the 5509A
SourceCode26_USB
- 用dsp5509数字信号处理器实现usb数据传输功能-Usb data transfer function with dsp5509 digital signal processor
cosim
- 多传感器采集与计算程序,带串口通信与电流信号传输功能。-Multi-sensor acquisition and calculation procedures, with the serial communication with the current signal transfer function.
Ex3_1
- TMS320C54x具有丰富的程序控制与转移指令,利用这些指令可以执行分支转移、循环控制以及子程序操作。本实验要求编写一程序完成 的计算。这个求和运算可以通过一个循环操作指令BANZ来完成。BANZ的功能是当辅助寄存器的值不为0时转移到指定标号执行。 例如: STM #4, AR2 loop: ADD *AR3+, A BANZ loop, *AR2– ;当AR2不为零时转移到loop行执行。 假设AR3中存有x1到x5五个变量的地址,则上述简单的代码就完成了
EDA
- 设计一个接口;用于8051向外围存储器传输数据;有复位功能,时钟同步输入、输出-Design an interface used 8051 data to the external memory transfer has reset function, clock synchronization input and output
TMS320VC5509A_zuixiaoxitongkaifa
- TMS320VC5509A最小系统硬件及驱动程序设计,内含软件程序和硬件dxp图,包括,彩色液晶显示,语音播放,usb传输等功能。-Hardware and driver design of TMS320VC5509A minimum system, embedded software program and hardware DXP map, including color liquid crystal display, voice broadcast, USB transfer functi
SCI
- 数字处理芯片F28355实现串口通信的主函数,数据传送至上位机-F28355 digital processing chip to achieve the main function of serial communication, data transfer first bit machine ranch.asm file
ADC+DMA+定时器
- 以STM32F1为平台,完成了定时器触发ADC,再采用DMA进行传输的功能。(With STM32F1 as the platform, the timer trigger ADC, and then use DMA to transfer function.)
SCIA Interrupt
- CCS3.3中采用SCIA串口中断实现串口收发数据(adopt the SCIA to achieve the function that accept and transfer data)