代码搜索:Beta值
找到约 10,000 项符合「Beta值」的源代码
代码结果 10,000
www.eeworm.com/read/364932/9887165
3 fig20.3
#include "apue.h"
#include "apue_db.h"
#include
int
main(void)
{
DBHANDLE db;
if ((db = db_open("db4", O_RDWR | O_CREAT | O_TRUNC,
FILE_MODE)) == NULL)
err_sys("db_open error");
i
www.eeworm.com/read/364932/9887451
c t4.c
#include "apue.h"
#include "apue_db.h"
#include
int
main(void)
{
DBHANDLE db;
if ((db = db_open("db4", O_RDWR | O_CREAT | O_TRUNC,
FILE_MODE)) == NULL)
err_sys("db_open error");
i
www.eeworm.com/read/168453/9912740
m ex030700.m
% 第三章: 例 3.7:
%
x1 = rand(1,11); x2 = rand(1,11); n = 0:10;
alpha = 2; beta = 3;
k = 0:500; w = (pi/500)*k;
X1 = x1 * (exp(-j*pi/500)).^(n'*k); % x1 的 DTFT
X2 = x2 * (exp(-j*pi/500)).^(n'*k);
www.eeworm.com/read/363231/9964601
m logmapo.m
function L_all = logmapo(rec_s,g,L_a,ind_dec)
% Log_MAP algorithm using straightforward method to compute branch metrics
% no approximation is used.
% Can be simplified to Max-Log-MAP by using appro
www.eeworm.com/read/167499/9967528
cpp cpp1.cpp
#include"Matrix.h"
#include
#include
void main(){
double deltaX=l/N; //棒的每一份的长度
double alpha=(deltaT*K)/(deltaX*deltaX*rou*Crou);
double beta=deltaX*h/K;
d
www.eeworm.com/read/363012/9971592
cpp mtd_fengine.cpp
// MTD_f.cpp: implementation of the CMTD_fEngine class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MTD_fEngine.h"
////////////////
www.eeworm.com/read/363012/9971662
h alphabetaengine.h
// AlphaBetaEngine.h: interface for the CAlphaBetaEngine class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_ALPHABETAENGINE_H__C39E0A9F_C8EA_42E7_A5
www.eeworm.com/read/164031/10135011
m logmapo.m
function L_all = logmapo(rec_s,g,L_a,ind_dec)
% Copyright Nov 1998, Yufei Wu
% MPRG lab, Virginia Tech.
% for academic use only
% Log_MAP algorithm using straightforward method to compute branch
www.eeworm.com/read/281019/10272182
m cotas_carrier_recovery.m
% AM信号生成部分
Fs = 16000; fm = 200; t_span = 0.5;
t = 0:1/Fs:t_span;
Am = 1; m = Am*sin(2*pi*fm*t);
theta = 1;Ac = 1;fc = 2000;
input = Ac*sin(2*pi*fc*t+theta).*m; %Input is a modulated signal
% Hi
www.eeworm.com/read/161839/10366056
m logmapo.m
function L_all = logmapo(rec_s,g,L_a,ind_dec)
% Copyright Nov 1998, Yufei Wu
% MPRG lab, Virginia Tech.
% for academic use only
% Log_MAP algorithm using straightforward method to compute branch metr