搜索结果

找到约 975 项符合 MSP430x41x Mixed Signal Microcontroller 的查询结果

软件工程 The DSPLIB is a collection of 39 high-level optimized DSP functions for the TMS320C64x device. This

The DSPLIB is a collection of 39 high-level optimized DSP functions for the TMS320C64x device. This source code library includes C-callable functions (ANSI-C language compatible) for general signal processing math and vector functions.
https://www.eeworm.com/dl/540/355176.html
下载: 95
查看: 1044

文章/文档 The Inter IC bus or I2C bus is a simple bidirectional two wire bus designed primarily for general co

The Inter IC bus or I2C bus is a simple bidirectional two wire bus designed primarily for general control and data transfer communication between ICs. Some of the features of the I2C bus are: &#8226 Two signal lines, a serial data line (SDA) and a serial clock line (SCL), and ground are required. A ...
https://www.eeworm.com/dl/652/356451.html
下载: 27
查看: 1059

VHDL/FPGA/Verilog Top module name : SHIFTER (File name : SHIFTER.v) 2. Input pins: SHIFT [3:0], IN [15:0], SIGN, RIGH

Top module name : SHIFTER (File name : SHIFTER.v) 2. Input pins: SHIFT [3:0], IN [15:0], SIGN, RIGHT. 3. Output pins: OUT [15:0]. 4. Input signals generated from test pattern are latched in one cycle and are synchronized at clock rising edge. 5. The SHIFT signal describes the shift number. The shift ...
https://www.eeworm.com/dl/663/361747.html
下载: 164
查看: 1055

VHDL/FPGA/Verilog Top module name : SHIFTER (File name : SHIFTER.v) 2. Input pins: SHIFT [3:0], IN [15:0], SIGN, RIGH

Top module name : SHIFTER (File name : SHIFTER.v) 2. Input pins: SHIFT [3:0], IN [15:0], SIGN, RIGHT. 3. Output pins: OUT [15:0]. 4. Input signals generated from test pattern are latched in one cycle and are synchronized at clock rising edge. 5. The SHIFT signal describes the shift number. The shift ...
https://www.eeworm.com/dl/663/361749.html
下载: 129
查看: 1034

单片机开发 As you have learnt that sleep( )/usleep()/nanosleep() are not good to delay a process. Timers can pr

As you have learnt that sleep( )/usleep()/nanosleep() are not good to delay a process. Timers can provide more accurate time control in applications. In this lab, you will explore POSIX timers and signal programming, experience the timer drift. The primary focus of this lab will be "time". The exper ...
https://www.eeworm.com/dl/648/368866.html
下载: 105
查看: 1029

单片机开发 The MEASURE program uses the analog inputs of the P89LPC935 to implement a datalogger. This example

The MEASURE program uses the analog inputs of the P89LPC935 to implement a datalogger. This example shows how you can use signal functions in uVision to simulate a signal coming into one of the analog inputs of the P89LPC935 controller.
https://www.eeworm.com/dl/648/374271.html
下载: 123
查看: 1086

USB编程 USB Thumb Drive Designer Reference Manual. This manual describes a reference design of USB2.0 Thumb

USB Thumb Drive Designer Reference Manual. This manual describes a reference design of USB2.0 Thumb Drive solution by using the MC9S12UF32 microcontroller.
https://www.eeworm.com/dl/643/377558.html
下载: 152
查看: 1078

其他书籍 The TMS320LF240xA and TMS320LC240xA devices, new members of the TMS320C24x&#63722 generation of dig

The TMS320LF240xA and TMS320LC240xA devices, new members of the TMS320C24x&#63722 generation of digital signal processor (DSP) controllers, are part of the TMS320C2000&#63722 platform of fixed-point DSPs. The 240xA devices offer the enhanced TMS320&#63722 DSP architectural design of the C2xx core CP ...
https://www.eeworm.com/dl/542/378213.html
下载: 135
查看: 1058

matlab例程 This tutorial white-paper illustrates practical aspects of FIR filter design and fixed-point implem

This tutorial white-paper illustrates practical aspects of FIR filter design and fixed-point implementation along with the algorithms available in the Filter Design Toolbox and the Signal Processing Toolbox for this purpose.
https://www.eeworm.com/dl/665/378862.html
下载: 29
查看: 1040

操作系统开发 信号量也称为信号锁

信号量也称为信号锁,主要应用于进程间的同步和互斥,在用于互斥时,通常作为资源锁。信号量通常通过两个原子操作wait(P)和signal(V)来访问。wait操作使信号量的值+1,signal操作使信号量的值-1。本程序模拟了操作系统的pv操作
https://www.eeworm.com/dl/531/383592.html
下载: 124
查看: 1034