代码搜索:deviation
找到约 1,443 项符合「deviation」的源代码
代码结果 1,443
www.eeworm.com/read/423126/2029234
m main.m
% Program 2-3
% main.m
%
% calculate mean, dispersion and standard deviation for the vector data
%
% Programmed by H.Harada
%
data=rand(1,20);
mvalue2=mvalue(data);
[sigma2, sigma]= disper(
www.eeworm.com/read/113086/15470536
txt readme.txt
DAS1210 HC 7/31/2002
=======
IDE: Raisonance
Board: MSC1210-DAQ-EVM
Usage: Calculate Standard Deviation, ENOB using Lib floating point
Allow user to set Decimation, ADMUX, ADCON0, ODAC
www.eeworm.com/read/365809/9845699
todo
main code
---------
Add netlink based API?
we have a tiny deviation from IEEE 802.1d: we don't kill the awaiting-tx skb
queue when a port leaves the FORWARDING state
RH initscripts for setting up br
www.eeworm.com/read/468647/6986170
m example3.m
load lena;
[ES,PS,MU,SI] = hmtmodel(size(lena,1));
sigma = 0.1; %noise standard deviation
hh = daubcqf(4); %wavelet filter
x = lena + sigma*randn(size(lena));
disp(['PSNR of noisy image is ' num2str
www.eeworm.com/read/468647/6986191
m example1.m
load lena;
sigma = 0.1; %noise standard deviation
hh = daubcqf(4); %wavelet filter
x = lena + sigma*randn(size(lena));
disp(['PSNR of noisy image is ' num2str(psnr(lena,x)) 'dB']);
y=hdenoise(x,hh)
www.eeworm.com/read/142063/12966986
m ip_06_06.m
% MATLAB script for Illustrative Problem 6, Chapter 6.
% echo on
clear;
N=52;
noise_var=0.25;
sigma=sqrt(noise_var); % standard deviation of the noise
I=floor(rand(1,N)*2)*2-1; % I is -
www.eeworm.com/read/327948/13054091
m pr3_36_ss_demo_rake_receiver_combiningpathsignaleffect.m
%Problem 3.36;
%Simulates the RAKE algorithm on the example of LFM bit pulse.
clear all; close all;
t=[1:3000]/500; N=length(t); %time scale;
WD=40; %deviation of LFM bit pulse;
S=exp(i*pi*WD*(
www.eeworm.com/read/321496/13403966
todo
main code
---------
Add netlink based API?
we have a tiny deviation from IEEE 802.1d: we don't kill the awaiting-tx skb
queue when a port leaves the FORWARDING state
RH initscripts for setting up br
www.eeworm.com/read/305910/13756398
m bpsk_over_awgn.m
function [Pe]=bpsk_over_awgn(snr_in_db)
E=1; %Normalize energy
snr=10^(snr_in_db/10);
sgma=E/sqrt(2*snr); %standard deviation of noise
Num=4000; % The number of binary data
%generation of bi
www.eeworm.com/read/305910/13756401
asv bpsk_over_awgn.asv
function [Pe]=bpsk_over_awgn(snr_in_db)
E=1; %Normalize energy
snr=10^(snr_in_db/10);
sgma=E/sqrt(2*snr); %standard deviation of noise
Num=4000; % The number of binary data
%generation of bi