代码搜索:INTERVAL

找到约 8,094 项符合「INTERVAL」的源代码

代码结果 8,094
www.eeworm.com/read/201589/5057548

m burstnoise.m

function N=BurstNoise(N_Interval,N_Length,Sig_Length) %本函数完成生成突发噪声的功能 %本函数三个输入参数分别对应突发间隔、突发长度、信号矢量长度,输出为产生的突发噪声 %噪声 N=zeros(1,Sig_Length); for i=1:N_Interval:Sig_Length%按突发间隔将噪声分段 start_poi
www.eeworm.com/read/201589/5057569

m burstnoise.m

function N=BurstNoise(N_Interval,N_Length,Sig_Length) %本函数完成生成突发噪声的功能 %本函数三个输入参数分别对应突发间隔、突发长度、信号矢量长度,输出为产生的突发噪声 %噪声 N=zeros(1,Sig_Length); for i=1:N_Interval:Sig_Length%按突发间隔将噪声分段 start_poi
www.eeworm.com/read/290713/8466006

srd d_dddw_sales_reps.srd

$PBExportHeader$d_dddw_sales_reps.srd $PBExportComments$Grid: Employee ID, name release 8; datawindow(units=0 timer_interval=0 color=1083244543 processing=1 HTMLDW=no print.documentname="" print.o
www.eeworm.com/read/390373/8468573

m ofdm.m

clear all; A = [1 1/exp(1) 1/exp(2)]; % power delay profile N = 64; % number of symbols in a single OFDM symbol GI = 16; % guard interval Mt = 1; % number of Tx antennas Mr = 1; % number of Rx a
www.eeworm.com/read/188938/8507887

srd dw_getmater_query_bygood_total.srd

$PBExportHeader$dw_getmater_query_bygood_total.srd $PBExportComments$领料汇总(按品种) release 9; datawindow ( units=0 timer_interval=0 color=79741120 processing=1 print.documentname="" print.orientation=
www.eeworm.com/read/289518/8546696

h main.h

#define LEVELS 3 #define HAVE_LORES_TIMER #ifdef HAVE_LORES_TIMER /* use the low-resolution interval timer system call to collect timings */ # define USE_TIMER # include # inclu
www.eeworm.com/read/288660/8615018

ssf a8255.ssf

SIMULATOR_SETTINGS { FOCUS_ENTITY_NAME = |a8255; ESTIMATE_POWER_CONSUMPTION = OFF; GLITCH_INTERVAL = 1ns; GLITCH_DETECTION = OFF; SIMULATION_COVERAGE = ON; CHECK_OUTPUTS = OFF; RECOVERY
www.eeworm.com/read/431675/8661762

m knn_map.m

%KNN_MAP Map a dataset on a K-NN based classifier % % F = knn_map(A,W) % % Maps the dataset A by the K-NN classfier W on the [0,1] interval % for each of the classes W is trained on. The posterior
www.eeworm.com/read/428159/8889182

c main.c

/* main.c - Fixed Interval Timer interrupt example */ /* Rev 1.0 April 19, 2004 S.Mihalik, Copyright Freescale, 2004. All Rights Reserved */ /* Rev 1.1 Sept 1, 2004 SM - simplfied, syntax changes */
www.eeworm.com/read/379667/9190009

m interpolation_by_dfs.m

function [xi,Xi] = interpolation_by_DFS(T,x,Ws,ti) %T : sampling interval (sample period) %x : discrete-time sequence %Ws: normalized stop frequency (1.0=pi[rad]) %ti: interpolation time range o