搜索结果
找到约 117 项符合
OPTI-LOOP 的查询结果
通讯编程文档 锁相回路可视为一个输出相位和输入相位的回授系统用以同步输入参考讯号和回授后输出信号。并让其操作同样的频率。如(图一)所示
锁相回路可视为一个输出相位和输入相位的回授系统用以同步输入参考讯号和回授后输出信号。并让其操作同样的频率。如(图一)所示,简单锁相回路[3,4]是由三个电路构成,分别为相位侦测器(Phase Detector)、回路滤波器(Loop Filter)、压控荡器(VCO) ...
汇编语言 dspic的汇编例程
dspic的汇编例程,Write LCD with text using PSV feature and flash LED1 with a Timer1 loop
行业发展研究 This paper addresses the issues relating to the enforcement of robust stability when implementing t
This paper addresses the issues relating to the
enforcement of robust stability when implementing the Adaptive
Inverse Control (AIC) scheme. In this scheme, an adaptive
FIR filter is added to a closed-loop system in order to
reduce the output error caused by external disturbances,
enhancing the perf ...
其他嵌入式/单片机内容 This lab exercise will cover the use of AccelDSP’s design exploration capabilities that include mapp
This lab exercise will cover the use of AccelDSP’s design exploration capabilities that include mapping variables to memory and unrolling loop and vector operations. You will learn how to create different hardware architectures without modifying the MATLAB source to explore different area/performan ...
其他 These files are for testing the ADC (AD9240) and DAC THS8133 (DAC1). The ADC and DAC are tested i
These files are for testing the ADC (AD9240) and DAC THS8133 (DAC1).
The ADC and DAC are tested in loop back.
其他 hese files are for testing the Video ADC (TLV5734) and DAC THS8133 (DAC0). The ADC and DAC are te
hese files are for testing the Video ADC (TLV5734) and DAC THS8133 (DAC0).
The ADC and DAC are tested in loop back.
matlab例程 Easily editable files to simulate three MIMO predictive control algorithms. These files are intende
Easily editable files to simulate three MIMO predictive control algorithms.
These files are intended as a support to this book to enable students to investigate predictive control algorithms from the formulation of the
prediction equations right through to the closed-loop simulation.
加密解密 What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the poss
What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in "c" also.) Program flow Explained * Open the File to be encrypted for Bin ...
书籍源码 //*** *** *** *** *** *** *** *** *** *** *** *** *** // MSP430x1xx Demo - Software Toggle P1.0 /
//*** *** *** *** *** *** *** *** *** *** *** *** ***
// MSP430x1xx Demo - Software Toggle P1.0
//
// Description Toggle P1.0 by xor ing P1.0 inside of a software loop.
// ACLK = n/a, MCLK = SMCLK = default DCO
//
// MSP430x1xx
// -----------------
// /|\| XIN|-
// | | |
// --|RST XOUT|-
// | |
// ...
汇编语言 DATA:BEGIN OF HEADDATA. INCLUDE STRUCTURE BAPIMATHEAD. DATA:END OF HEADDATA. DATA:BEGIN OF PLAN
DATA:BEGIN OF HEADDATA.
INCLUDE STRUCTURE BAPIMATHEAD.
DATA:END OF HEADDATA.
DATA:BEGIN OF PLANTDATA.
INCLUDE STRUCTURE BAPI_MARC.
DATA:END OF PLANTDATA.
DATA:BEGIN OF PLANTDATAX.
INCLUDE STRUCTURE BAPI_MARCX.
DATA:END OF PLANTDATAX.
READ TABLE XMKPF INDEX 1.
IF XMKPF-TCODE2 = MIGO_GR .
LOOP AT X ...