代码搜索:脉冲信号
找到约 10,000 项符合「脉冲信号」的源代码
代码结果 10,000
www.eeworm.com/read/39267/1122426
vhd specified_temp.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity specified_temp is
port( rise:in std_logic; -----增加温度的脉冲输入 起始温度为30℃,一次增加1℃ 最大温度为45℃
down:in std_lo
www.eeworm.com/read/328695/3437057
vhd specified_temp.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity specified_temp is
port( rise:in std_logic; -----增加温度的脉冲输入 起始温度为30℃,一次增加1℃ 最大温度为45℃
down:in std_lo
www.eeworm.com/read/193048/8255856
m ex3_12.m
% ex3_12
% 计算脉冲响应的性能指标
figure('pos',[20,20,300,200],'color','w');
axes('pos',[0.12 0.1 0.8 0.8]);
num=[0.0225];
den=[1 0.24 0.0225];
G=tf(num,den);
tt=0:.01:50;
yy=impulse(G,tt);
imppro(tt,y
www.eeworm.com/read/192552/8375547
m demodulation.m
function demod_out = demodulation(demod_in,mod_mode)
%%*************************************************************************
%%Function information:
%%由信道信号的复数值解调对应的二进制序列(In this program,the c
www.eeworm.com/read/192551/8375584
m demodulation.m
function demod_out = demodulation(demod_in,mod_mode)
%%*************************************************************************
%%Function information:
%%由信道信号的复数值解调对应的二进制序列(In this program,the c
www.eeworm.com/read/192305/8388360
m exa030307.m
%---------------------------------------------------------------------------------------
% exa030307.m, for example 3.3.7 and fig 3.3.7
% 说明多普勒信号的WVD;
%
% 注:在该程序中,用到了子程序 tfrwv.m,
% 还要用到
www.eeworm.com/read/192305/8388485
m exa030306.m
%---------------------------------------------------------------------------------------
% exa030306.m, for example 3.3.6 and fig 3.3.6
% 说明高斯线性调频信号的WVD;
%
% 注:在该程序中,用到了子程序 tfrpwv.m,
%
www.eeworm.com/read/391285/8412293
m demodulation.m
function demod_out = demodulation(demod_in,mod_mode)
%%*************************************************************************
%%Function information:
%%由信道信号的复数值解调对应的二进制序列(In this program,the c
www.eeworm.com/read/389471/8517743
txt 2.txt
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity digital_clk is
port(clk:in std_logic;--------------------------------------------------时钟信号
clr:in
www.eeworm.com/read/389471/8518033
txt ok.txt
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity digital_clk is
port(clk:in std_logic;--------------------------------------------------时钟信号
clr:in