代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/140180/5794451
c headphone.c
/*****************************************************************************
* headphone.c : headphone virtual spatialization channel mixer module
* -> gives the feeling of a real ro
www.eeworm.com/read/135709/5881927
c headphone.c
/*****************************************************************************
* headphone.c : headphone virtual spatialization channel mixer module
* -> gives the feeling of a real ro
www.eeworm.com/read/387560/8665245
m epl_em_sparse_test.m
% epl_em_sparse_test.m
% Script to test epl_em_sparse with phantom
%
% Parameters:
% beta - multiplicative factor of norm regularization term
% norm - ell-0 or ell-1 norm
% gammaj - value to make eac
www.eeworm.com/read/429621/8798150
m p20hp.m
% Parameters of 20 hp, three-phase induction machine
Sb = 20*746; % rating in VA
Vrated = 220; % rated line-to-line voltage in V
pf = 0.853; % rated power factor
Irated = Sb/(sqrt(3)*Vrated*p
www.eeworm.com/read/429621/8798223
m m2.m
% M-file for Project 2 on space vectors in Chapter 5.
% m2.m prompts the user for the values of m, n and attenuation
% factor used in the SIMULINK file s2.m
% It also plots the results of th
www.eeworm.com/read/429621/8798315
m p20hp.m
% Parameters of 20 hp, three-phase induction machine
Sb = 20*746; % rating in VA
Vrated = 220; % rated line-to-line voltage in V
pf = 0.853; % rated power factor
Irated = Sb/(sqrt(3)*Vrated*p
www.eeworm.com/read/361166/10065352
smoothing-export
% Smoothing factor p
% Time span of interest t
t=[t0:dt:tf];
% Noise strength sigma
% Input noisy signal
sig=sin(t)+sigma*randn(1,length(t));
% Perform fft to break down components
www.eeworm.com/read/361166/10065355
m smoothingscript.m
% Smoothing factor p
% Time span of interest t
t=[t0:dt:tf];
% Noise strength sigma
% Input noisy signal
sig=sin(t)+sigma*randn(1,length(t));
% Perform fft to break down components
www.eeworm.com/read/359810/10123966
m res_cdf_insttp.m
% CDF of instantaneous cell throughput
% calculated by B * R * * 6 * 12 (~Err) / T;
function [result,fileidx] = res_cdf_instTP(test_resource_allocation_idx,UE,MIMO,loaddir,result,fileidx,av_factor,Com
www.eeworm.com/read/358669/10182307
m script_fit_distortion_fisheye.m
satis_distort = 0;
while ~satis_distort,
k_g_save = k_g;
k_g = input(['Guess for distortion factor kc ([]=' num2str(k_g_save) '): ']);
if isem