代码搜索:1KHZ
找到约 286 项符合「1KHZ」的源代码
代码结果 286
www.eeworm.com/read/394823/7095222
v bell.v
module Bell(Alarm_clock,Set_Hr,Set_Min,Hour,Minute,Second,SetHrkey,
SetMinkey,_1kHz,_500Hz,_1Hz,CtrlBell);
output Alarm_clock;
output [7:0]Set_Hr,Set_Min;
wire[7:0]Set_Hr,Set_Min;
wire Ala
www.eeworm.com/read/394823/7095357
v bell.v
module Bell(Alarm_clock,Set_Hr,Set_Min,Hour,Minute,Second,SetHrkey,
SetMinkey,_1kHz,_500Hz,_1Hz,CtrlBell);
output Alarm_clock;
output [7:0]Set_Hr,Set_Min;
wire[7:0]Set_Hr,Set_Min;
wire Ala
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/301588/13855724
m exa137.m
%exa137_tripuls_sawtooth.m for example 1-37
%tripuls function to sawtooth tripuls函数产生的锯齿波
clear all;
t=0:1/1e3:1;%1kHz sample freq for 1sec
d=0:1/3:1;%3Hz repetition freq
y=pulstran(t,d,'tripuls'
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/492125/6424291
sp 2-1tran input resistance.sp
tran, current mirror HW3 trans
.options list node post
**.option scale=0.13u
.op
.include '13u.l'
vin 7 GND sin(0 1 1khz)
r1 vdd 1 3k
VDD vdd 0 DC 1.2
ibias vdd 1 DC 200u
**vo 3 0 DC
www.eeworm.com/read/125100/14513440
m aeclms.m
clear;clc;
%采样点数
N=25000;
%系统采样频率fs=8kHz
Ts=125e-6;
%以下为网络响应h(n)
n=10;hn=2:n;hn=1./hn;
A=1;
Choice=menu('请选择信号形式',' 1KHz正弦信号 ',' [0,1]均匀分布信号 ',' EXIT ');
if Choice==1;
www.eeworm.com/read/123379/14636224
m echo_cancellation_lms.m
clear;clc;
%采样点数
N=25000;
%系统采样频率fs=8kHz
Ts=125e-6;
%以下为网络响应h(n)
n=10;hn=2:n;hn=1./hn;
A=1;
Choice=menu('请选择信号形式',' 1KHz正弦信号 ',' [0,1]均匀分布信号 ',' EXIT ');
if Choice==1;