代码搜索:信号链

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

代码结果 10,000
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
www.eeworm.com/read/207518/15269665

c tim.c

#include "main.h" //-*----------------------------------------------------*-// //前一部分实现TIM通道7脉宽测量 //-*----------------------------------------------------*-// uint TIM0; //用于记录速度信号的第
www.eeworm.com/read/18598/796662

tdf 8d.tdf

% 8D寄存器 % SUBDESIGN 8d % *********子模块头,和文件同名******** % ( % **************** 信号定义 *********** % in[7..0] : INPUT = VCC; clk : INPUT = VCC; out[7..0] : OUTPUT; ) VARIABLE
www.eeworm.com/read/27476/983804

51

void start() //开始信号 { sda=1; delay(); scl=1; delay(); sda=0; delay(); } void stop() //停止 { sda=0; delay(); scl=1; delay(); sda=1; delay(); } void respons() //应答
www.eeworm.com/read/438357/1825619

m demodulation.m

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

m cepstrum.m

function cm=cepstrum(s) %此函数的功能是求语音信号的倒谱 cm= real(ifft(log(abs(fft(s))))); %y2=rceps(x);
www.eeworm.com/read/395688/8160013

m exa030307.m

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

m exa030306.m

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