码迷,mamicode.com
首页 >  
搜索关键字:DAC    ( 771个结果
DAC Essentials
http://e2e.ti.com/blogs_/b/analogwire/archive/tags/DAC%2bEssentialsDAC Essentials: A new blog seriesAdigital-to-analog converter, or DAC, performs the...
分类:其他好文   时间:2015-09-19 16:38:15    阅读次数:201
基于STM32Cube的DAC数模转化
1. STM32Cube配置1.1 DAC配置 1.2 TIM6 配置1.3 利用Cube产生工程程序,MDK打开软件 在主循环上添加语句: HAL_TIM_Base_Start(&htim6); HAL_DAC_Start_DMA(&hdac,DAC_CHANNEL_2, (uint32_t .....
分类:其他好文   时间:2015-09-15 10:44:59    阅读次数:289
ADC and DAC Analog Filters for Data Conversion
Figure 3-7 shows a block diagram of a DSP system,as the sampling theorem dictates it should be.Before encountering the analog-to-digital converter,the...
分类:其他好文   时间:2015-09-14 01:52:50    阅读次数:250
MCU PWM DAC OP Voltage Output
分类:其他好文   时间:2015-09-13 11:45:10    阅读次数:136
LPC43xx SGPIO Configuration
LPC43xx SGPIO ConfigurationThe LPC43xx SGPIO peripheral is used to move samples between USB and the ADC/DAC chip (MAX5864).The SGPIO is a peripheral t...
分类:其他好文   时间:2015-09-10 21:06:17    阅读次数:183
STM32 F4 DAC DMA Waveform Generator
STM32 F4 DAC DMA Waveform GeneratorGoal:generating an arbitrary periodic waveform using a DAC with DMA and TIM6 as a trigger.Agenda:Modeling a wavefor...
分类:其他好文   时间:2015-09-09 00:52:47    阅读次数:477
Linux系统管理-(17)-SELinux
SELinux:SELinux:SecureEnhancedLinux一般Linux系统:DAC:自主访问控制SELinux:MAC:强制访问控制工作模式:1.strict:每个进程都受到selinux的控制;2.targeted:有限个进程收到SELinux控制只监控容易被入侵的进程subjectoperationobject进程操作进程,文件SELinux为每个文件..
分类:系统相关   时间:2015-09-08 07:13:57    阅读次数:264
An Isolated DAC Using PWM Output
An Isolated DAC Using PWM OutputArduino‘s (ATmega328P) PWM outputs viaanalogWritecan be conveniently turned into analog voltage levels through the use...
分类:其他好文   时间:2015-09-04 17:00:01    阅读次数:254
【跨站点DAG】启用DAC模式,防止数据库级别上出现网络分区
数据中心激活协调模式又称DAC模式,应为具有两个或多个使用连续复制的节点的DAG启用该模式。该模式用于控制DAG的启动数据库装入行为,在数据中心故障恢复期间,此控件可以防止数据库级别上出现网络分区故障。譬如主数据中心断电,所有副本都断开连接,这时候活动副本切换到灾备..
分类:数据库   时间:2015-08-13 20:23:38    阅读次数:453
1.【SELinux学习笔记】背景
1.引用监视器    目前大多数操作系统中主要的访问控制类型叫做DAC(任意访问控制),DAC的特性主要指用户访问资源的权限。但DAC有一些弱点,为了客服这些弱点,MAC诞生了(强制访问控制)。 但MAC也存在一定的弱点且使用起来不是很灵活。那么SELinux带给Linux 的价值可以称之为一个灵活的、可配置的MAC机制。     了解引用监视器对我们理解访问控制有很大的帮助,我们首先来了解...
分类:系统相关   时间:2015-08-10 22:21:44    阅读次数:151
771条   上一页 1 ... 70 71 72 73 74 ... 78 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!