{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

普通高等教育“十二五”规划教材:计算机控制系统(第2版)

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

普通高等教育“十二五”规划教材:计算机控制系统(第2版)

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Content Description

《普通高等教育“十二五”规划教材:计算机控制系统(第2版)》内容覆盖了工业控制计算机、输入/输出接口与过程通道技术、计算机控制系统的理论基础、计算机控制算法、计算机控制软件技术与工控组态软件、分布式计算机控制系统、计算机控制系统设计与实现等。本书还将MATLAB/Simulink用于计算机控制系统的分析和控制器的设计,以引导读者能按理论分析、仿真研究、工程设计与实现等步骤,循序渐进地进行计算机控制系统的分析、设计和实现。
《普通高等教育“十二五”规划教材:计算机控制系统(第2版)》是作者在总结近年的教学和科研成果的基础上,结合计算机控制技术的发展和课程教学内容的改革要求,在第1版的基础上编写而成。
《普通高等教育“十二五”规划教材:计算机控制系统(第2版)》可供自动化类、电气工程类、电子信息类、机械工程类等专业学生作为教材使用,也可供工程技术人员阅读参考。
Catalogue

前言
第1章 绪论
1.1 计算机控制系统概述
1.1.1 一般概念
1.1.2 系统的组成
1.1.3 系统的典型结构
1.2 计算机控制系统实例简介
1.2.1 计算机过程控制系统
1.2.2 计算机运动控制系统
1.3 计算机控制系统性能
1.3.1 系统性能指标
1.3.2 控制对象对控制性能的影响
1.4 计算机控制系统的发展概况与趋势
1.4.1 发展概况
1.4.2 发展趋势
思考题与习题

第2章 输入/输出接口与过程通道技术
2.1 输入/输出过程通道概述
2.2 模拟量输入通道
2.2.1 信号调理
2.2.2 多路转换开关
2.2.3 可编程增益放大器
2.2.4 采样保持器
2.2.5 A/D转换器
2.2.6 模拟量输入通道设计举例
2.3 模拟量输出接口与通道
2.3.1 模拟量输出通道
2.3.2 D/A转换器及其接口
2.3.3 电压/电流转换器
2.4 数字量(开关量)输入/输出通道
2.4.1 数字量(开关量)输入/输出通道概述
2.4.2 数字量(开关量)输入通道
2.4.3 数字量(开关量)输出通道
2.5 过程通道的抗干扰与可靠性设计
2.5.1 干扰源与干扰的耦合
2.5.2 过程通道抗干扰措施
2.6 测量数据的预处理
2.6.1 数字滤波
2.6.2 其他数据预处理
思考题与习题

第3章 工业控制计算机
3.1 工业控制计算机的特点与组成结构
3.1.1 工业控制计算机的特点
3.1.2 工业控制计算机的组成结构和分类
3.2 工业控制计算机的总线结构
3.2.1 总线结构概述及分类
3.2.2 常用总线
3.3 总线型工业控制计算机
3.3.1 IPC工业控制机
3.3.2 DCS现场控制站
思考题与习题

第4章 计算机控制系统的理论基础
4.1 信号的采样与保持
4.1.1 采样过程
4.1.2 采样过程的数学描述及特性分析
4.1.3 信号保持
4.1.4 采样定理
4.2 z变换理论
4.2.1 z变换定义
4.2.2 z变换性质
4.2.3 z变换方法
4.2.4 Z反变换
4.3 计算机控制系统的数学描述
4.3.1 差分方程及其求解
4.3.2 脉冲传递函数
4.4 计算机控制系统的分析
4.4.1 计算机控制系统的稳定性分析
4.4.2 计算机控制系统的稳态误差分析
4.4.3 计算机控制系统的性能指标
4.5 连续系统的离散化
4.5.1 连续系统的离散化方法及特点
4.5.2 MATLAB在连续域一离散域变换中的应用
4.5.3 采样周期及保持器对离散系统的影响
思考题与习题

第5章 数字PID控制算法
5.1 准连续PID控制算法
5.1.1 模拟PID调节器
5.1.2 基本数字PID控制
5.2 数字PID控制的改进
5.2.1 积分项的改进
5.2.2 微分项的改进
5.2.3 其他改进算法
5.3 数字PID参数的整定
5.3.1 PID控制器参数对控制性能的影响
5.3.2 控制周期的选取
5.3.3 PID控制参数的工程整定法
5.3.4 PID控制参数的自整定法
5.4 数字PID控制器的工程实现
5.4.1 给定值处理
5.4.2 被控量处理
5.4.3 偏差处理
5.4.4 PID计算
5.4.5 控制量处理
5.4.6 自动/手动切换
5.4.7 无扰动切换
5.4.8 PID控制块参数表
5.5 MATLAB在数字PID控制器设计中的应用
5.5.1 PID控制算法的M文件编写
5.5.2 利用Simulink设计数字PID控制器
思考题与习题

第6章 复杂控制算法
6.1 数字控制器设计原理
6.2 最小拍控制系统的设计
6.2.1 最小拍控制原理
6.2.2 最小拍控制器设计的稳定性问题
6.2.3 无纹波最小拍控制系统设计
6.2.4 有限拍控制
6.2.5 惯性因子法
6.3 纯滞后控制
6.3.1 施密斯预估控制
6.3.2 大林算法
6.4 常用多回路控制
6.4.1 串级控制
6.4.2 前馈-反馈控制
6.5 模型预测控制
6.5.1 模型预测控制的基本原理
6.5.2 模型算法控制
6.5.3 动态矩阵控制
6.5.4 预测控制软件包
6.6 模糊控制
6.6.1 模糊控制概述
6.6.2 模糊控制的数学基础
6.6.3 模糊控制系统的结构与原理
6.6.4 模糊控制器的设计步骤与方法
6.6.5 模糊控制器的改进
6.6.6 MATLAB在模糊控制器设计中的应用
思考题与习题

第7章 计算机控制系统的软件设计
7.1 计算机控制系统软件概述
7.1.1 系统软件的组成
7.1.2 系统软件的功能
7.2 实时数据库技术
7.2.1 数据库技术概述
7.2.2 计算机控制系统中的实时数据库
7.2.3 实时数据库的设计
……
第8章 分布式计算机控制系统
第9章 计算机控制系统设计与实现
参考文献
Book Abstract

通过将所有新的信息存人工作和备用的接口模块,使备用网络接口模块或高速公路接口与处于工作状态的接口模块尽量保持一致,而信息只从处于工作状态的接口模块中输出,周期地进行出错校验和其他例行检查,以决定当工作-模块失灵时,备用接口模块立即投入运行。如果接口模块失灵,则在提醒操作员的同时,将备用模块切人工作状态,其切换时间小于Ss。由于开关切换没有考虑系统的故障和对生产过程的冲击,因此,操作员应密切注意切换过程。与接口模块一样,应用模块的切换是在失灵后的Ss内完成的,因此输出作用和有关信息都不会丢失。
5)在TDC 3000的局部控制网中,一根通信电缆作为主要电缆,另一根则作为备用电缆,所有信息同时在两根电缆中传送,但是各个模块只从主要电缆中接受信息。系统定期地发布命令到所有模块中去进行主要电缆和备用电缆之间的切换。若有某一个模块不能从主要电缆中接受到信息,那么它就切换到备用电缆中接受信息,并且发送一个出错信号给错误日志和操作员。在TDC 3000的数据高速公路上,也使用类似于局部控制网的双缆结构,一根为主要电缆,另一根为备用电缆,,TDC 3000系统周期地切换使用通信电缆,以保证两者的正常工作,当有一根电缆失效或出错,则相应的模块即自动地切换到备用电缆上。UCN和数据高速公路电缆以及与之相连的各个设备的运行状态都能在操作站上监视,在任何时候,操作员都可以切换到备用电缆上。TDC 3000的这种结构使得它可以在维护时取下或装上某一模块而不对整个系统造成影响,因此TDC 3000的维护工作可以在线进行。
8.3.2 集散型控制系统存在的问题及发展趋势
DCS以多台微处理器分散应用于生产过程控制,完成数据采集和处理、连续及顺序控制等,从而克服了集中控制系统存在危险集中、常规仪表控制功能单一等问题。同时由于计算机技术和制造工艺的发展使DCS的可靠性得以提高。可以说,DCS的出现是控制系统发展过程中的一个重要里程碑。从当前DCS应用的情况来看,DCS取代常规仪表应用于工业过程控制,其应用的效益主要体现在下列几个方面:由于DCS具有较高的可靠性,大大降低了系统运行的故障率,延长了系统正常运行的时间;DCS的应用提高了控制系统的控制精度,可以在一些生产过程中采取“卡边控制”;由于实现了集中监控,使操作更加方便,减轻了劳动强度。
……

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book