代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/154673/11939214
m lms.m
function [W,Y]=lms(X,d,n,u)
% X: input data
% d: reference value
% n: adaptive filter order
% u: factor
% Wi: weight
% Y: actual output
format long;
m=length(X);
W=zeros(n,m);
Y=zeros(1,
www.eeworm.com/read/154092/11989897
m ex5_2.m
%
% This file computes various quality factors and
% generates the graph for Example 5.2
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
%
www.eeworm.com/read/256508/11993642
c feret_neighbor.c
/*---------------------------------------------------------------
PROGRAM : neighbor.c
DATE : 8/3/94
AUTHOR : Wasiuddin Wahid, wasi@media.mit.edu
_________________________________________
www.eeworm.com/read/153678/12013749
cpp sieve.cpp
//: C17:Sieve.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
#include
#include
www.eeworm.com/read/342210/12034881
m capacity_rician.m
function outage=capacity_rician(SNR,M,k,output)
%**************************************************************************
%This program illustrates the coding for determining the capacity in the
www.eeworm.com/read/342210/12035173
m capacity_rician.m
function outage=capacity_rician(SNR,M,k,output)
%**************************************************************************
%This program illustrates the coding for determining the capacity in the
www.eeworm.com/read/153018/12066827
m two2n.m
function [IndicesN]=Two2N(DimX,Indices2);
% function [IndicesN]=Two2N(DimX,Indices2);
%
% 'two2n.m'
% $ Version 0.01 $ Date 11. July 1997 $ Not compiled $
%
% This algorithm requires access to:
www.eeworm.com/read/254742/12121057
m program_13_2.m
% Program 13_2
% Illustration of Down-Sampling by an Integer Factor
%
clf;
N = input('Output length = ');
M = input('Down-sampling Factor = ');
fo = input('Input signal frequency = ');
% Genera
www.eeworm.com/read/254742/12121068
m program_13_1.m
% Program 13_1
% Illustration of Up-Sampling by an Integer Factor
%
clf;
N = input('Input length = ');
L = input('Up-sampling Factor = ');
fo = input('Input signal frequency = ');
% Generate t
www.eeworm.com/read/152083/12142663
cpp d13r7.cpp
#include "iostream.h"
#include "math.h"
#include "stdlib.h"
void main()
{
//program d13r7
//driver for routine ftest
int npts = 1000, nval = 10;
int i,j,mpts = 500;
doub