代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/334931/12561345
m minphase.m
function [y,ssp,iter] = minphase(g);
% Extracts the minimum phase factor y from a linear-phase filter.
% Input: g = [g(0) g(1) . . . g(N)] (row vector) where
% the g vector is the right-half of a l
www.eeworm.com/read/334931/12561643
m minphase.m
function [y,ssp,iter] = minphase(g);
% Extracts the minimum phase factor y from a linear-phase filter.
% Input: g = [g(0) g(1) . . . g(N)] (row vector) where
% the g vector is the right-half of a l
www.eeworm.com/read/237896/13921313
m fig2_21.m
% Use this program to reproduce Fig. 2.20 of text.
close all
clear all
np = 4;
pfa = 1e-7;
pdm = 0.99945;
pda = 0.99812;
% calculate the improvement factor
Im = improv_fac(np,pfa, pdm);
Ia =
www.eeworm.com/read/105551/15665248
h express.h
#ifndef __EXPRESS.H__
#define __EXPRESS.H__
#include "Common.h"
#include "Math.h"
// Express.cpp中的函数
double Factor(const char [], int &);
double Term(const char [], int &);
double Expressio
www.eeworm.com/read/291235/8433355
cpp factrl.cpp
#include
#include "nr.h"
using namespace std;
DP NR::factrl(const int n)
{
static int ntop=4;
static DP a[33]={1.0,1.0,2.0,6.0,24.0};
int j;
if (n < 0) nrerror("Negative factor
www.eeworm.com/read/433114/8545697
m l1_slope_intercept.m
function [a,b]=l1_slope_intercept(x,y,alpha)
% Compute L2 approximation to slope and intercept
% y =a + b x
% With correction factor for Nsiko-well
% Written by: E. R.: August 8, 2003
% last updated:
www.eeworm.com/read/432196/8620511
m decimation_interpolation.m
clc
clear all
close all
x=imread('rose.tif');
[r c] = size(x);
dif=2; %decimation and interpolation factor
figure(1)
subplot(231),imshow(x),title([' original image [', num2str(size(x)), ']'])
fig
www.eeworm.com/read/432196/8620517
asv decimation_interpolation.asv
clc
clear all
close all
x=imread('rose.tif');
[r c] = size(x);
dif=2; %decimation and interpolation factor
figure(1)
subplot(231),imshow(x),title([' original image [', num2str(size(x)), ']'])
fig
www.eeworm.com/read/431114/8709081
cpp path_loss.cpp
#include "path_loss.hpp"
#include "utility.hpp"
#include "wireless_comm_signal.hpp"
#include "physical_layer.hpp"
const double FreeSpace::m_DEFAULT_LOSS_FACTOR = 1.0;
const double TwoRay::m_DE
www.eeworm.com/read/378252/9239225
c recipe.c
#include "DSP28_Device.h"
void InitRecipe(RECIPE* recipe)
{
int i;
for(i=0; ipara[i].ia_fun = GetValueFromRecipe;
recipe->para[i].init_factor = InitFactor;
reci