代码搜索:Sim
找到约 10,000 项符合「Sim」的源代码
代码结果 10,000
www.eeworm.com/read/178305/9408832
m sim.m
clear all
close all
clc
EbN0 = 6 : 1 : 14;
len = length(EbN0);
sym_err_rat = zeros(1, len);
for i = 1 : len
sym_err_rat(1, i) = cpfsk(EbN0(i), 4, 4, 200 * 4^i);
end
semilogy(EbN0, s
www.eeworm.com/read/177981/9424746
sim heattank.sim
!--------------------------------------------------------
! Water tank heat control simulation
! Assume constant volume (i.e. water in = water out)
!------------------------------------------------
www.eeworm.com/read/373595/9448982
h sim.h
/* Declarations of simulation features (backpropagation) */
#ifndef SIM_H
#define SIM_H 1
#include "defs.h"
char *SimOptStr();
char *SimUsage();
char SimParamStr[256];
float MaxErr; /* Maximum er
www.eeworm.com/read/373595/9448999
c sim.c
/* Declarations of simulation features (backpropagation) */
#include "defs.h"
#include "sim.h"
/* Parameter Handling */
#define DEFMAXITER 100000
#define DEFMAXERR 0.01
#define DEFSEED AUTO
char
www.eeworm.com/read/176864/9480896
h sim.h
#include
#include
#include
#include
#include
#include
#include
#include "config.h"
#include"macros.h"
/* This should not be
www.eeworm.com/read/174563/9581635
m sim.m
%函数function [f_i,c_i,theta_i]=Parameter_Classical (Method_type,N_i,Variance,fmax,phase)
%功能:确定离散多普勒频移(fi,n)、多普勒系数(Ci,n)、多普勒相移(@i,n):适用于仿真经典功率谱的情况。
%输入参数说明:
%(1)Method_type,表示计算离散多普勒频移和多普勒系数所采用的方法。其
www.eeworm.com/read/170530/9800455
h sim.h
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/366008/9836948