代码搜索:Variance
找到约 2,271 项符合「Variance」的源代码
代码结果 2,271
www.eeworm.com/read/142034/12969310
m tfpm_simu_generate_tfar0.m
[MAR, LAR]= param_dim(par);
Aml= [[zeros(LAR, 1); 1; zeros(LAR, 1)] par(:, 1:end-1)];
Bml= par(:, end);
x= tfarma_gen(randn(N, 1), Aml, Bml, 1/2);
v= sqrt(variance)*randn(N, 1);
y= x+v;
www.eeworm.com/read/139077/13189394
m shipinzuoye3.m
clear all
%生成chirp实信号,序列X
T=1; %信号长度
fs=200; %采样率
t=(1/fs:1/fs:T)';
S=zeros(fs*T,1);
f0=10;f1=50;
S=chirp(t,f0,1,f1); %调用chirp函数
%plot(S);
%生成gauss噪声序列N和被污染
www.eeworm.com/read/321050/13412766
m setnoise.m
% opens slider for noise variance
function setnoise(varianz,action)
% find simulink system
system = get_param(0,'CurrentSystem');
if isempty(system)
disp('No system found.');
else
while ~
www.eeworm.com/read/313963/13577652
m setnoise.m
% opens slider for noise variance
function setnoise(varianz,action)
% find simulink system
system = get_param(0,'CurrentSystem');
if isempty(system)
disp('No system found.');
else
while ~
www.eeworm.com/read/306480/13744535
m setnoise.m
% opens slider for noise variance
function setnoise(varianz,action)
% find simulink system
system = get_param(0,'CurrentSystem');
if isempty(system)
disp('No system found.');
else
while ~
www.eeworm.com/read/138963/5811958
m setnoise.m
% opens slider for noise variance
function setnoise(varianz,action)
% find simulink system
system = get_param(0,'CurrentSystem');
if isempty(system)
disp('No system found.');
else
while
www.eeworm.com/read/120487/6072965
h pg_aggregate.h
/*-------------------------------------------------------------------------
*
* pg_aggregate.h
* definition of the system "aggregate" relation (pg_aggregate)
* along with the relation's initia
www.eeworm.com/read/486101/6543508
h ukalmanfilter.h
#pragma once
#include "UncentedScheml.h"
#include "UKF_COMMAN_HEAD.h"
#include "..\ObjectAngleCheck.h"
#include
/*****************************************
www.eeworm.com/read/485103/6564366
m corevarn.m
function [Var_Rel,Var_Abs]=CoreVarn(C)
%COREVARN Calculates the 'core-variance'
%
%[Var_Rel,Var_Abs]=CoreVarn(C)
%Calculates the 'core-variance' using not means of
%variables(columns) but the a
www.eeworm.com/read/476907/6754251
m setnoise.m
% opens slider for noise variance
function setnoise(varianz,action)
% find simulink system
system = get_param(0,'CurrentSystem');
if isempty(system)
disp('No system found.');
else
while ~