代码搜索:deviation
找到约 1,443 项符合「deviation」的源代码
代码结果 1,443
www.eeworm.com/read/242236/13086346
m sysselfljwd0.m
%该程序仿真两区域电力系统本身的联结稳定性。按推导出来的条件先测试系统是否联结稳定,然后看鲁棒程度的大小。
%系统数据(考虑alfa1i固定的情况)
A1=[-.2 0 0 0 0 0 0 -4;4.75 -5 0 0 0 0 0 0;0 0.1667 -0.1667 0 0 0 0 0;0 0 2 -2 0 0 0 0;...
0 -0.08 -0.0747 -0.112 -3.99
www.eeworm.com/read/137160/13342591
m gencirc.m
%GENCIRC Generation of a one-class circular dataset
%
% A = GENCIRC(N,S)
%
% INPUT
% N Size of dataset (optional; default: 50)
% S Standard deviation (optional; default: 0.1)
%
% OUTPUT
%
www.eeworm.com/read/321972/13391524
m runstats.m
function [ave, std] = runstats(x)
%RUNSTATS Generate running ave / std deviation
% Function RUNSTATS generates a running average
% and standard deviation of a data set. The
% values x must be pa
www.eeworm.com/read/314653/13562696
m gencirc.m
%GENCIRC Generation of a one-class circular dataset
%
% A = GENCIRC(N,S)
%
% INPUT
% N Size of dataset (optional; default: 50)
% S Standard deviation (optional; default: 0.1)
%
% OUTPUT
%
www.eeworm.com/read/312506/13610828
c lcd.c
#include "lcd.h"
/********************************************************************/
//写LCD寄存器函数
//data:写入的数据
//reg:寄存器选择,0:指令寄存器,1:数据寄存器
//screen:左,右屏选择,0:左半屏,1:右半屏
/********************
www.eeworm.com/read/309349/13673623
ex-ldpcvar-5000a
#!/bin/sh
# Example of a (10000,5000) LDPC code with varying numbers of check per bit,
# tested on Additive White Gaussian Noise channels with noise standard
# deviations varying from 0.80 to 0.95.
www.eeworm.com/read/305575/13765452
m dmstd.m
function[sig]=dmstd(L,K,S)
% DMSTD Computes standard deviation from discrete-mode formulation.
%
% SIG=DMSTD(L,K,S), where L is a scalar, K is a array of complex-
% valued wavenumbers, S is an a
www.eeworm.com/read/133952/5896766
m runstats.m
function [ave, std] = runstats(x)
%RUNSTATS Generate running ave / std deviation
% Function RUNSTATS generates a running average
% and standard deviation of a data set. The
% values x must be pa
www.eeworm.com/read/117387/6103887
java statisticalcategorydataset.java
/* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (
www.eeworm.com/read/114835/6122158
java statisticalcategorydataset.java
/* ======================================
* JFreeChart : a free Java chart library
* ======================================
*
* Project Info: http://www.jfree.org/jfreechart/index.html
* Pr