代码搜索:序列信号
找到约 10,000 项符合「序列信号」的源代码
代码结果 10,000
www.eeworm.com/read/186118/8958929
a51 sh605.a51
;定义端口
SCL EQU P1.0;
SDA EQU P1.1;
;开始信号的传递
START: CLR SCL;
SETB SDA;
ACALL DELAY;
SETB SCL;
ACALL DELAY;
CLR SDA;
ACALL DELAY;
CLR SCL;
RET;
;停止信号的传递
STOP: CLR SCL;
CLR SD
www.eeworm.com/read/185304/9043807
a51 sh605.a51
;定义端口
SCL EQU P1.0;
SDA EQU P1.1;
;开始信号的传递
START: CLR SCL;
SETB SDA;
ACALL DELAY;
SETB SCL;
ACALL DELAY;
CLR SDA;
ACALL DELAY;
CLR SCL;
RET;
;停止信号的传递
STOP: CLR SCL;
CLR SD
www.eeworm.com/read/282462/9092597
vhd display.vhd
library ieee;
use ieee.std_logic_1164.all;
entity DISPLAY is
port(d:in std_logic_vector(3 downto 0);----连接seltime扫描部分d信号
q:out std_logic_vector(6 downto 0));----输出段选信号(电平)
end DISPLAY;
www.eeworm.com/read/378481/9229627
a51 sh605.a51
;定义端口
SCL EQU P1.0;
SDA EQU P1.1;
;开始信号的传递
START: CLR SCL;
SETB SDA;
ACALL DELAY;
SETB SCL;
ACALL DELAY;
CLR SDA;
ACALL DELAY;
CLR SCL;
RET;
;停止信号的传递
STOP: CLR SCL;
CLR SD
www.eeworm.com/read/378038/9253402
m example6_9.m
load noispol;
s=noispol;
%==========================
%用db3小波进行4层分解
[c,l]=wavedec(s,4,'db3');
subplot(5,1,1);
plot(s);
title('原始信号及各层细节信号重构图');
Ylabel('s');
%==========================
%重构分解结
www.eeworm.com/read/374989/9376492
c recv_data_signo.c
// 示例利用信号传递数据,本程序接收数据
#include
#include
/*三参数的信号处理程序*/
void handler_sigint(int signo, siginfo_t *siginfo, void * pvoid)
{
printf("recv SIGINT, the data value is:%d\n", si
www.eeworm.com/read/168455/9912306
m example6_9.m
load noispol;
s=noispol;
%==========================
%用db3小波进行4层分解
[c,l]=wavedec(s,4,'db3');
subplot(5,1,1);
plot(s);
title('原始信号及各层细节信号重构图');
Ylabel('s');
%==========================
%重构分解结
www.eeworm.com/read/359229/10160635
m example6_9.m
load noispol;
s=noispol;
%==========================
%用db3小波进行4层分解
[c,l]=wavedec(s,4,'db3');
subplot(5,1,1);
plot(s);
title('原始信号及各层细节信号重构图');
Ylabel('s');
%==========================
%重构分解结
www.eeworm.com/read/163197/10171556
m example9_6bp_pid.m
%基于BP神经网络的PID控制
clear all;
close all;
xite=0.25;
alfa=0.05;
S=2; %信号类型
IN=4;H=5;Out=3; %神经网络结构
if S==1 %阶跃信号
wi=[-0.6394 -0.2696 -0.3756 -0.7023;
-0.8603 -0.2013 -0
www.eeworm.com/read/163075/10176906
m example6_9.m
load noispol;
s=noispol;
%==========================
%用db3小波进行4层分解
[c,l]=wavedec(s,4,'db3');
subplot(5,1,1);
plot(s);
title('原始信号及各层细节信号重构图');
Ylabel('s');
%==========================
%重构分解结