代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/197565/7985958
m cp0702_gaussian_derivatives_peak_frequency.m
%
% FUNCTION 7.5 : "cp0702_Gaussian_derivatives_peak
% frequency"
%
% Analysis of peak frequency of the first 15 derivatives of
% the Gaussian pulse as a function of the shape factor
%
% 'smp'
www.eeworm.com/read/297707/8002406
c lind6-7.c
#include
void main()
{
int f,t,n=1,d; //f:factor t:temp d:denominator n:number
while(n>=1&&n
www.eeworm.com/read/197130/8027168
m 7.6.m
%
% FUNCTION 7.6 : "cp0702_Gaussian_derivatives_
% 10dB_bandwidth"
%
% Analysis of -10 dB of the first 15 derivatives of the
%
% 'smp' samples of the Gaussian pulse are considered in
% the tim
www.eeworm.com/read/145776/12703122
m cfdlms.m
%CFDLMS Constrained Frequency-Domain LMS algorithm
%
% 'ifile.mat' - input file containing:
% Nr - members of ensemble
% N - iterations
% Sx - standard deviation of input
% B -
www.eeworm.com/read/244471/12861415
m gaussianmask.m
function M = gaussianMask(k,s)
% k: the scaling factor
% s: standard variance
R = ceil(3*s); % cutoff radius of the gaussian kernal
for i = -R:R,
for j = -R:R,
M(i+ R+1,j+R+1) =
www.eeworm.com/read/244387/12869286
c primes3.c
/*
* File: primes3.c
* ---------------
* This program prints out a list of all prime numbers between
* the limits LowerLimit and UpperLimit. This version corrects
* the errors in primes2.c and r
www.eeworm.com/read/328223/13040034
txt syntax.txt
list -> list ; stmt | stmt
stmt -> IF expr THEN stmt
| IF expr THEN stmt ELSE stmt
| WHILE expr DO stmt
| BEGIN list END
| ID := expr
expr -> expr + term | term
term -> term * factor | fa
www.eeworm.com/read/240990/13180557
m cp0702_gaussian_derivatives_peak_frequency.m
%
% FUNCTION 7.5 : "cp0702_Gaussian_derivatives_peak
% frequency"
%
% Analysis of peak frequency of the first 15 derivatives of
% the Gaussian pulse as a function of the shape factor
%
% 'smp'