代码搜索:INTERVAL

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

代码结果 8,094
www.eeworm.com/read/440821/7680576

m ofdm_signal.m

% Faculty of Engineering, University of Fukui. 2003/11/11 % coded by Sokthai Chan (sokthai@msn.com) % OFDM signal and its spectrum ( Guard Interval insertion ) clear all; Fd=1; % s
www.eeworm.com/read/298871/7929106

m satlin.m

function a = satlin(n,b) %SATLIN Saturating linear transfer function. % % SATLIN(N) % N - SxQ Matrix of net input (column) vectors. % Returns values of N truncated into the interval [0, 1]. %
www.eeworm.com/read/397102/8068072

m normal_map.m

%NORMAL_MAP Map a dataset on a normal densities based classifier % % F = normal_map(A,W) % % Maps the dataset A by the normal densities based classfier W on a % [0,1] interval for each of the clas
www.eeworm.com/read/296321/8109908

m ofdm.m

% Faculty of Engineering, University of Fukui. 2003/11/11 % coded by Sokthai Chan (sokthai@msn.com) % OFDM signal and its spectrum ( Guard Interval insertion ) clear all; Fd=1; % s
www.eeworm.com/read/146232/12662899

m ofdm_signal.m

% Faculty of Engineering, University of Fukui. 2003/11/11 % coded by Sokthai Chan (sokthai@msn.com) % OFDM signal and its spectrum ( Guard Interval insertion ) clear all; Fd=1; % s
www.eeworm.com/read/244381/12869707

m dcl_pend.m

% Simulation of the sampled-data closed-loop system % sim_pend % % discretization interval Ts = input ('Enter sampling period Ts = '); KD = samhld(K,Ts); % % response to the reference input t
www.eeworm.com/read/136754/13362557

m morlet.m

function mo = morlet(a,ts,int) %mo = morlet(a,ts,int) creates a morlet wavelet dilated to a factor 'a'. %Time axis goes from -int to int in steps of ts, the sampling interval. %Note: a MUST NOT be
www.eeworm.com/read/321163/13411436

m ofdm_signal.m

% Faculty of Engineering, University of Fukui. 2003/11/11 % coded by Sokthai Chan (sokthai@msn.com) % OFDM signal and its spectrum ( Guard Interval insertion ) clear all; Fd=1; % s
www.eeworm.com/read/321160/13411491

m ip_01_07.m

% MATLAB script for Illustrative Problem 7, Chapter 1. echo on df=0.01; % Freq. resolution fs=5; % Sampling frequency ts=1/fs; % Sampling interval t=[-5:ts:5];
www.eeworm.com/read/316990/13513034

java sumnumbers.java

/* * SumNumbers.java E.L. 2001-08-12 * * The program calculates and prints all sums in the interval [0, 9] */ class SumNumbers { public static void main(String[] args) { for (i