- 1、本文档共28页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 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,
您可能关注的文档
- Dealing With AIDS 大学英语精读 教学课件.ppt
- Deductive Research 大学论文写作课课件(英文).ppt
- denisi_HR_1e_PPTs_ch02 人力资源管理 外教 课件.ppt
- denisi_HR_1e_PPTs_ch01 人力资源管理 外教 课件.ppt
- denisi_HR_1e_PPTs_ch05 人力资源管理 外教 课件.ppt
- denisi_HR_1e_PPTs_ch06 人力资源管理 外教 课件.ppt
- denisi_HR_1e_PPTs_ch07 人力资源管理 外教 课件.ppt
- DES 信息安全概论课件与复习提纲.ppt
- Deutschland 德语教学课件.doc
- Dickinson 高等教育出版社 美国文学选读课件.ppt
- 2024年江西省抚州市企业人力资源管理师之四级人力资源管理师考试真题题库及答案(历年真题).docx
- 2024年江西省南昌市企业人力资源管理师之四级人力资源管理师考试真题附答案(综合题).docx
- 2024年江苏省南京市企业人力资源管理师之四级人力资源管理师考试题库及答案【全优】.docx
- 2024年江西省赣州市企业人力资源管理师之一级人力资源管理师考试精选题库答案下载.docx
- 2024年江苏省扬州市企业人力资源管理师之一级人力资源管理师考试精选题库及参考答案(最新).docx
- 2024年江苏省盐城市企业人力资源管理师之一级人力资源管理师考试精品题库含答案(完整版).docx
- 2024年江苏省宿迁市企业人力资源管理师之一级人力资源管理师考试完整题库及答案(名校卷).docx
- 2024年海口市企业人力资源管理师之一级人力资源管理师考试【轻巧夺冠】.docx
- 2024年江苏省盐城市企业人力资源管理师之四级人力资源管理师考试含答案(培优).docx
- 2024年江西省吉安市企业人力资源管理师之四级人力资源管理师考试精品题库有精品答案.docx
文档评论(0)