搜索结果
找到约 7 项符合
invoked 的查询结果
通讯编程文档 This a GUI based system. The GUI is invoked from the command line by typing "ui_start". The GUI is s
This a GUI based system. The GUI is invoked from the command line by typing "ui_start". The GUI is self explanatory.
Tool tips are given in blue color. The cursor needs to be positioned on these for detailed explanation. The main file is
"runsim.m". In these simulations the SISO option is not expli ...
汇编语言 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 ...
matlab例程 Adaptive Filter. This script shows the BER performance of several types of equalizers in a static ch
Adaptive Filter. This script shows the BER performance of several types of equalizers in a static channel with a null in the passband. The script constructs and implements a linear equalizer object and a decision feedback equalizer (DFE) object. It also initializes and invokes a maximum likelihood s ...
matlab例程 This demo shows the BER performance of linear, decision feedback (DFE), and maximum likelihood seque
This demo shows the BER performance of linear, decision feedback (DFE), and maximum likelihood sequence estimation (MLSE) equalizers when operating in a static channel with a deep null. The MLSE equalizer is invoked first with perfect channel knowledge, then with an imperfect, although straightforwa ...
单片机开发 C51 COMPILER V7.20, COMPILATION OF MODULE SP0604_实验13_红外襙控器技蔩 OBJECT MODULE PLACED IN SP0604_实验13_红
C51 COMPILER V7.20, COMPILATION OF MODULE SP0604_实验13_红外襙控器技蔩
OBJECT MODULE PLACED IN SP0604_实验13_红外遥控器技术.OBJ
COMPILER INVOKED BY: d:\Keil\C51\BIN\C51.EXE SP0604_实验13_红外遥控器技术.c BROWSE DEBUG OBJECTEXTEND
数学计算 计算本征值程序
Computes all eigenvalues and eigenvectors of a real symmetric matrix a,
! which is of size n by n, stored in a physical np by np array.
! On output, elements of a above the diagonal are destroyed.
! d returns the eigenvalues of a in its first n elements.
! v is a matrix with the same logical and ...