代码搜索:序列信号
找到约 10,000 项符合「序列信号」的源代码
代码结果 10,000
www.eeworm.com/read/460020/7258790
m example9_6.m
%基于BP神经网络的PID控制
clear all;
close all;
xite=0.25;
alfa=0.05;
S=1; %信号类型
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/459336/7276993
v clock_gen.v
// Clock_Gen.v
/****************为LCD_Drvier模块产生500Hz的时钟信号**************/
module Clock_Gen(clk_48M,rst,clk_LCD);
input clk_48M,rst; //rst为全局复位信号(高电平有效)
output
www.eeworm.com/read/455600/7369629
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/455332/7373247
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/451632/7461049
vhd cnt32b.vhd
LIBRARY IEEE; --正弦信号发生器源文件
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY CNT32B IS
PORT ( CLK : IN STD_LOGIC; --信号源时钟
DOUT : OUT STD_LOGI
www.eeworm.com/read/443698/7626860
txt lcdelectronicclock.txt
library ieee ;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity lcd_driver is
port ( clk : in std_logic ; --状态机时钟信号,同时也是液晶时钟信号
r
www.eeworm.com/read/439857/7700287
m m06_amodce.m
Fs = 100; % 信号采样频率
t = [0:1/Fs:5]'; % 信号采样时间
% Combine three signals into a three-column matrix.
% Each signal occupies one column.
x = [sin(2*pi*t), .5*cos(5*pi*t), sawtooth(4*t)];
y = amodce(x,
www.eeworm.com/read/297025/8060096
v readfifo1.v
//模块名称
//模块功能:
//外部引脚信号
//内部信号
//版本号 1.0
//日期
//作者
//更改说明
module readfifo1(
//===============输出引脚定义================================
fifo1re,fifo1oe,fifo1rrst,fifo1rclk,
//=================输
www.eeworm.com/read/245506/12797226
m m06_amodce.m
Fs = 100; % 信号采样频率
t = [0:1/Fs:5]'; % 信号采样时间
% Combine three signals into a three-column matrix.
% Each signal occupies one column.
x = [sin(2*pi*t), .5*cos(5*pi*t), sawtooth(4*t)];
y = amodce(x,
www.eeworm.com/read/243968/12903082
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