代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/424063/10500182
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/352668/10527202
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/423536/10553115
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/158963/10707682
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/274975/10842142
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/418695/10935271
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/467324/7009809
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/460275/7254467
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/456354/7351342
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/444944/7602381
js home.js
function moveElement(elementID,final_x,final_y,interval) {
if (!document.getElementById) return false;
if (!document.getElementById(elementID)) return false;
var elem = document.getElementById(e