代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/465316/7053049
m reader_m.m
% Setup System Parameters
c1 = 0.1 % Reader power coefficient
c2 = 0.567 % Tag power coefficient
pinitial = 0.1 % Initial Power
pmax = 10 % Max Power
pmin = 0.1 % Min Power
SNR_q = 1
www.eeworm.com/read/254517/7072427
m binomialxfrmrbw.m
% BINOMIALXFRMRBW Calculate the bandwidth of a binomial transformer
%
% [BW] = BINOMIALXFRMRBW (Zl, Z0, N, GammaM) calcultaes the relative bandwidth
% of an N section binomial trans
www.eeworm.com/read/222631/7092944
m chap9_2f.m
%Three Loop of Flight Simulator Servo System with Direct Current Motor
clear all;
close all;
%(1)Current loop
L=0.001; %L
www.eeworm.com/read/111921/7148802
cpp polyvaluetwodim.cpp
//PolyValueTwoDim.cpp 二维实(复)多项式求值示例
#include //输入输出流头文件
#include //多项式及连分式头文件
using namespace std; //名字空间
//求多项式p(x,y)在多点处的函数值
void main(void)
{
cout
www.eeworm.com/read/462459/7201228
m c.m
% combination coefficient function
% Copyright by Nguyen Quoc Duan - EMMC11
% Purpose : to compute the coefficients in Newton expansion
% these coefficients also occur in Bezier curves
www.eeworm.com/read/462153/7208398
m divergence.m
function [divF] = divergence(F,coeff)
% compute the divergence of the gradient of f
% multiplied by a diffusion coefficient
% forward difference scheme
%
% Copyright 2006 Paolo Favaro (p.favaro@h
www.eeworm.com/read/461294/7229963
m coef2b.m
function [b]=coef2b(coefs,thsize);
%
% [b]=coef2b(coefs,thsize);
%
% Converts a coefficient string into a bias
% vector
%
% b = returned bias vector
% coefs = coefficient string
% thsize = nu
www.eeworm.com/read/458661/7291848
m nfig.m
% nfig.m - noise figure of two-port
%
% Usage: F = nfig(Fmin, rn, gGopt, gG);
%
% Fmin = minimum noise figure in dB
% rn = normalized noise resistance Rn/Z0
% gGopt = optimum source reflecti
www.eeworm.com/read/458493/7295763
m demoode45args.m
function demoODE45args(alpha)
% demoODE45args Integrate dy/dt = -alpha*y; y(0) = 1 with variable alpha
%
% Synopsis: demoODE45
% demoODE45(alpha)
%
% Input alpha = (optional)
www.eeworm.com/read/458488/7296139
m demoode45args.m
function demoODE45args(alpha)
% demoODE45args Integrate dy/dt = -alpha*y; y(0) = 1 with variable alpha
%
% Synopsis: demoODE45
% demoODE45(alpha)
%
% Input alpha = (optional)