亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

contaINS

  • Most satellite dish actuators send a series of pulses to indicate their position. By counting pulse

    Most satellite dish actuators send a series of pulses to indicate their position. By counting pulses the positioner knows where the dish is pointing. It is possible to use a serial port and Linux with RTAI patches in order to count these pulses, thus minimising the external hardware required for a positioner. The zip contaINS instructions, circuit diagrams and example code.

    標(biāo)簽: satellite actuators counting indicate

    上傳時間: 2014-12-03

    上傳用戶:netwolf

  • 全景圖像和多光譜圖像融合

    PixelFusion.dsp     This file (the project file) contaINS information at the project level and     is used to build a single project or subproject. Other users can share the     project (.dsp) file, but they should export the makefiles locally. PixelFusion.h     This is the main header file for the application.  It includes other     project specific headers (including Resource.h) and declares the     CPixelFusionApp application class. PixelFusion.cpp     This is the main application source file that contaINS the application     class CPixelFusionApp. PixelFusion.rc     This is a listing of all of the Microsoft Windows resources that the     program uses.  It includes the icons, bitmaps, and cursors that are stored     in the RES subdirectory.  This file can be directly edited in Microsoft Visual C++. PixelFusion.clw     This file contaINS information used by ClassWizard to edit existing     classes or add new classes.  ClassWizard also uses this file to store     information needed to create and edit message maps and dialog data     maps and to create prototype member functions.

    標(biāo)簽: his brovey

    上傳時間: 2015-03-16

    上傳用戶:313777423

  • tas3204

    The TAS3204 is a highly-integrated audio system-on-chip (SOC) consisting of a fully-programmable, 48-bit digital audio processor, a 3:1 stereo analog input MUX, four ADCs, four DACs, and other analog functionality. The TAS3204 is programmable with the graphical PurePath Studio? suite of DSP code development software. PurePath Studio is a highly intuitive, drag-and-drop environment that minimizes software development effort while allowing the end user to utilize the power and flexibility of the TAS3204’s digital audio processing core. TAS3204 processing capability includes speaker equalization and crossover, volume/bass/treble control, signal mixing/MUXing/splitting, delay compensation, dynamic range compression, and many other basic audio functions. Audio functions such as matrix decoding, stereo widening, surround sound virtualization and psychoacoustic bass boost are also available with either third-party or TI royalty-free algorithms. The TAS3204 contaINS a custom-designed, fully-programmable 135-MHz, 48-bit digital audio processor. A 76-bit accumulator ensures that the high precision necessary for quality digital audio is maintained during arithmetic operations. Four differential 102 dB DNR ADCs and four differential 105 dB DNR DACs ensure that high quality audio is maintained through the whole signal chain as well as increasing robustness against noise sources such as TDMA interference. The TAS3204 is composed of eight functional blocks: Clocking System Digital Audio Interface Analog Audio Interface Power supply Clocks, digital PLL I2C control interface 8051 MCUcontroller Audio DSP – digital audio processing 特性 Digital Audio Processor Fully Programmable With the Graphical, Drag-and-Drop PurePath Studio? Software Development Environment 135-MHz Operation 48-Bit Data Path With 76-Bit Accumulator Hardware Single-Cycle Multiplier (28 × 48)

    標(biāo)簽: 3204 tas

    上傳時間: 2016-05-06

    上傳用戶:fagong

  • TMS320VC5416-DSK-example

    A simple example of audio signal processing on TMS320VC5416 USB DSK board. Main source is contained in tone.c file, memory configuration - tonecfg.cmd. Folder docs/ contaINS useful docmentation on board, its components and libraries. The example's configuration is based on example "tone" from Code Composer Studio's 3.1 example for 5416 DSK.

    標(biāo)簽: DSK-example 5416 TMS 320 VC

    上傳時間: 2017-09-29

    上傳用戶:wang1104014663

  • fortan程序數(shù)值分析之Newton法求解非線性方程組

    module M_GAUSS !高斯列主元消去法模塊 contaINS subroutine LINEQ(A,B,X,N) !高斯列主元消去法    implicit real*8(A-Z)    integer::I,K,N    integer::ID_MAX  !主元素標(biāo)號    real*8::A(N,N),B(N),X(N)    real*8::AUP(N,N),BUP(N)    !A,B為增廣矩陣    real*8::AB(N,N+1)    real*8::VTEMP1(N+1),VTEMP2(N+1)    AB(1:N,1:N)=A    AB(:,N+1)=B

    標(biāo)簽: fortan Newton 程序 數(shù)值分析 方程 非線性

    上傳時間: 2018-06-15

    上傳用戶:answer123

  • Delphi三層數(shù)據(jù)庫連接池 (1)

    Delphi三層數(shù)據(jù)庫連接池 (1) Connection Pool for Delphi release notes ------------------------------------------------------------------------------- This document contaINS: - Short description of the product - Other text files - TRIAL version limitations - Delphi - versions supported - Installation of Connection Pool for Delphi - Installation of Connection Pool for Delphi help file - Ordering information - Support and Web resources - Thanks To

    標(biāo)簽: Delphi 數(shù)據(jù)庫 連接

    上傳時間: 2019-12-12

    上傳用戶:me2008

  • Fundamentals+of+WiMAX+Understanding

    Fundamentals of WiMAX was consciously written to appeal to a broad audience, and to be of value to anyone who is interested in the IEEE 802.16e standards or wireless broadband networks more generally. The book contaINS cutting-edge tutorials on the technical and theoretical under- pinnings to WiMAX that are not available anywhere else, while also providing high-level over- views that will be informative to the casual reader.

    標(biāo)簽: Understanding Fundamentals WiMAX of

    上傳時間: 2020-05-27

    上傳用戶:shancjb

  • The Next Generation CDMA Technologies

    This book addresses the issues on the development of next generation CDMA technologies and contaINS a lot of information on the subject from both the open literature and my own research activities in the last fifteen years.

    標(biāo)簽: Technologies Generation Next CDMA The

    上傳時間: 2020-06-01

    上傳用戶:shancjb

  • Kalman_Filter

    This package implements the following Kalman filters: 1) Standard Kalman Filter 2) Extended Kalman Filter 3) Dual Kalman Filter 4) Square Root Kalman Filter This package also contaINS instructive examples for each filter type demonstrating their practical application.

    標(biāo)簽: Kalman_Filter

    上傳時間: 2021-09-19

    上傳用戶:boboo

  • EL357N(C)(光耦 資料

    EL357N(C)光耦 資料The EL357N-G series contaINS an infrared emitting diode, optically coupled to a phototransistor detector. The devices in a 4-pin small outline SMD package

    標(biāo)簽: 光耦

    上傳時間: 2022-01-13

    上傳用戶:

主站蜘蛛池模板: 江孜县| 怀柔区| 炎陵县| 芮城县| 邯郸市| 苍南县| 抚顺县| 长治县| 晋州市| 聊城市| 建宁县| 宣城市| 龙井市| 玛纳斯县| 惠来县| 南昌县| 时尚| 固安县| 平江县| 丹凤县| 阿克苏市| 陇西县| 来凤县| 临沭县| 南皮县| 唐山市| 宜君县| 成安县| 广宁县| 苍梧县| 望江县| 南溪县| 五家渠市| 韶关市| 泗阳县| 开鲁县| 文水县| 桑植县| 广汉市| 双桥区| 嘉峪关市|