虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

fault-tolerant

  • The software implements particle filtering and Rao Blackwellised particle filtering for conditionall

    The software implements particle filtering and Rao Blackwellised particle filtering for conditionally Gaussian Models. The RB algorithm can be interpreted as an efficient stochastic mixture of Kalman filters. The software also includes efficient state-of-the-art resampling routines. These are generic and suitable for any application. For details, please refer to Rao-Blackwellised Particle Filtering for Fault Diagnosis and On Sequential Simulation-Based Methods for Bayesian Filtering After downloading the file, type "tar -xf demo_rbpf_gauss.tar" to uncompress it. This creates the directory webalgorithm containing the required m files. Go to this directory, load matlab and run the demo.

    标签: filtering particle Blackwellised conditionall

    上传时间: 2014-12-05

    上传用户:410805624

  • 三星公司官方 GIVEIO.SYS源代码下载。 In windows NT/2000/XP, any application can’t access the I/O such as the par

    三星公司官方 GIVEIO.SYS源代码下载。 In windows NT/2000/XP, any application can’t access the I/O such as the parallel port. So, GIVEIO.SYS enables SJF.exe to access the parallel port without any memory fault. In windows 95/98, GIVEIO.SYS isn’t needed.

    标签: application the windows GIVEIO

    上传时间: 2014-01-11

    上传用户:yd19890720

  • The TMS320VC5506/C5507/C5509A USB peripherals can be clocked from either the USB APLL or the USB DP

    The TMS320VC5506/C5507/C5509A USB peripherals can be clocked from either the USB APLL or the USB DPLL. Since the APLL is inherently more noise tolerant and has less long-term jitter than the DPLL, it is recommended that you switch to it for any USB operations.

    标签: USB peripherals the clocked

    上传时间: 2014-01-01

    上传用户:yuzsu

  • ti故障指示器源码

    TIDA-00807 OH Fault Indicator Software (Rev. A)-故障指示器TI官方例子 

    标签: 故障指示器 源码

    上传时间: 2018-06-24

    上传用户:zxw584

  • Dual USB High-Side Power Switch

    The SP2526A device is a dual +3.0V to +5.5V USB Supervisory Power Control Switch ideal for self-powered and bus-powered Universal Serial Bus (USB) applications. Each switch has low on-resistance (110mΩ typical) and can supply 500mA minimum. The fault currents are limited to 1.0A typical and the flag output pin for each switch is available to indicate fault conditions to the USB controller. The thermal shutdown feature will prevent damage to the device when subjected to excessive current loads. The undervoltage lockout feature will ensure that the device will remain off unless there is a valid input voltage present.

    标签: High-Side Switch Power Dual USB

    上传时间: 2019-03-06

    上传用户:bhitr

  • BTS50_datasheet

    The BTS5016SDA is a one channel high-side power switch in PG-TO252-5-11 package providing embedded protective functions. The power transistor is built by a N-channel vertical power MOSFET with charge pump. The design is based on Smart SIPMOS chip on chip technology. The BTS5016SDA has a current controlled input and offers a diagnostic feedback with load current sense and a defined fault signal in case of overload operation, overtemperature shutdown and/or short circuit shutdown.

    标签: datasheet BTS 50

    上传时间: 2019-03-27

    上传用户:guaixiaolong

  • IP,+Ethernet+and+MPLS+Networks+

    This book addresses two aspects of network operation quality; namely, resource management and fault management. Network operation quality is among the functions to be fulfilled in order to offer quality of service, QoS, to the end user. It is characterized by four parameters: – packet loss; – delay; – jitter, or the variation of delay over time; – availability. Resource management employs mechanisms that enable the first three parameters to be guaranteed or optimized. Fault management aims to ensure continuity of service.

    标签: Ethernet Networks MPLS and IP

    上传时间: 2020-05-27

    上传用户:shancjb

  • STM32L053C8T6数据手册

    STM32L053C8T6数据手册Features • Ultra-low-power platform – 1.65 V to 3.6 V power supply – -40 to 125 °C temperature range – 0.27 µA Standby mode (2 wakeup pins) – 0.4 µA Stop mode (16 wakeup lines) – 0.8 µA Stop mode + RTC + 8 KB RAM retention – 139 µA/MHz Run mode at 32 MHz – 3.5 µs wakeup time (from RAM) – 5 µs wakeup time (from Flash) • Core: ARM® 32-bit Cortex®-M0+ with MPU – From 32 kHz up to 32 MHz max.  – 0.95 DMIPS/MHz • Reset and supply management – Ultra-safe, low-power BOR (brownout reset)  with 5 selectable thresholds – Ultralow power POR/PDR – Programmable voltage detector (PVD) • Clock sources – 1 to 25 MHz crystal oscillator – 32 kHz oscillator for RTC with calibration – High speed internal 16 MHz factory-trimmed RC  (+/- 1%) – Internal low-power 37 kHz RC – Internal multispeed low-power 65 kHz to  4.2 MHz RC – PLL for CPU clock • Pre-programmed bootloader – USART, SPI supported • Development support – Serial wire debug supported • Up to 51 fast I/Os (45 I/Os 5V tolerant) • Memories – Up to 64 KB Flash with ECC – 8KB RAM – 2 KB of data EEPROM with ECC – 20-byte backup register

    标签: stm32l053c8t6

    上传时间: 2022-02-06

    上传用户:

  • 电子书-RTL Design Style Guide for Verilog HDL540页

    电子书-RTL Design Style Guide for Verilog HDL540页A FF having a fixed input value is generated from the description in the upper portion of Example 2-21. In this case, ’0’ is output when the reset signal is asynchronously input, and ’1’ is output when the START signal rises. Therefore, the FF data input is fixed at the power supply, since the typical value ’1’ is output following the rise of the START signal. When FF input values are fixed, the fixed inputs become untestable and the fault detection rate drops. When implementing a scan design and converting to a scan FF, the scan may not be executed properl not be executed properly, so such descriptions , so such descriptions are not are not recommended. recommended.[1] As in the lower part of Example 2-21, be sure to construct a synchronous type of circuit and ensure that the clock signal is input to the clock pin of the FF. Other than the sample shown in Example 2-21, there are situations where for certain control signals, those that had been switched due to the conditions of an external input will no longer need to be switched, leaving only a FF. If logic exists in a lower level and a fixed value is input from an upper level, the input value of the FF may also end up being fixed as the result of optimization with logic synthesis tools. In a situation like this, while perhaps difficult to completely eliminate, the problem should be avoided as much as possible.

    标签: RTL verilog hdl

    上传时间: 2022-03-21

    上传用户:canderile

  • ServoOne安装调试手册

    Note: Before commissioning the value of the connected mains voltage must be set in the servo controller(factory setting=3×400 V AC). More detailed information see chapter 4"Commissioning".通讯接口所有的Servo-One系列均有USB及TCP/IP通讯接口,可通过LT-I公司的Drive-Manager5软件进行通讯,进行相关参数的读写和现场调试,详情请参考章节.…软件调试。Servo-One Junior:X9(USB1.1)TCP/IP(开发中)Servo-One:X2(USB1.1)X3(TCP/IP)Note: The faults can be acknowledged in accordance with their programmed reaction(ER) or reset via a 24 V-reset(X9/10)(ER.).Attention: Faults marked with a dot can only be reset, after the cause of the fault has been eliminated.显示为当前版本V5.4.0同时,相应的USB接口驱动也在对应的安装文件夹内,例:C:\Program FileLTI DRiVES GmbHILTi DriveManager 5.4.0drivers

    标签: servoone

    上传时间: 2022-06-24

    上传用户: