代码搜索:Calculation
找到约 2,005 项符合「Calculation」的源代码
代码结果 2,005
www.eeworm.com/read/101557/15826527
m ric.m
function [kerr,serr] = ric(a,b,q,r,k,s,n)
%RIC Riccati residual calculation.
% [Kerr,Serr] = RIC(A,B,Q,R,K,S) Computes the error in the solution
% to the Riccati equation. Kerr is the error in the
www.eeworm.com/read/392011/8367348
m calcsnr.m
function [snrdB,ptotdB,psigdB,pnoisedB] = calcSNR(vout,f,fB,w,N)
% SNR calculation in the time domain (P. Malcovati, S. Brigati)
% function [snrdB,ptotdB,psigdB,pnoisedB] = calcSNR(vout,f,fB,w,N)
%
www.eeworm.com/read/391835/8375676
c genmenu.c
#include
#include
#include
/*
20080123 name and fileName fields swapped to save VS1000 code space.
parent field is used again
20080124 time calculation f
www.eeworm.com/read/191902/8417143
m calculate_error.m
function [train_err, test_err] = calculate_error (D, train_features, train_targets, test_features, test_targets, region, Nclasses)
% Calculate error (used by the main calculation functions)
trai
www.eeworm.com/read/388078/8637226
m dpsscal2.m
function [E,V] = dpsscal2(N,W)
% DPCSSCAL2 - Slepian Sequence calculation for short sequences
% Syntax: [E,V] = dpsscal2(N,W);
%
% Dpsscal2 calculates discrete prolate spheroidal sequences
www.eeworm.com/read/286662/8751759
m calculate_error.m
function [train_err, test_err] = calculate_error (D, train_patterns, train_targets, test_patterns, test_targets, region, Nclasses)
% Calculate error (used by the main calculation functions)
trai
www.eeworm.com/read/430016/8772653
c mpbufcal.c
/* mpBufCal.c - MP Buffer calculation source file */
/* Copyright 1999 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01b,06aug02,jr fixed buil
www.eeworm.com/read/385894/8783255
txt 2-2.txt
/TITLE,Force Calculation on a Current Carrying Conductor ! 定义工作标题
/FILNAM,ForceCal_2D,1 ! 定义工作文件名
KEYW,MAGNOD,1 ! 指定磁场分析
/PREP7
www.eeworm.com/read/179336/9360187
m problem_5_3_a.m
%
% Solution for problem 5.3
%
% calculation of curves for beta=5,500
%
clear;
beta = 5;
Nu = [1:10,20:10:100,200:100:1000]; % Number of Users
M = 32; %Number of PPM positions
Ep = 1;
www.eeworm.com/read/179336/9360189
m problem_5_3_b.m
%
% Solution for problem 5.3
%
% calculation of curves for beta=5,500
%
clear;
beta = 500;
Nu = [1:10,20:10:100,200:100:1000]; % Number of Users
M = 32; %Number of PPM positions
Ep = 1;