代码搜索:脉冲信号
找到约 10,000 项符合「脉冲信号」的源代码
代码结果 10,000
www.eeworm.com/read/418390/2089466
60cd602fc093001d1048ca0b878feed2
/****************************************************
* 模块名称:普通模式
* 模块功能:接收GPS信号,与PC机通信
* IP CORE:gps_uart,scdt_uart
* 备注:
* 由navigator团队创建
***********************************************
www.eeworm.com/read/402141/2332903
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/386897/2565618
pas p2p_public.pas
unit P2P_PUBLIC;
interface
//-------------------常量定义---------------------
const
SERVER_PORT = 9001;
CLIENT_PORT = 5001;
IsFalse = '0';
IsTrue = '1';
LogonSign = 1; //注册信号
www.eeworm.com/read/386897/2565671
pas p2p_public.pas
unit P2P_PUBLIC;
interface
//-------------------常量定义---------------------
const
SERVER_PORT = 9001;
CLIENT_PORT = 5001;
IsFalse = '0';
IsTrue = '1';
LogonSign = 1; //注册信号
www.eeworm.com/read/386897/2565690
pas p2p_public.pas
unit P2P_PUBLIC;
interface
//-------------------常量定义---------------------
const
SERVER_PORT = 9001;
CLIENT_PORT = 5001;
IsFalse = '0';
IsTrue = '1';
LogonSign = 1; //注册信号
www.eeworm.com/read/384950/2596243
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/358021/3007629
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/284942/6788916
m gmsk_phase.m
function phase = gmsk_phase(data,data_len,sample_number,qt)
%计算调制相位
%**************************************************************************
%data 输入信号序列
%data_len 序列长度
%sample
www.eeworm.com/read/395688/8160245
m exa070502.m
%----------------------------------------------------------------------------
% exa070502.m for example 7.5.2 and fig 7.5.2
% 本程序说明如何利用两通道滤波器组实现信号的分解和重建;
%-----------------------------------------
www.eeworm.com/read/174423/9588045
m exa070502.m
%----------------------------------------------------------------------------
% exa070502.m for example 7.5.2 and fig 7.5.2
% 本程序说明如何利用两通道滤波器组实现信号的分解和重建;
%-----------------------------------------