搜索结果
找到约 70 项符合
outputs 的查询结果
按分类筛选
- 全部分类
- 单片机开发 (9)
- 单片机编程 (6)
- matlab例程 (5)
- VHDL/FPGA/Verilog (4)
- DSP编程 (4)
- 资料/手册 (3)
- 模拟电子 (3)
- 可编程逻辑 (3)
- 微处理器开发 (3)
- 汇编语言 (3)
- 技术资料 (3)
- 电源技术 (2)
- 其他书籍 (2)
- 其他 (2)
- 源码 (2)
- Proe教程 (1)
- 教程资料 (1)
- 传感与控制 (1)
- 人工智能/神经网络 (1)
- 串口编程 (1)
- Applet (1)
- Java编程 (1)
- 驱动编程 (1)
- GPS编程 (1)
- 书籍源码 (1)
- 嵌入式/单片机编程 (1)
- 系统设计方案 (1)
- 通信网络 (1)
- 数值算法/人工智能 (1)
- 书籍 (1)
- VIP专区 (1)
可编程逻辑 XAPP380 -利用CoolRunner-II CPLD创建交叉点开关
 
This application note provides a functional description of VHDL source code for a N x N DigitalCrosspoint Switch. The code is designed with eight inputs and eight outputs in order to targetthe 128-macrocell CoolRunner™-II CPLD device but can be easily expanded to target higherdensit ...
可编程逻辑 Altium Designer 6进行PCB完备的CAM输出
在Protel2004中进行PCB的完备的CAM输出。首先,我们可以输出的gerber文件, 操作如下:1:画好PCB后,在PCB 的文件环境中,左键点击File\Fabrication Outputs\Gerber Files,进入Gerber setup 界面
微处理器开发 用LPC213X系列的PWM来产生语音。语音数据来源于PC机转换后得到的。最大可以是16位的。 由于是PWM所以输出端口需要低通滤波才能够得到比较干净的声音。 可以经过修改使用LPC2132以上的
用LPC213X系列的PWM来产生语音。语音数据来源于PC机转换后得到的。最大可以是16位的。
由于是PWM所以输出端口需要低通滤波才能够得到比较干净的声音。
可以经过修改使用LPC2132以上的ARM的D/A来产生。
This project outputs audio on PWM0 using wave samples that are stored in the on-chip Flash ROM. ...
单片机开发 This example program shows how to configure and use the A/D Converter of the following microcontroll
This example program shows how to configure and use the A/D Converter of the following microcontroller:
STMicroelectronics ST10F166
After configuring the A/D, the program reads the A/D result and outputs the converted value using the serial port.
To run this program...
Build the project (Project ...
汇编语言 EXAMPLE SOURCE CODE FOR IMPLIB FILTER This filter accepts input through the standard input stream
EXAMPLE SOURCE CODE FOR IMPLIB FILTER
This filter accepts input through the standard input stream, convertsit and outputs it to the standard output am. The streams are linkedthrough pipes, such that the input stream is the output from the import librarian being invoked, and the output stream is con ...
汇编语言 EXAMPLE SOURCE CODE FOR TASM FILTER his filter accepts input through the standard input stream, con
EXAMPLE SOURCE CODE FOR TASM FILTER
his filter accepts input through the standard input stream, converts it and outputs it to the standard output stream. The streams are linked
through pipes, such that the input stream is the output from the assembler
being invoked, and the output stream is connecte ...
其他书籍 The 74ALVC16245(74ALVCH16245) is a 16-bit transceiver featuring non-inverting 3-State bus compatibl
The 74ALVC16245(74ALVCH16245) is a 16-bit transceiver featuring
non-inverting 3-State bus compatible outputs in both send and
receive directions.
matlab例程 Generate a great circle "trajectory" from [lat1,lon1] to [lat2, lon2]. % Resulting points will be s
Generate a great circle "trajectory" from [lat1,lon1] to [lat2, lon2].
% Resulting points will be seperated by approximately delta_ft feet.
% By default, delta_ft = 100 feet. All lat/lon inputs & outputs are in
% degrees.
单片机开发 // This program demonstrates how to configure the C8051F060 to write to and read // from the UART i
// This program demonstrates how to configure the C8051F060 to write to and read
// from the UART interface. The program reads a word using the UART0 interrupts
// and outputs that word to the screen, with all characters in uppercase
VHDL/FPGA/Verilog vhdl编写
vhdl编写,8b—10b 编解码器设计
Encoder:
8b/10b Encoder (file: 8b10b_enc.vhd)
Synchronous clocked inputs (latched on each clock rising edge)
8-bit parallel unencoded data input
KI input selects data or control encoding
Asynchronous active high reset initializes all logic
Encoded data output
...