CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - microcontroller
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - microcontroller - List
[
matlab
]
IC-final
DL : 0
Fuzzy controller for a thermal process using the guide interface of MATLAB and the USB communication whith a PIC 18F4455 microcontroller.
Date
: 2025-12-23
Size
: 124kb
User
:
Fernando Ranaudo
[
matlab
]
ADC7787
DL : 0
Realtime Visualisation of data converted by AD7787 chip and transmitted through pic microcontroller
Date
: 2025-12-23
Size
: 3kb
User
:
bitmaster
[
matlab
]
MicrocontttrollerBook
DL : 0
This book focuses on the 8052-BASIC microcontroller, which is easy to use, full featured,
Date
: 2025-12-23
Size
: 2.44mb
User
:
biniam
[
matlab
]
microcontroller_neural_network
DL : 0
This a simple program to calculate the output of artificial neural network (ANN) using microcontroller ATMega 32. Assume that the neural architecture is : 2 hidden layers with 4 and 2 neurons respectively and 1 layer output with 1 neuron.This program explains the step how to compute the ANN in off-line mode.Means the weights and biases are already exist (microcontroller is not doing the learning steps). These parameters are produced using MATLAB. Therefore, we have already made the appropriate architecture using MATLAB. The tansig function is use in both of hidden layer. Finally, the neural output will be displayed on LCD port C.-This is a simple program to calculate the output of artificial neural network (ANN) using microcontroller ATMega 32. Assume that the neural architecture is : 2 hidden layers with 4 and 2 neurons respectively and 1 layer output with 1 neuron.This program explains the step how to compute the ANN in off-line mode.Means the weights and biases are already exist (microcontroller is not doing the learning steps). These parameters are produced using MATLAB. Therefore, we have already made the appropriate architecture using MATLAB. The tansig function is use in both of hidden layer. Finally, the neural output will be displayed on LCD port C.
Date
: 2025-12-23
Size
: 1kb
User
:
koeskoes
[
matlab
]
t_2_fft
DL : 0
在MATLAB环境中,利用简单的加法和乘法实现基2时间抽取的FFT变换,并且能够计算出峰值点的最大值,数据点数为2的整数次幂。学习程序有利于对FFT变换的理解,以及在单片机环境或者是DSP环境中编写FFT变换C语言程序。-In the MATLAB environment, using simple addition and multiplication of time taken to achieve the base 2 FFT transform, and can calculate the maximum peak point. Learning process is conducive to the understanding of the FFT transform, and the DSP in the microcontroller environment, the environment or the preparation of FFT, C language program.
Date
: 2025-12-23
Size
: 1kb
User
:
srl
[
matlab
]
myfunction
DL : 0
matlab 功能强大 网上下载 据说是单片机和matlab串口通信-matlab download is said to be a powerful microcontroller and serial communication matlab
Date
: 2025-12-23
Size
: 11kb
User
:
张路况
[
matlab
]
PID
DL : 0
一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算, 而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可 大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余 数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。 -A typical PID process, using the microcontroller as a control cpu, make some simplification, the specific PID parameters must be determined experimentally by a specific object. As the chip processing speed and ram resource constraints, generally do not use floating-point operations, and all parameters of all integers, and divided by an operator to the last N-th power of 2 data (the equivalent of the shift) for a similar fixed-point operations, can greatly improve the speed of operation, according to the different requirements of precision control, when high precision, attention to retain the shift caused by the " remainder" and on the remainder of compensation. This procedure is commonly used basic structure pid algorithm, does not include input and output processing section.
Date
: 2025-12-23
Size
: 1kb
User
:
[
matlab
]
codes
DL : 0
it is used in microcontroller-it is used in microcontroller..
Date
: 2025-12-23
Size
: 101kb
User
:
aditya
[
matlab
]
MySerialPortCommunication
DL : 0
本程序是MATLAB GUI界面显示的串口传送的通过单片机测量的实时动态电压信号值-This program is a MATLAB GUI interface microcontroller serial transmission by measuring the real-time dynamic voltage signal value
Date
: 2025-12-23
Size
: 39kb
User
:
攀登
[
matlab
]
microcontroller
DL : 0
基于MATLAB与单片机的测控应用系统的程序代码-Based on MATLAB and MCU control application code
Date
: 2025-12-23
Size
: 1.06mb
User
:
nj0021
[
matlab
]
CH452W2
DL : 0
CH452的真正2线接口,含低电平脉冲按键中断在内,只需要2个I/O引脚,兼容I2C/IIC时序,两线制方式SCL/SDA,按键中断由SDA产生,接单片机的脉冲/边沿中断引脚.-CH452 true two-wire interface, with low pulse button interrupt included, requires only two I/O pins, compatible I2C/IIC timing, two-wire mode SCL/SDA, SDA generated by the interrupt button, then the microcontroller pulse/edge interrupt pin.
Date
: 2025-12-23
Size
: 4kb
User
:
王大为
[
matlab
]
ModTest
DL : 0
采用C语言开发了单片机外部中断程序,可实现单片机的响应外部中断功能。-It developed using C language SCM external interrupt program, enabling external microcontroller interrupt function.
Date
: 2025-12-23
Size
: 25kb
User
:
杨期江
[
matlab
]
Json100r3
DL : 0
套接字编程的网络类库,可用于开发消息传送机制的游戏(Socket programming network class library, can be used to develop messaging mechanism of the game)
Date
: 2025-12-23
Size
: 6.02mb
User
:
MarkAgain
[
matlab
]
TC1782_demo
DL : 0
英飞凌32位单片机TC1782在simulink的实例,基础学习用。用simulink创建模型,在TC1782运行。(Infineon 32 bit microcontroller TC1782 in the Simulink example, basic learning. Create a model with Simulink and run on TC1782.)
Date
: 2025-12-23
Size
: 791kb
User
:
penghui_1
[
matlab
]
tclab
DL : 0
The Arduino Uno is a microcontroller board based on the ATmega328 (datasheet). It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz ceramic resonator, a USB connection, a power jack, an ICSP header, and a reset button.
Date
: 2025-12-23
Size
: 113kb
User
:
aouf
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.