搜索资源列表
EepromMultiWR1912
- SPI接口EEPROM驱动 EEPROMWRITE(绝对地址,数组指针,数据长度) //多字节写 EEPROMREAD(绝对地址,数组指针,数据长度) //多字节读 EEPROMWRITE(绝对地址,数据) //单字节写 (char)数据=EEPROMREAD(绝对地址) //单字节读-SPI EEPROM Driver EEPROMWRIT E (absolute address, the array pointer, data length) / / multi-byte
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
DSPprogram
- 1、(1)32bit乘法的指令解释 (2)volume1的load.asm基础上实现一个 16bit数组的乘法累加的函数,并进行 -o2 / -o3 / 手工优化 2、c环境 C调用汇编函数,汇编函数调用c函数 addarr3(int * arr1, int * arr2, int * arr3, int * arr4, n) //汇编函数,3个数组的对应位置相加,结果放在arr4[n]中, 汇编函数调用C的子函数,它把arr1和arr2相加放到arr3
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, 3
Key.c
- 可以看到:发光二极管阵列显示键盘输入字符-can see : light emitting diode array show keyboard input characters
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
DSPCAPTUREtest
- 该程序用于测试DSP的CAPTURE模块,由TIMER1的比较模块输出一个PWM 波形,此波形输入CAP4引脚,待CAP4捕捉该PWM的10次上升沿后,停止捕捉,并把10次捕捉值存于数组result[10]中 -The program for testing DSP-CAPTURE module, by comparison Timer1 module output a PWM waveform, the waveform CAP4 input pin, the PWM capture C
DSP_C20x
- 一排灯的不同闪烁情况。用一维数组定义五种霓虹灯的闪烁状态。适合初学者。-A row of lights flashing in different circumstances. Using the definition of five one-dimensional array of blinking status lights. Suitable for beginners.
BF533_SST_Flash_Driver
- 2009.02.13 (Chiron.ylq) --- --- --- --- --- 该工程用于Analog Devices VisualDSP++ V5.0开发环境下,烧写Silicon Storage Technology公司SST39VF512/010/020/040系列Flash的Program Load Driver。 1. 文件结构 SST39VFXXX.dlb SST39VF512/010/020/040 Flash操作驱动 BF
array
- 用汇编语言在VISUALDSP++4.0实现的矩阵相乘代码-Using assembly language at VISUALDSP++4.0 code implementation of matrix multiply
DSPFPGA
- 针对电梯数据采集数目较多和数据处理复杂等特点,提出了基于数字信号处理器(DSP)和现场可编程门阵列(FPGA)的电梯智能数据采集系统。在介绍了系统整体结构及各组成子模块后,给出了模块与器件之间硬件接口设计思路和架构,描述了整个系统的软件框架,设计了DSP、AD采样、网络通信和抗干扰等程序。整个系统在工程应用中易于实现,具有很好的推广价值-n accordance with the characteristic of elevator for the large number of data a
DSP
- 利用TS201超高性能的计算处理能力以及FPGA支持的高速接*换能力,实现了一种对算法的适应性强、结构扩展方便的通用信号处理板,设计了一种基于该通用信号处理板的米波雷达阵列信号处理系统,并以幅相校正、自适应旁瓣相消的算法实现为例,详细介绍了该阵列信号处理系统算法的实现方法。该系统运行稳定可靠,达到了系统的设计要求。-n this paper,multiple DSPs are adopted to design the array signal processing system.By uti
signal
- 硅微陀螺阵列信号处理技术研究,阵列信号处理-Silicon micro-gyroscope technology research array signal processing, array signal processing
fft
- 该程序是应用在DSP上的傅里叶变换。它是对复序列的数组进行傅里叶变换后,输出相应的频谱数组。-The procedure is used in the Fourier transform DSP. It is a complex sequence of Fourier transform to the array, the output spectrum corresponding array.
tone
- This example uses the AIC23 codec module of the 6713 DSK Board Support Library to generate a 1KHz sine wave on the audio outputs for 5 seconds.The sine wave data is pre-calculated in an array called sinetable. The codec operates at 48KHz by default.
qdma13
- sorting.c使用QDMA执行从外部(CE0转移)内部存储器(L2)的内存。该数据排列在连续阵列,是要重新排序按阵列内的地位。-sorting.c uses the QDMA to perform a transfer from external (CE0) memory to internal (L2) memory. The data is arranged in contiguous arrays and is to be re–ordered according to positio
icetek_c6713_peripheral
- 瑞泰创新(icetek_c6713_A)实验箱(/开发板)的外设控制实验,包括:发光二极管阵列显示实验,液晶显示器控制显示实验,键盘输入实验,音频信号发生实验,直流电机控制实验,步进电机控制实验-Iectek Innovation (icetek_c6713_A) experimental box (/ development board) of the peripheral control experiments, including: light-emitting diode array d
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
array
- 利用visual DSP++环境,用汇编语言实现四个矩阵两两相乘后再相加;有详细的说明-Using visual DSP++ environment, the four matrices in assembly language and then add 22 multiply a detailed descr iption of
Based-on-field-programmable-gate-array-permanent-m
- 基于现场可编程门阵列永磁同步电机模型的硬件在环实时仿真测试技术-Based on field programmable gate array permanent magnet synchronous motor model real-time simulation hardware in the loop test technology
