代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/184747/9081518
m c15_intervals2.m
% File: c15_intervals2.m
% Software given here is to accompany the textbook: W.H. Tranter,
% K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of
% Communication Systems Simulation with
www.eeworm.com/read/184267/9114038
m loweq.m
function xl=loweq(x,ts,f0)
% xl=loweq(x,ts,f0)
%LOWEQ Returns the lowpass equivalent of the signal x.
% f0 is the center frequency.
% ts is the sampling interval.
%
t=[0:ts:ts*(length(x)-1
www.eeworm.com/read/184267/9114098
m loweq.m
function xl=loweq(x,ts,f0)
% xl=loweq(x,ts,f0)
%LOWEQ Returns the lowpass equivalent of the signal x.
% f0 is the center frequency.
% ts is the sampling interval.
%
t=[0:ts:ts*(length(x)-1
www.eeworm.com/read/281557/9150450
c t0mesure.c
///////////////T0 对/INT0输入信号脉宽测量/////////////////
//////////////////t0mesure.c/////////////////////////////////////////////
#include "c8051F040.h"
idata unsigned int interval0;
idata unsigned char
www.eeworm.com/read/182909/9185891
m girem.m
% Function 4-4
% girem.m
%
% Function to remove guard interval from received signal
%
% Programmed by T.Yamamura and H.Harada
%
function [iout,qout]= girem(idata,qdata,fftlen2,gilen,nd);
%
www.eeworm.com/read/182909/9185914
m interwave.m
% Function 4-10
% interwave.m
%
% Function to add interference wave
%
% Programmed by T.Yamamura and H.Harada
%
function [iout,qout]=interwave(ci,spow,ml,nsamp,tstp,fadingpara);
%*********
www.eeworm.com/read/379471/9195021
as raster.as
/**
*
*
* Raster class
*
* @author Didier Brun aka Foxy - www.foxaweb.com
* @version 1.3
* @date 2006-01-06
* @link http://www.foxaweb.com
*
* AUTHORS *****************************
www.eeworm.com/read/379443/9197157
m girem.m
% Function 4-4
% girem.m
%
% Function to remove guard interval from received signal
%
% Programmed by T.Yamamura and H.Harada
%
function [iout,qout]= girem(idata,qdata,fftlen2,gilen,nd);
%
www.eeworm.com/read/379443/9197178
m interwave.m
% Function 4-10
% interwave.m
%
% Function to add interference wave
%
% Programmed by T.Yamamura and H.Harada
%
function [iout,qout]=interwave(ci,spow,ml,nsamp,tstp,fadingpara);
%*********
www.eeworm.com/read/379240/9203787
m c15_intervals2.m
% File: c15_intervals2.m
% Software given here is to accompany the textbook: W.H. Tranter,
% K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of
% Communication Systems Simulation with