Location:
Search - nec r
Search list
Description: 此程序为遥控器接收程序,以通过测试,可放心使用,我是参照网上资料修改的,单片机是NEC78f0547,希望对个需要的人有所帮助-This procedure for the remote control receiver process to pass the test can be assured the use of online information I am the light of the revised, single-chip microcomputer is NEC78f0547, hope to people in need of help
Platform: |
Size: 47104 |
Author: 张培卿 |
Hits:
Description: 红外线遥控器协议大全含NEC/PHILIPS等-Infra-red remote control agreement with Guinness NEC/PHILIPS, etc.
Platform: |
Size: 1220608 |
Author: lion |
Hits:
Description: NEC单片机78K0_LG2系列的时钟初始设置和数据交换-NEC single-chip clock 78K0_LG2 series of initial settings and data exchange
Platform: |
Size: 3072 |
Author: 石浩波 |
Hits:
Description: NEC 78K0-KC2 系列单片机demo 源码-NEC 78K0-KC2 Series MCU demo source code
Platform: |
Size: 17408 |
Author: huang |
Hits:
Description: NEC单片机读写EEPROM C语言源程序代码-NEC 78K0 MCU R/W EEPROM C soruce Code
Platform: |
Size: 1024 |
Author: steven |
Hits:
Description: USB即Universal Serial Bus,中文称“通用串行总线”,是由Compaq、IBM、Intel、Microsoft、NEC和Northern Telecom七家公司于1995年所研发与规范出来的,随着近几年的推广与应用,USB已经成为个人计算机的标准的外设接口,并将逐步取代所有的各种传统外围接口,如串行端口、并行端口以及游戏接口等。-USB is Universal Serial Bus, Chinese as the " Universal Serial Bus" , by Compaq, IBM, Intel, Microsoft, NEC and Northern Telecom in 1995 seven companies in R & D and standard out, as in recent years to promote and applications, USB has become a standard personal computer peripheral interfaces, and will gradually replace all of the traditional peripheral interfaces such as serial port, parallel port, and the game interface.
Platform: |
Size: 104448 |
Author: 杨志 |
Hits:
Description: 用MATLAB编写的离散模糊控制程序,结合本程序,我相信能能更快更好的理解模糊控制算法。算法在MATLAB Version: 7.14.0.739 (R2012a)运行无误。
function [FCU_T1,FCU_T2,FCU_T3,FCU_T4]=fuzzy_table(Me,Mec,Mu,UC)
Me 隶属度表1
Mec 隶属度表2
Mu 隶属度表3
UC 模糊规则
FCU_T1 重心加权法,输出精确值
FCU_T2 重心加权法,输出离散值
FCU_T3 重心加权法(对隶属度平方),输出离散值
FCU_T4 最大隶属度法
function [R,n,nE,nEC,nU,nfe,nfec,nfu]=fuzzy_relation(Me,Mec,Mu,UC)
Me 隶属度表1
Mec 隶属度表2
Mu 隶属度表3
UC 模糊规则
R 表示全体规则构成的模糊关系
n=nfe×nfec
nE 模糊变量E的语言值个数
nEC 表示模糊变量EC的语言值个数
nU 表示模糊变量U的语言值个数
nfe 表示E的等级量个数,示例1中其论域为{-6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6}
nfec 表示EC的等级量个数,示例1中其论域为{-6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6}
nfu 表示U的等级量个数,示例1中其论域为{-7 -6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6 7}
Me 表示E的隶属度表
Mec 表示EC的隶属度表
Mu表示U的隶属度表
UC表示规则表-fuzzy control algorithm(matlab program)
Platform: |
Size: 4096 |
Author: yangxiao |
Hits: