代码搜索:同步信号
找到约 10,000 项符合「同步信号」的源代码
代码结果 10,000
www.eeworm.com/read/231909/14216465
c pcm编码的c源程序.c
///////////////////////////////////////////////////////////////////////////////////////////
//pcm码被放在code【】数组中。code【0】为符号位。
//该段程序完成了由输入信号抽样值到pcm的编码过程。
//
//
//
/////////////////////////////////
www.eeworm.com/read/129893/14218734
m exa070502.m
%----------------------------------------------------------------------------
% exa070502.m for example 7.5.2 and fig 7.5.2
% 本程序说明如何利用两通道滤波器组实现信号的分解和重建;
%-----------------------------------------
www.eeworm.com/read/230530/14282528
m gmsk_phase.m
function phase = gmsk_phase(data,data_len,sample_number,qt)
%计算调制相位
%**************************************************************************
%data 输入信号序列
%data_len 序列长度
%sample
www.eeworm.com/read/217392/14967189
m exa070502.m
%----------------------------------------------------------------------------
% exa070502.m for example 7.5.2 and fig 7.5.2
% 本程序说明如何利用两通道滤波器组实现信号的分解和重建;
%-----------------------------------------
www.eeworm.com/read/216800/14992060
m exa070502.m
%----------------------------------------------------------------------------
% exa070502.m for example 7.5.2 and fig 7.5.2
% 本程序说明如何利用两通道滤波器组实现信号的分解和重建;
%-----------------------------------------
www.eeworm.com/read/35443/894224
h mutex.h
/*********************************************************************
* Copyright (c) 2011-2012,李士伟
* All rights reserved.
*文 件 名:mutex.h
*描 述:互斥信号量头文件
*
www.eeworm.com/read/35443/894245
c mutex.c
/*********************************************************************
* Copyright (c) 2011-2012,李士伟
* All rights reserved.
*文 件 名:mutex.c
*描 述:互斥信号量
*当前版
www.eeworm.com/read/26219/955763
c 无应答程序.c
//***无应答程序Send_NoAck()
/*---------------------------------------------------------------------
Send_NoAck()函数说明:主器件为接收方,从器件为发送方,发送非应答信号。
------------------------------------------------------------
www.eeworm.com/read/477111/1364283
m insert_value.m
function y=insert_value(x,ratio)
%两路信号进行插值
y=zeros(1,ratio*length(x));
a=1:ratio:length(y);
y(a)=x;
www.eeworm.com/read/466484/1510948
m insert_value.m
function y=insert_value(x,ratio)
%两路信号进行插值
y=zeros(1,ratio*length(x));
a=1:ratio:length(y);
y(a)=x;