You’ve Recently Viewed

{{ badge.badge_name }}
{{ item.brand_name }} {{ item.group_num + __(" Options") }}
{{ item.item_title }}
{{ item.rank.category_name }} {{ $isZh ? ' ' + item.rank.rank_name +' No.'+ item.rank.rank_num : '#'+item.rank.rank_num + ' ' + item.rank.rank_name }} {{ item.rank.category_name }}
{{ formatNumber(visualViewRate(item)) }} ({{ item.comment.comment_count > 0 ? item.comment.comment_count : __("Be the first!") }})
· {{ viewedItemSaleInfo(item) }}

{{ currency }}{{ priceFormat(item.price.shop_price) }} {{ currency }}{{ priceFormat(item.price.del_price) }}

{{ item.bundle }}
Added to cart

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

创新型人才培养“十二五”规划教材:神经·模糊·预测控制及其MATLAB实现(第3版)

{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ item.valid_price }}
{{ buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start") }}
Details
Full product details
Editer Recommend

各章均有相应的例题,并提供了大量用MATLAB/Simulink实现的仿真实例。
Content Description

《创新型人才培养“十二五”规划教材:神经·模糊·预测控制及其MATLAB实现(第3版)》系统地论述了神经网络控制、模糊逻辑控制和模型预测控制的基本概念、工作原理、控制算法,以及利用MATLAB语言、MATLAB工具箱函数和Simulink对其实现的方法。书中取材先进实用,讲解深入浅出,各章均有相应的例题,并提供了大量用MATLAB/Simulink实现的仿真实例,便于读者掌握和巩固所学知识。
Author Description

李国勇,大学教授,资深作者,山西省电机工程协会会员、山西省自动化协会会员,著作方向:控制理论、预测控制、神经网络、模糊控制、MATLAB和计算机控制技术与CAD等。
Catalogue

第一篇 神经网络控制及其MATLAB实现
第1章 神经网络理论
1.1 神经网络的基本概念
1.1.1 生物神经元的结构与功能特点
1.1.2 人工神经元模型
1.1.3 神经网络的结构
1.1.4 神经网络的工作方式
1.1.5 神经网络的学习
1.1.6 神经网络的分类
1.2 典型神经网络的模型
1.2.1 MP模型
1.2.2 感知机
1.2.3 自适应线性神经网络
1.2.4 BP神经网络
1.2.5 径向基神经网络
1.2.6 竞争学习神经网络
1.2.7 学习向量量化神经网络
1.2.8 Elman神经网络
1.2.9 Hopfield神经网络
1.2.10 Boltzmann神经网络
1.3 神经网络的训练
小结
思考练习题

第2章 MATLAB神经网络工具箱函数
2.1 MATLAB神经网络工具箱函数
2.1.1 神经网络工具箱中的通用函数
2.1.2 感知机MATLAB函数
2.1.3 线性神经网络MATLAB函数
2.1.4 BP神经网络MATLAB函数
2.1.5 径向基神经网络MATLAB函数
2.1.6 自组织神经网络MATLAB函数
2.1.7 学习向量量化神经网络MATLAB函数
2.1.8 Elman神经网络MATLAB函数
2.1.9 Hopfield神经网络MATLAB函数
2.1.10 利用Demos演示神经网络的建立
2.2 MATLAB神经网络工具箱的图形用户界面
2.2.1 神经网络编辑器
2.2.2 神经网络拟合工具
2.3 基于Simulink的神经网络模块
2.3.1 模块的设置
2.3.2 模块的生成
2.4 神经网络在系统预测和故障诊断中的应用
2.4.1 系统输入/输出数据的处理
2.4.2 基于神经网络的系统预测
2.4.3 基于神经网络的故障诊断
小结
思考练习题

第3章 神经网络控制系统
3.1 神经网络控制理论
3.1.1 神经网络控制的基本原理
3.1.2 神经网络在控制中的主要作用
3.1.3 神经网络控制系统的分类
3.2 基于Simulink的三种典型神经网络控制系统
3.2.1 神经网络模型预测控制
3.2.2 反馈线性化控制
3.2.3 模型参考控制
小结
思考练习题

第二篇 模糊逻辑控制及其MATLAB实现
第4章 模糊逻辑控制理论
4.1 模糊逻辑理论的基本概念
4.1.1 模糊集合及其运算
4.1.2 模糊关系及其合成
4.1.3 模糊向量及其运算
4.1.4 模糊逻辑规则
4.1.5 模糊逻辑推理
4.2 模糊逻辑控制系统的基本结构
4.2.1 模糊控制系统的组成
4.2.2 模糊控制器的基本结构
4.2.3 模糊控制器的维数
4.2.4 模糊控制中的几个基本运算操作
4.3 模糊逻辑控制系统的基本原理
4.3.1 模糊化运算
4.3.2 数据库
4.3.3 规则库
4.3.4 模糊推理
4.3.5 清晰化计算
4.4 离散论域的模糊控制系统的设计
4.5 具有PID功能的模糊控制器
小结
思考练习题

第5章 MATLAB模糊逻辑工具箱函数
5.1 MATLAB模糊逻辑工具箱简介
5.1.1 模糊逻辑工具箱的功能特点
5.1.2 模糊推理系统的基本类型
5.1.3 模糊逻辑系统的构成
5.2 利用模糊逻辑工具箱建立模糊推理系统
5.2.1 模糊推理系统的建立、修改与存储管理
5.2.2 模糊语言变量及其语言值
5.2.3 模糊语言变量的隶属函数
5.2.4 模糊规则的建立与修改
5.2.5 模糊推理计算与去模糊化
5.3 MATLAB模糊逻辑工具箱的图形用户界面
5.3.1 模糊推理系统编辑器
5.3.2 隶属函数编辑器
5.3.3 模糊规则编辑器
5.3.4 模糊规则浏览器
5.3.5 模糊推理输入/输出曲面浏览器
5.4 基于Simulink的模糊逻辑的系统模块
5.5 模糊推理系统在控制系统中的应用
小结
思考练习题

第6章 模糊神经和模糊聚类及其MATLAB实现
6.1 基于Mamdani模型的模糊神经网络
6.1.1 模糊系统的Mamdani模型
6.1.2 系统结构
6.1.3 学习算法
6.2 基于Takagi-Sugeno模型的模糊神经网络
6.2.1 模糊系统的Takagi-Sugeno模型
6.2.2 系统结构
6.2.3 学习算法
6.3 自适应神经模糊系统及其MATLAB实现
6.3.1 采用网格分割方式生成模糊推理系统函数
6.3.2 自适应神经模糊系统的建模函数
6.3.3 自适应神经模糊推理系统的图形用户界面编辑器
6.3.4 自适应神经模糊推理系统在建模中的应用
6.4 模糊聚类及其MATLAB实现
6.4.1 模糊C-均值聚类函数
6.4.2 模糊减法聚类函数
6.4.3 基于减法聚类的模糊推理系统建模函数
6.4.4 模糊C-均值和减法聚类的图形用户界面
小结
思考练习题

第三篇 模型预测控制及其MATLAB实现
第7章 模型预测控制理论
7.1 动态矩阵控制理论
7.1.1 预测模型
7.1.2 滚动优化
7.1.3 误差校正
7.2 广义预测控制理论
7.2.1 预测模型
7.2.2 滚动优化
7.2.3 反馈校正
7.3 预测控制理论分析
7.3.1 广义预测控制的性能分析
7.3.2 广义预测控制与动态矩阵控制规律的等价性证明
7.3.3 广义预测控制与动态矩阵控制的比较
小结
思考练习题

第8章 MATLAB预测控制工具箱函数
8.1 系统模型辨识函数
8.1.1 数据向量或矩阵的归一化
8.1.2 基于线性回归方法的脉冲响应模型辨识
8.1.3 脉冲响应模型转换为阶跃响应模型
8.1.4 模型的校验
8.2 系统模型建立与转换函数
8.2.1 模型转换
8.2.2 模型建立
8.3 基于阶跃响应模型的控制器设计与仿真函数
8.3.1 输入/输出有约束的模型预测控制器设计与仿真
8.3.2 输入/输出无约束的模型预测控制器设计
8.3.3 计算由阶跃响应模型构成的闭环系统模型
8.4 基于状态空间模型的预测控制器设计函数
8.4.1 输入/输出有约束的状态空间模型预测控制器设计
8.4.2 输入/输出无约束的状态空间模型预测控制器设计
8.4.3 状态估计器设计
8.5 系统分析与绘图函数
8.5.1 计算和绘制系统的频率响应曲线
8.5.2 计算频率响应的奇异值
8.5.3 计算系统的极点和稳态增益矩阵
8.5.4 系统分析和绘图
8.6 通用功能函数
8.6.1 通用模型转换
8.6.2 方程求解
8.6.3 离散系统的分析
8.7 MATLAB模型预测控制工具箱的图形用户界面
小结
思考练习题

第9章 隐式广义预测自校正控制及其MATLAB实现
9.1 单输入单输出系统的隐式广义预测自校正控制算法
9.2 多输入多输出系统的隐式广义预测自校正控制算法
9.3 仿真研究
9.3.1 单输入单输出系统的仿真研究
9.3.2 多输入多输出系统的仿真研究
小结
思考练习题

附录A MATLAB程序清单
附录B MATLAB函数一览表
附录C MATLAB函数分类索引
参考文献

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 {{ itemAct.title || '' }}

Bundle & Combo

Similar Items

Related Search

{{ item.userActionNumberDesc }}
Yami wechat-share qr code

Scan to Share

创新型人才培养“十二五”规划教材:神经·模糊·预测控制及其MATLAB实现(第3版)

{{ 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 }}
Price:
{{ itemCurrency }}{{ priceFormat(item.member_price) }}
Buy at VVIP Price
Learn more
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
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}

Currently unavailable.

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

Unavailable in your area.
Sold Out
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee
{{ quantity }} {{ instockMsg }} {{ limitText }}
{{ buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start") }}
Best before

Frequently Bought Together

Total ${{ priceFormat(totalPrice) }}

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;

Yami reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free shipping from the US over $49
Yami Easy Returns

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 Yami.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 from the US over $49
Yami Easy Returns

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 Yami.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.

Gifts Included with Purchase

Recommended for You

                                                       

                                                       

                                                       

                                                       

                                                       

                                                       

                                                       

                                                       

Reviews

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

Write a review
No reviews for this product. Showing reviews from other options.
Sort by
Default

Community photos

View All
Current Item
User Avatar VIP
:

{{ strLimit(comment, 200) }}

{{ comment.content }}

Review Image

{{ comment.imageList.length }} photos

Show Original

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

{{ brandInfo.title }}

View All

About the brand

{{ brandInfo.descView }} ...View All

{{ isZh ? album.topic_name : album.topic_ename }}

Items

{{ album.goods_count_info }}

Purchased

{{ album.bought_count_info }}

View All

{{ story.page_title }}

{{ story.page_desc }}

View the Story
Customers Also Viewed
About the brand

{{ brandInfo.title }}

{{ brandInfo.desc }}
Yami

Download the Yami App