Lect_Chapter 0
- 格式:ppt
- 大小:3.31 MB
- 文档页数:92


lectures翻译
基本解释
lectures:讲座,演讲,授课
/ˈlektʃərz/
n. 讲座,演讲,授课
变化形式
n. 复数形式:lectures
具体用法
名词:
o 意思:讲座,演讲,授课
o 同义词:talks, presentations, speeches, addresses, seminars
o 反义词:silence, quiet, hush, muteness, stillness
o 例句:
The professor's lectures on quantum physics were so
engaging that students from other departments also
attended. (教授关于量子物理的讲座非常吸引人,以至于其他系的学生也来听。) During the lectures, students are encouraged to ask
questions to deepen their understanding of the subject. (在讲座期间,鼓励学生提问以加深他们对该主题的理解。)
The university offers a series of lectures on modern art every
semester, attracting art enthusiasts from all over the city. (大学每学期都会提供一系列关于现代艺术的讲座,吸引了来自全市的艺术爱好者。)
She delivered a series of lectures on the history of the English
language, which were well-received by the audience. (她进行了一系列关于英语语言历史的讲座,受到了观众的好评。)
EE 315 Lecture 14B. Murmann1Lecture 14
Oversampling A/D Conversion
Boris Murmann
Stanford University
murmann@
Copyright ©2006 by Boris Murmann
EE 315 Lecture 14B. Murmann2Recap
•Sampling theorem
max,sigsf2f>
•One good reason for sampling faster ("oversampling")
–Can use lower order anti-alias filter
EE 315 Lecture 14B. Murmann3Anti-Alias Filtering
EE 315 Lecture 14B. Murmann4Quantization Noise
•Recall from lecture 2 that the "noise" introduced by quantizer is
evenly distributed across all frequencies
–Provided that quantization error sequence is "sufficiently
random"
•Idea: Let's filter out the noise beyond f=f
B!f
s/2N
e(f)
∆2/12
f
B
EE 315 Lecture 14B. Murmann5Digital Noise Filter (1)
•Total quantization noise at digital output is reduced proportional
to "oversampling ratio" M=(f
s/2)/f
B122/ff2
sB∆
⋅
122∆
EE 315 Lecture 14B. Murmann6Digital Noise Filter (2)
在netlist阶段,如果发现design有地方错了,或者说需要新增功能,那就需要做ECO,如果说logic比较复杂的话,ECO就会很难了,如下是用LEC工具辅助实现ECO的方式。
1. read design golden为要修改的netlist, revised为修改RTL之后re-synthesis的netlist。
2. 先比一遍Hierarchy LEC,得到boundary contraint:
write hier dofile hier.do -INPUT_OUTPUT_Pin_equivalence -constraint -noexact_pin_match -extract_clock
-ignore_mismatch_ports -replace -level 1 -module adrmap_dis
adrmap_dis
dofile hier.do
因为post netlist中有可能submodule boundary会被打破,有时需要手动添加constraints:
set system mode lec
delete mapped points * -Revised
add mapped points reg_bank_is_1bit * -invert
add compare point -all
compare
3. (1) get patch file: analyze eco PATCH/*.v -replace -preserve_clock
(2) apply patch file: set system mode setup
set root module * -both
read design PATCH/*.v -append
AB PLC 编程软件 RSL0GIX5000 入门7 ―― UDT用户自定义数据类型
在本章中,我们将介绍如何通过用户自定义数据类型和数据范围划定来规划标签数据库。 这里将学到
了解使用UDT的优势
学习如何优化UDT规划
使用数据范围划定帮助简化并加快开发工作
我们现在将重点关注 Logix控制器中的数据规划。 打开现有控制器文件
2.双击名为 Conveyor_Program_S3.ACD的现有项目。
这样将在 RSLogix 5000中启动该项目。
为传送带创建用户自定义数据类型
您已重新组织了程序规划以更好地利用 Logix,现在已准备好开始对数据规划进行重新组织。
可注意到,工程师规划数据的方式仍像使用带有整数、 实数和定时器数据表的传统 PLC—样。
问题是,当与设备关联的数据分布到控制器内存中的各处时便很难进行跟踪。 您已再次决定
充分利用Logix,使用用户自定义数据类型。
用户自定义数据类型
用户自定义数据类型也称为 UDT或结构,借此按逻辑方式对数据进行组织或分组,以便所
有与设备关联的数据都可组合在一起。
例如,每个传送带都有 8个整数值、3个实数值、2个定时器和11个与其关联的布尔值。在 传统PLC中,可能需要4个不同的数据表。然后,当您具有多条传送带时,您可能需要详细 地将传送带映射到各个数据表中。这样就会变得很难管理。
通过UDT能够实现的是将不同的数据类型(整数、实数、定时器、布尔等)组合到一起, 共同作为用户自定义数据类型。然后便可创建该 UDT类型的数组。这可使得编程工作、代
码的记录和数据的跟踪都更加轻松。
1. 在控制器项目管理器中,双击 ”控制器标签"(Controller Tags)。
匕 O Cortroler Conveyor Program
U Centroler F* H^ftdler Q Power-Up Handter ■_:二 Tarlnr 1.在计算机桌面上,双击 Lab Files文件夹。