代码搜索:containing
找到约 10,000 项符合「containing」的源代码
代码结果 10,000
www.eeworm.com/read/299923/7820400
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/434208/7881497
html stackedbarchart3ddemo5.html
StackedBarChart3DDemo5
A panel containing four stacked bar charts with 3D effect, each with a different orientation.
www.eeworm.com/read/433768/7910590
m coldhot.m
function [cm] = coldhot(m)
%
% COLDHOT Shades of purple to blue to white to red to yellow colormap.
% COLDHOT(M) returns an M-by-3 matrix containing a
% "coldhot colormap"
%
% See also HSV,
www.eeworm.com/read/298649/7947845
m fil.m
function [out]=fil(in,f);
%
% Filters the data using a first order filter
%
% [out]=fil(in,f);
%
% f is a vector containing the filter constants
%
% Updated to use MATLAB's built in filter rou
www.eeworm.com/read/298613/7949437
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/197588/7985219
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/197565/7985936
m cp0901_muiber_2pam.m
%
% Function 9.4 : "cp0901_MUIBER_2PAM"
%
% Evaluates the theoretical probability of error
% for a 2PAM system in AWGN channels under the
% Standard Gaussian Approximation
%
% 'ebn0' is a v
www.eeworm.com/read/297543/8012077
in potfiles.in
# List of source files containing translatable strings.
## Created by Anjuta - will be overwritten
## If you don't want it to overwrite it,
## Please disable it in the Anjuta project configuration
www.eeworm.com/read/196830/8055940
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/397102/8068057
m labelim.m
%LABELIM Construct image from objectlabels in case of feature images
%
% IM = LABELIM(A)
% IM = A*LABELIM
%
% If A is a dataset containing images stored as features, so
% each pixel is an object, than