代码搜索:containing
找到约 10,000 项符合「containing」的源代码
代码结果 10,000
www.eeworm.com/read/448656/7527632
fig automake.fig
#=========================================================================
# Sample AUTOMAKE configuration file (LF90)
# (lines beginning with a # are comments)
#=================================
www.eeworm.com/read/448529/7531916
m casfiltr.m
function y = casfiltr(b0,B,A,x);
% CASCADE form realization of IIR and FIR filters
% -----------------------------------------------
% y = casfiltr(b0,B,A,x);
% y = output sequence
% b0 = gain c
www.eeworm.com/read/448526/7532123
m make_rp.m
% This file makes the structure containing the run
% parameters used for the Adpative Equalization experiment
rp.Nruns = 200;
rp.var_v = 0.001;
rp.decay = 0;
rp.p = 11;
www.eeworm.com/read/447384/7553708
cmd ex17_tft.cmd
*---------------------------------------------------------------
* S+core IDE Command File
*
* Note: Comment line start with '*'(in the first char)
* No
www.eeworm.com/read/445470/7595261
m signal_averaging.m
% sigav.m - signal averaging
%
% y = sigav(D, N, x)
%
% D = length of each period
% N = number of periods
% x = row vector of length at least ND (doesn't check it)
% y = length-D row vector containing
www.eeworm.com/read/444916/7602776
cc option.cc
/** @file
Option - class for widget containing one editable setting
Abstract class, must be subclassed for editing specific option types (integer, string ...)
@author Martin Petricek
*/
#i
www.eeworm.com/read/441838/7664160
m transientmovie_harmonicfield.m
% Usage
% The complex field (Magnitude + Phase) value are in j system and i is reserved for the imaginary sign.
% You should ensure that each element of matrix Magnitude & Phase corresponds exac
www.eeworm.com/read/441462/7670167
m rbfn.m
function [rbfmodel,error] = rbfn(X,Y,clusters,sigma)
% [rbfmodel,error] = rbfn(X,Y,clusters,sigma)
%
% Radial Basis Function regression model construction.
%
% Input parameters:
% - X: In
www.eeworm.com/read/441245/7673135
m getfiles.m
%GETFILES Get datafile FILES field
%
% FILES = GETFILES(A)
% FILE = GETFILES(A,N)
%
% Retrieves the filenames on which the datafile A is defined,
% or just the name of the N-th file.
% If N lar
www.eeworm.com/read/439437/7709118
m casfiltr.m
function y = casfiltr(b0,B,A,x);
% CASCADE form realization of IIR and FIR filters
% -----------------------------------------------
% y = casfiltr(b0,B,A,x);
% y = output sequence
% b0 = gain c