搜索资源列表
DSP实时调试rtdxint
- 有关RTDX应用的例子。使用时请打开命令提示符窗口,再运行release 目录下的rtdxint.exe程序。此程序从COM接口指定的RTDX Channel读取一个整数。-the RTDX application examples. Use open the command prompt and then run the release directory rtdxint.exe procedures. This procedure from the COM interface desi
MAR1PSD
- Routine mar1psd: To compute the power spectum by AR-model parameters. Input parameters: ip : AR model order (integer) ep : White noise variance of model input (real) ts : Sample interval in seconds (real) a : Complex array of AR parame
DSP
- This programme is to control DC motor in a certain speed using PWM. The target speed is \"r\", it is the speed in 1s. The sample rate is 0.1s, so the actual speed target is \"rc\"=r/10. The \"r\" and \"rc\" are integer, and the range of \"r\" i
Echo
- 语音信号采集与分析 简单地讲,可以在原声音流中叠加延迟一段时间后的声流,实现回声效果。当然通过复杂运算,可以计算各种效应的混响效果。如此产生的回声,我们称之为数字回声。初始化配置: 05 户通过 12C 总线将配置命令发送到 AIC23 ,配置完成后 AIC23 开始工作。语音信号的输入: AIC23 通过其中的 AO 转换采集输入的语音信号,每采集完一个信号后,将数据发送到 05 户的 McBS 户接口上, 05 户可以读取到语音数据,每个数据为 16 位无符号整数,左右通道各有一个数值
DES
- 这是从目前银行里,使用的“标准DES算法”,des/undes可对指定长度(最多8的整数倍)的数据进行加解密,密钥为8个字节长度。本程序在DSP5501上使用,去掉技术段的定义,可以移植到PC等环境上。-This is from the current bank, use the " standard DES algorithm" , des/undes can specify the length (up to integer multiple of 8) data encry
Fusion
- Fusion using integer wavelet transform implemented in C for BF532 Processor uisng VisualDSP++5.0
add
- 利用C语言调用汇编子程序 其中5个输入参数和3个返回结果的汇编子程序调用 输入整数a,b,c,d,e, 请计算a+b+c,a+c+d+e,a-b的值 讨论a-b后算术状态标志寄存器的状态 (ASTAT) 请讨论输入整数数组e[3],f[3],参数如何传递的 写实验报告,要求有实验分析,实验程序,实验心得 -Using C language to call the assembly routines which five input parameters and
integerwavelettransformreconstruction
- integer wavelet reconstruction
dsp-translate
- DSP编程 利用C语言调用汇编子程序 ?其中5个输入参数和3个返回结果的汇编子程序调用 ?输入整数a,b,c,d,e, ?请计算a+b+c,a+c+d+e,a-b的值 ?讨论a-b后算术状态标志寄存器的状态 (ASTAT) -Required in DSP applications experimental assembly subroutine is called using the C language, five input parameters and retur
Lab0701-Echo
- 用dsp实现语音采集和传送,语音信号的输入:AIC23 通过其中的AD 转换采集输入的语音信号,每采集完一个信号后,将数据发送到DSP 的McBSP 接口上,DSP 可以读取到语音数据,每个数据为16 位无符号整数,左右通道各有一个数值。语音信号的输出:DSP 可以将语音数据通过McBSP 接口发送给AIC23,AIC23 的DA 器件将他们变成模拟信号输出。- Acquisition and transmission of voice, voice signal input: using
dsp_xiyiz
- 本程序是在5416平台上完成的小数的乘法与累加运算,包括整数的乘累加、小数的乘累加。另外对常用的指令的寻址方式做了详细说明。可以做为学习DSP一个非常典型的例程。 -The routine was completed based on Tms320VC5416 , aimed to mutiply and add between float or integer numbers. In addition ,the instructions were describled in detail
DTMF
- DTMF(双音多频)信号的产生和检测 1、程序分两部分,前半部分为DTMF 产生,后半部分为DTMF 检测。 2、DTMF 产生中用数组in设定键值,数组长度为16,范围0~15,可人工改写; 3、数组xr为产生的行频信号,长度为102,32位浮点型; 数组xc为产生的列频信号,长度为102,32位浮点型; 数组x为产生的双音频信号,长度102点,32位浮点型; 4、数组z为DTMF检测中能量模板 ,以完成按键的行位置及列位置检测; 6、变量outkeycol
DSP
- 已知整数变量A和B,试编写完成下述操作的程序: (i)若两个数中有一个是奇数,则将该奇数存入A中,偶数存入B中; (ii)若两个数均为奇数,则两数分别加1,并存回原变量; (iii)若两个数均为偶数,则两变量不变。 -The known integer variables A and B test write operation to complete the following program: (i) If the two numbers is an odd numb
3.4.3-FFT
- 采集外部给定数据,完成整数的快速傅里叶变换。-Outside the given data, complete integer fast Fourier transform.
MPY32
- dsp stm320c54x: 编写32位整数乘法运算 w64=x32*y32的程序。 书本上的源码。-dsp stm320c54x: write 32-bit integer multiplication w64 = x32* y32 procedures. Source books.