代码搜索:1Hz
找到约 197 项符合「1Hz」的源代码
代码结果 197
www.eeworm.com/read/384617/7110535
vhd state.vhd
library ieee;
use ieee.std_logic_1164.all;
entity state is
port(w:in std_logic_vector(16 downto 0);
clk0,rst:in std_logic; ---取序列各位的时钟1Hz
clk1:in std_logic; ---状态转换的时钟1KHz
z:out std_logi
www.eeworm.com/read/384617/7110644
vhd state.vhd
library ieee;
use ieee.std_logic_1164.all;
entity state is
port(w:in std_logic_vector(16 downto 0);
clk0,rst:in std_logic; ---取序列各位的时钟1Hz
clk1:in std_logic; ---状态转换的时钟1KHz
z:out std_logi
www.eeworm.com/read/17957/767903
vhd state.vhd
library ieee;
use ieee.std_logic_1164.all;
entity state is
port(w:in std_logic_vector(16 downto 0);
clk0,rst:in std_logic; ---取序列各位的时钟1Hz
clk1:in std_logic; ---状态转换的时钟1KHz
z:out std_logi
www.eeworm.com/read/17957/768012
vhd state.vhd
library ieee;
use ieee.std_logic_1164.all;
entity state is
port(w:in std_logic_vector(16 downto 0);
clk0,rst:in std_logic; ---取序列各位的时钟1Hz
clk1:in std_logic; ---状态转换的时钟1KHz
z:out std_logi
www.eeworm.com/read/488476/6487972
asm 21-0 红外发射接收程序.asm
;//****************************************************************
;//*文件名:红外发射接受实验程序
;//*创建人:巫升辉
;//*2005.9.25
;功能:程序由定时器T0产生1HZ的调制信号由.P1.0产生,T1口对红外接收头
;接受的信号进行处理并送显示,注:一般红外
www.eeworm.com/read/340041/12185790
v ledout.v
module ledout(a,clk,clr,k,led_out,led_b);//clk:1HZ
input clk,clr;
input [27:0]a;
input [1:0]k;
output [7:0]led_out,led_b;
reg [7:0] led_out,led_b;
reg [27:0] b;
reg[2:0] i;
reg[3:0] disp_dat;
www.eeworm.com/read/340041/12185804
bak ledout.v.bak
module ledout(a,clk,clr,k,led_out,led_b);//clk:1HZ
input clk,clr;
input [27:0]a;
input [1:0]k;
output [7:0]led_out,led_b;
reg [7:0] led_out,led_b;
reg [27:0] b;
reg[2:0] i;
reg[3:0] disp_dat;
www.eeworm.com/read/226046/14502207
asm 21-0 红外发射接收程序.asm
;//****************************************************************
;//*文件名:红外发射接受实验程序
;//*创建人:巫升辉
;//*2005.9.25
;功能:程序由定时器T0产生1HZ的调制信号由.P1.0产生,T1口对红外接收头
;接受的信号进行处理并送显示,注:一般红外
www.eeworm.com/read/366374/9819669
asv homework_one2151.asv
%题目2-1-5 演示程序:
%f1=1Hz,f2=3Hz,相对振幅delta=0.5,初相位phi=180,抽样间隔T=0.1秒,序列长length=10
clc;clf;
f1=1;f2=3; delta=0.5; phi=180; T=0.1; N=10; %设置参数
n=0:N-1;
www.eeworm.com/read/366374/9819676
m homework_one2151.m
%题目2-1-5 演示程序:
%f1=1Hz,f2=3Hz,相对振幅delta=0.5,初相位phi=180,抽样间隔T=0.1秒,序列长length=10
clc;clf;
f1=1;f2=3; delta=0.5; phi=180; T=0.1; N=10; %设置参数
n=0:N-1;