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

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

device-specific

  • 基于AD2S1210的高精度RDC電路設計

    本文提出基于AD2S1210的旋變信號轉換電路,給出了具體的電路實現方法和配置方法.相比以往的RDC方案,本系統具有精度高,設計靈活,可靠性高等特點,可廣泛應用于各種伺服系統中.In this paper, the switching signal conversion circuit based on ADS1210 is proposed, and the specific circuit implementation and configuration method are given. Compared with the previous RDC scheme, this system has the characteristics of high precision, flexible design and high reliability, and can be widely used in various servo systems.

    標簽: ad2s1210

    上傳時間: 2022-05-04

    上傳用戶:

  • ZLG-imx6ul核心板開發板底板Altium Designer AD設計硬件原理圖文件

    ZLG-imx6ul核心板開發板底板Altium Designer AD設計硬件原理圖文件,IoTIoT -6G 2C 6G2C -L采用 無線 核心板 核心板 和底板 組合的方式,核心和底板 組合的方式,核心和底板 組合的方式,核心和底板 組合的方式,核心和底板 組合的方式,核心和底板 組合的方式,核心采用 NXPNXPNXP基于 ARM CortexARM CortexARM Cortex ARM CortexARM Cortex ARM CortexARM Cortex -A7內核的 內核的 i.MXi.MX i.MX6UL6UL6UL應用處理器, 應用處理器, 應用處理器, 主頻最高達 主頻最高達 主頻最高達 528 MH z,核心板 核心板 配備 256256 MB MB MB DDR 3和 256 MB NAND FlashNAND FlashNAND FlashNAND FlashNAND FlashNAND FlashNAND FlashNAND Flash NAND Flash;此外核心板 此外核心板 還支 持支持 802.11b/g/n802.11b/g/n 802.11b/g/n 802.11b/g/n 802.11b/g/n協議 WIFIWIFIWIFIWIFI、藍牙 4.0 通信功能 。主板 提供 8路 UARTUARTUARTUART、1路模擬 I2C、1路 12bit ADC 12bit ADC12bit ADC12bit ADC12bit ADC12bit ADC,支持兩通道采樣 ,支持兩通道采樣 ,支持兩通道采樣 ,支持兩通道采樣 ,支持兩通道采樣 、2路 10/100M 10/100M 10/100M以太網接口、 以太網接口、 以太網接口、 以太網接口、 1路 SD 卡電路 卡電路 、1路左右聲道 左右聲道 左右聲道 模擬音頻 模擬音頻 接口、 接口、 2路 USB HostUSB HostUSB HostUSB HostUSB HostUSB Host 接口 (1路與 USB DeviceUSB Device USB DeviceUSB DeviceUSB DeviceUSB DeviceUSB DeviceUSB Device 共用同一路 共用同一路 USB OTGUSB OTGUSB OTGUSB OTGUSB OTGUSB OTGUSB OTG)、 1路 USB USB USB USB DeviceDevice DeviceDevice 接口, 接口, 可滿足數據采集等多種 滿足數據采集等多種 滿足數據采集等多種 滿足數據采集等多種 消費電子和工業控制應用 消費電子和工業控制應用 消費電子和工業控制應用 消費電子和工業控制應用 消費電子和工業控制應用 場合 。

    標簽: zlg 文件 核心 開發板 底板 altium designer ad 設計 硬件 原理圖 imx6ul

    上傳時間: 2022-05-11

    上傳用戶:fliang

  • USB HID學習手冊

    HID 型概述第一個被windows支持的usb外圍設備類是人機接口設備。hid是human interface device人機接口設備的英文縮寫。是指直接和人進行互動的設備。如鼠標、鍵盤等。運行在WINDOWS98或其他更高的版本的操作系統的PC機,系統除了提供通用的USB設備的底層驅動以外,還單獨提供了一些HID設備的完整驅動,應用程序可以很容易的與操作系統內部的hid通訊。這樣使得符合hid類的USB設備很容易開發與運行。也就是說,我們如果想實現一個USB的HID類設備,是不需要在Windows下開發自己的驅動程序,HID不一定要是標準的外設類型,唯一的要求是交換的數據存儲在報文的結構內,設備固件必須支持報文的格式。任何工作在該限制之內的設備都可以成為一個hid,例如溫度計,電壓計,讀卡機等。hid類設備只能使用控制傳輸與中斷傳輸兩種方式。HID的交換的數據格式稱為報文。報文形式靈活,能處理任何類型的數據。HID特有的請求,Set Report和Get Report為主機和設備之間的任何類型數據塊傳輸提供了一種方法。主機發出Get Report請求,設備響應向主機傳送數據塊;主機發出Set Report請求,設備響應準備接收主機發出的數據塊。對于一個全速設備,中斷傳輸方式下每筆事務能夠傳送的最大數據量是64字節,全速設備每毫秒不能有超過一筆事務,所以每秒最多傳送64000字節。高速設備,每筆事務能夠傳送的最大數據量是1024字節。對于不能一次傳輸完畢的數據,接收和發送報文可以采用多筆事務。下表列舉出了與HID類設備通信過程中使用到的大量函數,這些函數的用法在DDK的幫助文檔中均有詳細地解釋。這些函數包含在Hid.dll,Setupapi.dl、Kernel32.dll三個動態鏈接庫中,分別起到與HID設備通訊,尋找與識別設備,交換數據的作用。

    標簽: usb hid

    上傳時間: 2022-05-31

    上傳用戶:

  • DP轉HDMI轉換原理圖

    CH7525 is a low-cost, low-power semiconductor device that translates the DisplayPort signal to HDMI/DVI. This innovative DisplayPort receiver with an integrated HDMI Transmitter is specially designed to target the notebook/ultrabook, tablet device and PC market segments. Through the CH7525’s advanced decoding / encoding algorithm, the input DisplayPort high-speed serialized multimedia data can be seamlessly converted to HDMI/DVI output.

    標簽: dp hdmi

    上傳時間: 2022-06-02

    上傳用戶:

  • CCD相機電子快門控制技術的研究

    CCD(Charge Coupled Device)是電荷耦合器件的縮寫,它是一種特殊的半導體器件,是一種新型的固體成像器件。它既具有光電轉換的功能,又具有信號電荷的存儲、轉移和讀出的功能。CCD應用技術是光、機、電和計算機相結合的高新技術。目前,CCD技術廣泛應用于視頻處理的前端,它通過光電轉換將光信號轉化為電信號,以便于后續電路的處理。本文從CCD出發,系統地介紹了CCD的發展、結構、特點和分類,并以CV-A50/CV-A60相機為例,闡述CCD相機的控制時序,并介紹了調光的種類及各自的優缺點。本文以AT mega16單片機為例,詳細地介紹了用AVR單片機控制調光的硬件和軟件的實現,為調光系統的設計提供了一種新的思路。目前,視頻技術已經廣泛應用于監控和測量領域,并在寧航、遙感、軍用設備、自動控制等方面有很多應用。民用的CCD相機,廣泛應用在各種需要監視和圖像采集的環境中。例如:銀行監視器的鏡頭,數碼相機鏡頭,數碼攝像機鏡頭,手機鏡頭等中都得到了廣泛的使用。視頻技術通常由采集,處理和分析三部分組成。作為圖像采集前端的CCD,承擔著將光信號轉變成電信號的任務,直接影響著后續的計算機圖像處理的效果,對整個系統的性能起著重要作用。快門時間是CCD的重要指標,影響著CCD的圖像質量和速度。因此,合理的選擇快門時間是非常重要的。有些相機具有自動快門,能夠較好的控制曝光時間,有些可以通過跳線設置快門,根據觀察的結果進行設置。先進的快門控制是通過調光板實現的,通過對背景環境的預測,結合一定的算法,來合理的設置快門時間。一般來說,CCD相機可以內部產生各種同步信號和控制時序,也可以通過外部控制來調節CCD的快門時間和相機的進光量,以達到幀速度和視頻質量的較好匹配。目前,對CCD相機調光的控制可分為機械調光,液品調光和電子調光等方式 其中,電子調光是常用的方式。本設計基于AT megal6單片機控制,通過C語言編程,達到調光的目的。

    標簽: ccd 電子快門控制技術

    上傳時間: 2022-06-18

    上傳用戶:

  • canopen 402協議,運動控制資料

    canopen 402協議,運動控制資料,“The CANopen device profile for drives and motion controllers defines the interface to frequency inverters, servo controllers as well as stepper motors.”

    標簽: canopen

    上傳時間: 2022-06-18

    上傳用戶:

  • Spartan-6 datasheet Spartan系列FPGA芯片

    Spartane-6 LXand LXT FPGAs are available in various speed grades, with -3 having the highest performance. The DC and AC electrical parameters of the Automotive XA Spartan-6 FPGAs and Defense-grade Spartan-6Q FPGAs devices are equivalent to the commercial specifications except where noted. The timing characteristics of the commercial(XC)-2 speed grade industrial device are the same as for a-2 speed grade commercial device. The -2Q and -3Q speed grades are exclusively for the expanded(Q) temperature range. The timing characteristics are equivalent to those shown for the-2 and-3speed grades for the Automotive and Defense-grade devices.Spartan-6 FPGA DC and AC characteristics are specified for commercial (C), industrial (), and expanded (Q) temperature ranges. Only selected speed grades and/or devices might be available in the industrial or expanded temperature ranges for Automotive and Defense-grade devices. 

    標簽: spartan-6 fpga

    上傳時間: 2022-06-19

    上傳用戶:

  • COMSOL聲學模塊介紹

    Mathematical modeling has become an important part of the research and devclopment work in engineering and scicnce. Retaining a competitive edge requiresa fast path between ideas and prototypes, and in this regard mathematical modeling and simulation provide a valuable shortcut for understanding both qualitative and quantitative aspects of scientific and engineering design. To assist you in gaining this edge, COMSOL Multiphysics offers state-of-the art performance, being built from the ground up with a Java3D interface and C/C++ solvers.The Acoustics Module is an optional package that extends the COMSOL Multiphysicsmodcling cnvironment with customized user interfaces and functionality optimizcd for the analysis of acoustics. Like all modules in the COMSOL family, it provides a brary of prewritten ready-to-run models that make it quicker and casier to analyze disciplinc-specific problcms.

    標簽: comsol 聲學模塊

    上傳時間: 2022-06-19

    上傳用戶:

  • 基于Labview的USB接口上位機設計.

    基于LabVIEW的USB接口上位機設計一、數據傳輸USB模塊1.1概述CH375是一個USB總線的通用接口芯片,支持USB-HOST主機方式和USB-DEVICE/SLAVE設備方式。在本地端,CH375具有8位數據總線和讀、寫、片選控制線以及中斷輸出,可以方便地掛接到單片機/DSP/MCU/MPU等控制器的系統總線上。在USB主機方式下,CH375還提供了串行通訊方式,通過串行輸入、串行輸出和中斷輸出與單片機/DSP/MCU/MPU等相連接。CH375的USB設備方式與CH372芯片完全兼容,CH375包含了CH372的全部功能本手冊中沒有提供CH375在USB設備方式下的說明,相關資料可以參考CH372手冊CH372DS1.PDF,CH375的USB主機方式支持常用的USB全速備,外部單片機可以通過CH375按照相應的USB協議與USB設備通訊。CH375還內置了處理Mass-Storage海量存儲設備的專用通訊協議的固件,外部單片機可以直接以扇區為基本單位讀寫常用的USB存儲設備。

    標簽: labview usb 接口 上位機

    上傳時間: 2022-06-19

    上傳用戶:jason_vip1

  • spi協議英文詳解

    In this presentation, we will look at what the Serial Peripheral Interface, otherwise known as the SPI, is. and how it is used to communicate data to and from the PICmicro microcontroller.SPl is frequently used when few 1/O lines are available, but communication between two or more devices must be fast and easy to implement.In this presentation, we will discuss the following topics: We will first cover an Overview of SPI This section of the tutorial will introduce you to SPI and its concepts.Next, we will examine the use of SPI on the PICmicro MCU.The details of how SPI is implemented on a PICmicro device will be examined.Then, a Code Walkthrough will be given.The walkthough will explore code for both an SPI Master and SPI Slave. The example will have the Master generate data for sending to the slave.Finally, there will be a few resources given at the end of the presentation. These resources will allow you to explore in more detail the SPI interface

    標簽: spi協議

    上傳時間: 2022-06-20

    上傳用戶:

主站蜘蛛池模板: 天津市| 宿松县| 新安县| 临夏县| 利川市| 岑溪市| 安丘市| 德兴市| 金门县| 保定市| 手机| 平泉县| 瑞金市| 南靖县| 乌拉特后旗| 保康县| 象州县| 达拉特旗| 泰州市| 平塘县| 隆林| 汉川市| 中江县| 吉安市| 遂溪县| 义马市| 铜川市| 射洪县| 宁城县| 太保市| 洛阳市| 安顺市| 安康市| 景洪市| 重庆市| 金门县| 交口县| 潮州市| 汉中市| 丹东市| 马尔康县|