代码搜索:同步信号

找到约 10,000 项符合「同步信号」的源代码

代码结果 10,000
www.eeworm.com/read/129893/14218579

m exa030307.m

%--------------------------------------------------------------------------------------- % exa030307.m, for example 3.3.7 and fig 3.3.7 % 说明多普勒信号的WVD; % % 注:在该程序中,用到了子程序 tfrwv.m, % 还要用到
www.eeworm.com/read/129893/14218654

m exa030306.m

%--------------------------------------------------------------------------------------- % exa030306.m, for example 3.3.6 and fig 3.3.6 % 说明高斯线性调频信号的WVD; % % 注:在该程序中,用到了子程序 tfrpwv.m, %
www.eeworm.com/read/217392/14967039

m exa030307.m

%--------------------------------------------------------------------------------------- % exa030307.m, for example 3.3.7 and fig 3.3.7 % 说明多普勒信号的WVD; % % 注:在该程序中,用到了子程序 tfrwv.m, % 还要用到
www.eeworm.com/read/217392/14967112

m exa030306.m

%--------------------------------------------------------------------------------------- % exa030306.m, for example 3.3.6 and fig 3.3.6 % 说明高斯线性调频信号的WVD; % % 注:在该程序中,用到了子程序 tfrpwv.m, %
www.eeworm.com/read/217300/14969965

c p8-5.c

#include #include void (*signal( int sig, void (*handler) (int))) (int) { struct sigaction act, oact; /* 检查信号*/ if (handler == SIG_ERR || sig < 1 |
www.eeworm.com/read/216800/14991928

m exa030307.m

%--------------------------------------------------------------------------------------- % exa030307.m, for example 3.3.7 and fig 3.3.7 % 说明多普勒信号的WVD; % % 注:在该程序中,用到了子程序 tfrwv.m, % 还要用到
www.eeworm.com/read/216800/14992005

m exa030306.m

%--------------------------------------------------------------------------------------- % exa030306.m, for example 3.3.6 and fig 3.3.6 % 说明高斯线性调频信号的WVD; % % 注:在该程序中,用到了子程序 tfrpwv.m, %
www.eeworm.com/read/214925/15082863

asv conv_intime.asv

function [ y ] = conv_intime ( h ) % ------------------------------------------------------------------ % The function of compute the intime convolution y[n] = x[n] * h[n] % 求系统固定,输入信号不定的离散时间序列卷积函数
www.eeworm.com/read/214925/15082869

m conv_intime.m

function [ y ] = conv_intime ( h ) % ------------------------------------------------------------------ % The function of compute the intime convolution y[n] = x[n] * h[n] % 求系统固定,输入信号不定的离散时间序列卷积函数
www.eeworm.com/read/211320/15182990

m demodulation.m

function demod_out = demodulation(demod_in,mod_mode) %%************************************************************************* %%Function information: %%由信道信号的复数值解调对应的二进制序列(In this program,the c