Fuzzy Controller of a Small Wind-Fuel Cell Hybrid Energy System 智能控制基础课件.ppt

Fuzzy Controller of a Small Wind-Fuel Cell Hybrid Energy System 智能控制基础课件.ppt

  1. 1、本文档共28页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Fuzzy Controller of a Small Wind-Fuel Cell Hybrid Energy System 智能控制基础课件

Fuzzy Controller of a Small Wind-Fuel Cell Hybrid Energy System Fuzzification The 7 membership functions were assigned the linguistic labels of Positive Large, Positive Medium, Positive Small, Zero, Negative Small, Negative Medium, and Negative Large. fuzzification.m function [ fuzzy ] = fuzzification( data, rules ) % Define linguistics plarge = 1; pmedium = 2; psmall = 3; zero = 4; nsmall = 5; nmedium = 6; nlarge = 7; if data = rules( plarge ) fuzzy = plarge; elseif data = rules( pmedium ) fuzzy = pmedium; elseif data rules( zero ) fuzzy = psmall; elseif data == rules( zero ) fuzzy = zero; elseif data = rules( nlarge ) fuzzy = nlarge; elseif data = rules( nmedium ) fuzzy = nmedium; elseif data = rules( nsmall ) fuzzy = nsmall; elseif data rules( zero ) fuzzy = nsmall; end; Fuzzy Rule-base The rule-base was implemented with a two input, two output system. All the inputs use the same linguistic modifier’s of positive large (pl), positive medium (pm), positive small (ps), zero (z), negative small (ns), negative medium (nm), and negative large (nl). Based on the linguistics, 49 rules were established and outputs were chosen based on the desired output for the system. Defuzzification function [ crisp ] = fuzzification( data, rules ) crisp = rules( data ); REFERENCES /eprints/free/johnsonmattheyapril03.pdf http://www.ecn.nl/bct/solupor.en.html /reports/E04.pdf /news-room/release.php?id=618 * * Emerging Technologies in Energy Engineering Wind and Solar energy technologies are the forerunners Hydrogen based energy conversion bears good potential Source: Worldwatch Institute Source: Plug Power Inc., NY Renewable Resources Wind Power Resources Allocation Application in He’nan Author: [Lu Minghua /Kang Yan/ Liu Guoshun] Hybrid Energy Systems in Stand-alone Applications Energy from a renewable source depends on environmental conditions In a Hybrid Energy System,

您可能关注的文档

文档评论(0)

qiwqpu54 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档