代码搜索:Simulates
找到约 1,151 项符合「Simulates」的源代码
代码结果 1,151
www.eeworm.com/read/150225/12304147
m hmmsim.m
function [simdata] = hmmsim (hmm,N)
% [simdata] = hmmsim (hmm,N)
%
% simulates the output of an HMM with gaussian observation model
% and HMM parameters
% hmm.Pi = prior probability
% hmm.P = st
www.eeworm.com/read/148701/12439682
c clistmn2.c
/* clistmn2.c - alternative test driver for circular list
* library (simulates a child's merry-go-round)
*
* CLIST - Circular List Library
*
* Copyright (C) 2000 Richard Heathfield
*
www.eeworm.com/read/229593/14328656
c tcc_binary_pc.c
/* Turbo code Test Driver: log_map, random interleaver */
/* Creation date : Jan.3 2001 */
/* Program written by: Gao yingzi */
/* This program simulates the classical turbo encoding-decod
www.eeworm.com/read/206998/15284391
m alamoudi.m
function ber_ml=Alamoudi(snr,soglia);
%This function simulates a Alamouti scheme. The input variables are soglia and snr.
%Soglia: is the number of errors after which the iterations stop. For bett
www.eeworm.com/read/13871/284228
m hmmsim.m
function [simdata] = hmmsim (hmm,N)
% [simdata] = hmmsim (hmm,N)
%
% simulates the output of an HMM with gaussian observation model
% and HMM parameters
% hmm.Pi = prior probability
% hmm.P = st
www.eeworm.com/read/16731/685887
m hmmsim.m
function [simdata] = hmmsim (hmm,N)
% [simdata] = hmmsim (hmm,N)
%
% simulates the output of an HMM with gaussian observation model
% and HMM parameters
% hmm.Pi = prior probability
% hmm.P = st
www.eeworm.com/read/294145/3919665
readme
block_mimo
----------
This block simulates the channel interface between two transmitting
antennas with two receivers. This block also adds noise.
The block implements the following,
y = Hx + n
whe
www.eeworm.com/read/291165/3969584
readme
block_mimo
----------
This block simulates the channel interface between two transmitting
antennas with two receivers. This block also adds noise.
The block implements the following,
y = Hx + n
whe
www.eeworm.com/read/430037/1942744
m pr2_51.m
%Problem 2.51;
%Simulates ML estimation of time delay and compares experimental and theoretical error standard deviations of the estimate;
clear all; close all;
T=[0:0.01:10]; N=length(T); %disc
www.eeworm.com/read/113579/15453006
pl mstats.pl
#!/usr/local/bin/perl -w
#
# Simulates mstats -t if mstats had a -t flag.
#
# This script is useful for getting delve results into Matlab.
# The trouble with DELVE's own script, mstats, is that it
#