搜索资源列表
dsp--yuyinlufang
- 主函数是汇编语言, 开发环境是在CODE COMPOSER2000, 芯片是TI的240。无解压缩秘码。 -main function is compiled language, is the development environment CODE COMPOSER2000, TI's chip is 240. No decompress secret code.
ADS8370_FFTLIB.rar
- 2812读取ADS8370的数据并用TI的库函数做1024点的FFT,2812 reads ADS8370 data and TI' s library functions to do with the 1024-point FFT
apf
- 这个C程序是基于DSP设计有源滤波器的主函数,配置文件和电路设计有需要的朋友可以联系我-The C program is based on the DSP active filter' s main function design, configuration files, and circuit design in need of a friend you can contact me
pic_ccs
- TI公司的CCS一些常用的函数库 ,比较好的资料,里面有一些程序比较基本,对于初学者规范程序编写,理论用于实践,有一定参考价值-TI' s CCS library of some commonly used, relatively good information, there are some basic procedures, procedures for the preparation of norms for the beginners, theory for practice,
ex6_AD
- 程序所在目录:ex6_AD 板上引出的两路A/D 转换对应DSP 的A/D 模块分别是通道0 和通道8,输入电压0-5V 。 本开发板使用DA 的输出作为AD 的输入,因此需将5J2 的1-2,3-4 分别用短路子短接。 打开CC2000,进行如下操作: 1.Project->Open ,打开该目录中的工程文件。 2.Project->Rebuild ALL,编译链接 3.File->Load Program 4.光标移到Que
C
- dsp的fir库函数的调用,帮助加深了解dsp的编程-dsp' s fir library function call, to help gain a better understanding of programming dsp
c5416lib
- c5416的库函数,包含两个版本,分别从seed和TI官网下载。安装之后可以直接调用FFT等函数。-c5416' s library functions, including two versions of, respectively, from the seed and the TI official website to download. After installation, etc. can directly call the FFT function.
DSP_BIOS
- 此文件为TI的浮点dsp TMS320C672x 处理器中DSP/BIOS的详细使用说明,包括工程的建立,API函数的含义及其设置,对于使用BIOS的初学者有很大的帮助。-This file is TI' s floating-point dsp TMS320C672x processor DSP/BIOS detailed instructions, including the establishment of the project, API functions and set the
Algorithm
- TI浮点DSP处理器TMS320C672x的具体算法,包括卷积,FFT,FIR,IIR,DTC等,程序设计中使用TI提供的CSL函数库,每个文件为完整的工程,可直接运行使用。-TI floating-point DSP processor TMS320C672x specific algorithms, including convolution, FFT, FIR, IIR, DTC, etc., to provide programming using TI' s CSL librar
672x_programing
- TI公司67x系列编程库文件说明手册,对常用的几种库函数使用进行说明-672x DSP library programer s reference guide
IQmath_v15a
- 使用dsp自身的定点函数库来实现数字信号处理算法-Dsp fixed-point using the library' s own digital signal processing algorithms to
example_code
- 此文档为TI公司的TMS320C672x系列浮点处理器库函数的使用源代码,包括Lib库编译到目标程序中、ROM库函数不编译到目标代码中(直接调用)的例程,还包括了DSP/BIOS使用库函数的例程,对于初次使用浮点库的用户是很好的参考资料。-This document is TI' s floating-point processor TMS320C672x series of library functions to use the source code, including Lib l
DSP-fangzhen
- 用一个2阶的AR模型产生一平稳的随机过程s(n)。 其中, , , 可任意选定。 再产生一方差为 的白噪声 。接收信号为 , 要求对接收信号进行维纳滤波,输出信号为 。 1, 给定维纳滤波器的长度M,考察代价和函数与SNR之间的关系。 2, 给定SNR,考察代价函数与信噪比之间的关系。 3, 做一步预测,代价函数随滤波器的长度和信噪比的变化关系。 -With a 2-order AR model to generate a stationary rand
BLDC-asyn-syn
- 异步电机 永磁同步,BLDC的模块化,函数化,小信号仿真-asynchronous、 synchron motor and BLDC’s model, function,and small signal simulation
MATLAB-DSP
- 基于MATLAB的语音信号分析及滤波(DSP课程设计说明书) 设计题目、内容及要求 课程设计的题目:基于MATLAB的语音信号分析及滤波。 课程设计的内容:录制一段个人自己的语音信号,并对录制的信号进行采样 画出采样后语音信号的时域波形和频谱图 给定滤波器的性能指标,采用窗函数法和双线性变换设计滤波器,并画出滤波器的频率响应 然后用自己设计的滤波器对采集的信号进行滤波,画出滤波后信号的时域波形和频谱,并对滤波前-Design based on MATLAB voice signal analys
NDK_TCP_UDP
- 采用NDK开发包的网络通信程序,在C6455上经过测试,速度可达50Mb/s。 void tcpclient()函数是经过测试的。-NDK development kit network communication program, tested on the C6455, speeds of up to 50Mb/s. void tcpclient () function is tested.
TI-DSP-APIS(C64XP)
- TI DSP C64+的FastRTS、IMGLIB以及DSPLIB库函数整理总结,中文文档。-TI DSP C64+ s FastRTS、IMGLIB and DSPLIB APIS
814xappprogramV1.0
- 文件说明 1. 该函数包仅用于GM814x的操作,包含了对该芯片的配置寄存器读写、数据收发、软件shutdown、 软件wakeup操作,以及对接收数据的分析处理。 2. 该函数包中部分变量名和宏定义需与外部主程序一致,具体请参见源文件。 3. 该函数包中调用的三个函数ClrCS(),SetCS(),SPITransmit(unsigned char c)需要 用户根据所用的单片机系统编写相应源代码,并注意函数名的统一。 4. 该函数包中串口号变量N由0~3分别表示串
TD
- ADRC自抗扰控制器的微分器(TD)的s函数-ADRC ADRC differentiator (TD) s-function
state_space_PID
- 本代码是PID在S函数中的实现,但不同之处在于,本代码先把PID变成状态空间表达式,更加易懂,为本人独创。-This code is the PID in the S function, but the difference is that, this code to put the PID into the state space expressions, more understandable, for my original.