delay

共 228 篇文章
delay 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 228 篇文章,持续更新中。

一定要在TC下运行

一定要在TC下运行,需要包括一些头文件,如graphic.h 要求:画一辆小车不停地水平从屏幕左边运动到右边,随着每一遍运动,小车高度均匀下降,降到最低后返回最高处 相关函数:delay(),kbhit(),lineto(),moveto(),arc(),circle()等。

仿真CDMA系统的信道

仿真CDMA系统的信道,在输入所需用户序列和其他干扰用户序列后在信号上叠加高斯白噪声,干扰用户多径干扰和所需用户的多径干扰和衰落。并根据输入延时曲线产生信道延时,输出mul_fad_sequence为信道信号输出,max_delay为信道最大延迟,fade_sign为瑞利信道中最大幅度分量的衰落量,mpath_amp为信道多径的幅度因子

1602数字时钟

<p class="MsoNormal"> # include &lt; reg52.h &gt;<o:p></o:p> </p> <p class="MsoNormal"> # include &lt; 24C02.h&gt;<o:p></o:p> </p> <p class="MsoNormal"> # define uint unsigned int<o:p></o:p> </p> <

基于ti tms320c672x下音频开发例子程式

基于ti tms320c672x下音频开发例子程式,包括eq delay chorus等,还包括usb控制

C51精确延时分析探讨 从精度考虑

C51精确延时分析探讨 从精度考虑,它得研究结果是: void delay2(unsigned char i) { while(--i) } 为最佳方法。

调光C程序

/*#include&lt;reg52.h&gt;<br /> #define uint unsigned int<br /> #define uchar unsigned char<br /> #define uchar unsigned char<br /> sbit K1=P3^4;<br /> sbit K2=P3^5;<br /> sbit ledr=P1^0;<br /> sbit l

红外遥控RGB

<pre class="prettyprint lang-cpp">#include "STC90.h" #include &lt; intrins.h &gt; #define uchar unsigned char #define uint unsigned int #define led_port P1 sbit IR_RE = P3^2; sbit led_r = P1^3; sbit

adhoc路由协议aodv仿真与end-to-en-delay分析

adhoc路由协议aodv仿真与end-to-en-delay分析

很完整的51串口程序 包括如下: 串口中断服务程序

很完整的51串口程序 包括如下: 串口中断服务程序,仅需做简单调用即可完成串口输入输出的处理 出入均设有缓冲区,大小可任意设置。 可供使用的函数名: char getbyte(void) 从接收缓冲区取一个byte,如不想等待则在调用前检测inbufsign是否为1。 getline(char idata *line, unsigned char n) 获取一行数据回车结束,必须定义最

I developed an algorithm for using local ICA in denoising multidimensional data. It uses delay embed

I developed an algorithm for using local ICA in denoising multidimensional data. It uses delay embedded version of the data, clustering and ICA for the separation between data and noise.

tas3204

<div class="description" id="descriptions" style="box-sizing:border-box;float:left;width:570.958312988281px;color:#555555;font-family:'Microsoft YaHei', 微软雅黑, SimSun, 宋体, sans-serif;font-size:14px;lin

a screen handling program to provide a flashing message. You will have to design a screen layout f

a screen handling program to provide a flashing message. You will have to design a screen layout for where messages are placed on the screen. You will also have to consider when to delay the pro

点液晶的程序,#include &lt;util/delay.h&gt; #include &lt;avr/pgmspace.h&gt; #include "lcd.h" #include

点液晶的程序,#include &lt;util/delay.h&gt; #include &lt;avr/pgmspace.h&gt; #include "lcd.h" #include "font6x8.h" #include "font8x16.h" #include "my_type.h"

12864液晶原程序.#include &lt;reg52.h&gt; #include &lt;intrins.h&gt; typedef unsigned char BYTE typede

12864液晶原程序.#include &lt;reg52.h&gt; #include &lt;intrins.h&gt; typedef unsigned char BYTE typedef bit BOOL sbit rs=P2^0 sbit rw=P2^1 sbit e =P2^2 BYTE code dis[]={"www.zansi.com"} dela

D-S.Kim, Y.S.Lee, W.H.Kwon, and H.S.Park, "Maximum Allowable Delay Bounds in Networked Control Syste

D-S.Kim, Y.S.Lee, W.H.Kwon, and H.S.Park, "Maximum Allowable Delay Bounds in Networked Control Systems", Control Engineering Practice (Elsvier Science) (Simulation Example - Matlab Code), PP.1301-1313

#include &lt;reg51.h&gt; void delay_ms(unsigned short ms) { unsigned short i unsigned char j

#include &lt;reg51.h&gt; void delay_ms(unsigned short ms) { unsigned short i unsigned char j for(i=0 i&lt;ms i++) { for(j=0 j&lt;200 j++) for(j=0 j&lt;102 j++) } }

AVR单片机转速表

/****************************************************************&nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 外部晶振8M&nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp

红外解码程序

/*<br /> &nbsp;* _168ZHONGDUAN2.c<br /> &nbsp;*<br /> &nbsp;* Created: 2014/11/2 15:12:45<br /> &nbsp;* &nbsp;Author: lenovo<br /> &nbsp;*/&nbsp;<br /> <br /> <br /> #include &lt;avr/io.h&gt;<br /> #i

Nonlinear_dynamics_delay_times_and_embedding_windows. How to determine embedded window for chaotic

Nonlinear_dynamics_delay_times_and_embedding_windows. How to determine embedded window for chaotic state space of time series

名称:read2543 功能:TLC2543驱动模块 输入参数:port通道号 输出参数:ad转换值 *************************************/

名称:read2543 功能:TLC2543驱动模块 输入参数:port通道号 输出参数:ad转换值 *************************************/ uint read2543(uchar port) { uint ad=0,i CLOCK=0 _CS=0 port&lt;&lt;=4 for(i=0 i&lt;12 i++