代码搜索:containing
找到约 10,000 项符合「containing」的源代码
代码结果 10,000
www.eeworm.com/read/255577/12072846
asv f_cascade.asv
function [B,A,b_0] = f_cascade (b,a)
%F_CASCADE: Find cascade form digital filter realization
%
% H(z) = b_0*H_1(z)*H_2(z)*...*H_N(z)
%
% Usage: [B,A,b_0] = f_cascade (b,a)
www.eeworm.com/read/255577/12072849
m f_cascade.m
function [B,A,b_0] = f_cascade (b,a)
%F_CASCADE: Find cascade form digital filter realization
%
% H(z) = b_0*H_1(z)*H_2(z)*...*H_N(z)
%
% Usage: [B,A,b_0] = f_cascade (b,a)
www.eeworm.com/read/255577/12072855
m f_spec.m
function [A,phi,S,f] = f_spec (x,N,fs)
%F_SPEC: Compute magnitude, phase, and power density spectra
%
% Usage: [A,phi,S,f] = f_spec (x,N,fs);
%
% Inputs:
% x = vector of length M con
www.eeworm.com/read/255577/12072977
m f_bilin.m
function [B,A] = f_bilin (b,a,fs)
%F_BILIN: Bilinear analog to digital filter transformation
%
% Usage: [B,A] = f_bilin (b,a,fs)
%
% Description: Convert an analog filter H(s) = b(s)/a(s)
www.eeworm.com/read/152557/12106134
html nested-functions.html
Using the GNU Compiler Collection (GCC)
www.eeworm.com/read/340868/12129951
htm websgetrequestdir.htm
websGetRequestDir -- GoAhead WebServer API
www.eeworm.com/read/151567/12200463
m diagproduct.m
function d = diagProduct(X, Y)
% d = diagProduct(X, Y)
%
% Outputs the diagonal of the product of X and Y.
% Faster than diag(X*Y).
%
% Inputs
%
% X matrix (m-by-n)
% Y matrix (n-by-m)
www.eeworm.com/read/151561/12201073
m casfiltr.m
function y=casfiltr(b0,B,A,x);
% CASCADE form realization of IIR and FIR filters
% -------------------------------
% y=casfiltr(b0,A,B,x)
% y=output sequence
% b0=gain coefficient of CASCADE form
www.eeworm.com/read/339483/12231556
sh lowercase.sh
#!/bin/bash
#
# Changes every filename in working directory to all lowercase.
#
# Inspired by a script of John Dubois,
#+ which was translated into Bash by Chet Ramey,
#+ and considerably simplified
www.eeworm.com/read/339447/12235567
in potfiles.in
# List of source files containing translatable strings.
g2ipmsg.server.in
g2ipmsg.schemas.in
g2ipmsg.desktop.in
g2ipmsg.xml
src/copying.h
src/main.c
src/interface.c
src/callbacks.c
src/support.c
src/c