搜索资源列表
Lab07-Timer
- DSP5416时钟配制,片内定时器是一个软件可编程定时器,可以用来产生周期的中断信号。 定时器主要由 3 个寄存器所组成:定时器寄存器(TIM) 、定时器周期寄存器(PRD)和时器控制寄存器(TCR) 。这 3 个寄存器都有映象寄存器,它们在数据存储器中的地址分别24H、25H 和 26H。TIM 是一个递减计数器;PRD 中存放计数值;TCR 中有定时器的控制和状态位-DSP 5416 timer configuring,A timepiece, especially one used for
DEC6713_UART
- 录DEC6713的UART串口的测试程序。需要将板上的跳针JP3、JP5各自短接,将UART通道A 和通道B均配置为RS232方式。-Recorded in the UART serial DEC6713 test procedures. Need to jump on-board pin of JP3, JP5 their shorted to UART channel A and channel B are configured for RS232 mode.
js_pwm
- PWM將每個EVA/B都開通,只要改一些地方就可以變成你要的資料PWM-PWM each EVA/B are opened, as long as you can alter some of the local information you want to become a PWM
2407ADC
- 该程序用事件管理器B的定时器4定时时间来触发A/D采样的启动。采样时采用级联模式,一次做16个转换,转换通道分别是0~15。转换完成后,在A/D中断服务子程序中将转换结果读出。该程序做一次A/D采样。 -The program manager with the events of the timer 4 timing B to trigger A/D sampling start. Sample used in cascade mode, do a 16 conversion, conver
ICETEK-DM642-B
- ICETEK-DM642-B 评估板是一个低功耗独立的开发平台,使用户可以对TI 的C64xx DSP 系列进行评测和开发应用。ICETEK-DM642-B 评估板还可以作为为TMS320DM642 DSP 芯片设计的硬件参考板。-ICETEK-DM642-B Evaluation Board is a low-power independent of the development platform, enables users to C64xx DSP on TI' s famil
tms320f28335_ecan_examples
- tms320f28335芯片ecan模块的详细配置及例程。其中包括从a到b的can通讯,也可以实现can的自通讯检测。-tms320f28335 chip module ecan detailed configuration and routines. Ranging from a to b, can communication, but also can be achieved can test the self-communication.
DSP-c-Matlab-Programs-ManualV19
- 印度GURUNANAK ENGINEERING COLLEGE数字信号处理实验室的DSP+c+Matlab联合编程手册-DIGITAL SIGNAL PROCESSING LAB (IV-I SEM) INDEX 1. Architecture of DSP chips-TMS 320C 6713 DSP Processor 2. Linear convolution 3. Circular convolution 4. FIR Filter (LP/HP) Using Wi
AM
- FIRPM公园,麦克莱伦最佳equiripple FIR滤波器的设计。乙= FIRPM(不适用,女,甲)返回一个长度为N +1线性相位(真实,对称系数)FIR滤波器具有最佳逼近到所需的频率响应的F和描述在极小极大意义的。F是成对频带边缘载体,以递增0和1之间秩序。 1对应于奈奎斯特频率或采样频率的一半。至少有一个频段必须有一个非零宽度。 A是一个真正的载体,作为F的指定由此得到的滤波器的频率响应所需的幅度B相同大小- FIRPM Parks-McClellan optimal equirippl
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
mixerconvolve
- 卷积算法的DSP硬件实现。按CTR控制板的K6键,可以显示卷积结果,K7键实现混频显示,按K8实现键A、B两信号源分屏显示。-Convolution DSP hardware. By CTR panels K6 key convolution results can be displayed, K7 key to achieve mixing revealed by K8 achieve key A, B two-screen display signal source.
mixerfft
- 快速傅立叶变换(FFT)算法硬件实现。按CTR控制板的K6键,可以显示A、B两信号源频谱,K7键实现混频显示,按K8实现键A、B两信号源分屏显示。-Fast Fourier Transform (FFT) algorithm for hardware implementation. By CTR panels K6 key, you can display A, B two source spectrum, K7 key to achieve mixing revealed by K8 achi
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
For-the-system-function-of-zero
- 如果题中给出了一个系统的系统函数,那你就可以求出它的零、极点,根据题中给出的系数不同,你改变a,b的值,就能求出相应的零、极点值,此程序只是个样题-If the problem is given in a system of system function, then you can find it is zero, pole, according to the different coefficients given topic, you change a, b values, we can
barrel_shifter
- A barrel shifter is a digital circuit that can shift a data word by a specified number of bits in one clock cycle. It can be implemented as a sequence of multiplexers (mux.), and in such an implementation the output of one mux is connected to the inp
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
1
- RS232串口程序,该函数为SCIB(串口)测试的主函数,函数功能为通过串口B向上位机发送0~767,共768个数-RS232 serial program, this function is the main function of SCIB (serial) test functions via the serial port B functions as sending up crew from 0 to 767, a total number of 768
Lab406-speaker
- 1.EMIF 接口 TMS320F28335DSP 的扩展存储器接口(EMIF)用来与大多数外围设备进行连接,典型应 用如连接片外扩展存储器等。这一接口提供地址连线、数据连线和一组控制线。ICETEK– F28335-A 将这些扩展线引到了板上的扩展插座上供扩展使用。 2.蜂鸣器由DSP 上EQEP1S 设置为通用I/O 管脚输出控制,可将此管脚上的频率输出转换 成声音输出。 控制的方法是使用 DSP 通用定时器设置EQEP1S 管脚以一定的频率改变高低状态,输 出方
DSP2812PWM
- DSP2812实现SVPWM波形的C代码源文件,用时间管理器A和B实现互补的带死区的PWM波形-DSP2812 achieve SVPWM waveform C source code, to achieve complementarity with dead-time manager of PWM waveforms A and B
ecan_a_to_b_xmit
- can总线通讯 A邮箱发送到B邮箱, A邮箱发送到B邮箱 A邮箱发送到B邮箱 A邮箱发送到B邮箱(Can bus A mailbox is sent to B mailbox)
ecan_a_to_b_xmit
- dsp28335 ecan模块,实现两个CAN节点的实时通信。亲测有效。(dsp28335 ecan module, real-time communication of two CAN nodes. Pro-test effective.)