代码搜索:smoothing
找到约 754 项符合「smoothing」的源代码
代码结果 754
www.eeworm.com/read/361166/10065348
vi smoothing.vi
www.eeworm.com/read/361166/10065352
smoothing-export
% Smoothing factor p
% Time span of interest t
t=[t0:dt:tf];
% Noise strength sigma
% Input noisy signal
sig=sin(t)+sigma*randn(1,length(t));
% Perform fft to break down components
www.eeworm.com/read/416051/11043329
m smoothing.m
%%========================================
%% Toolbox for attitude determination
%% Zhen Dai
%% dai@zess.uni-siegen.de
%% ZESS, University of Siegen, Germany
%% Last Modified
www.eeworm.com/read/233755/14139721
vb smoothing.vb
Public Class Smoothing
Inherits System.Windows.Forms.Form
#Region " Windows Form Designer generated code "
Public Sub New()
MyBase.New()
'This call is required by th
www.eeworm.com/read/361166/10065357
m signal smoothing.m
% Smoothing factor
p=0.95;
% Time span of interest
t=[0:0.05:10];
% Noise strength
sigma=0.1;
% Input noisy signal
sig=sin(t)+sigma*randn(1,length(t));
% Perform fft to break down comp
www.eeworm.com/read/405216/11468691
png smoothing-elephant.png
www.eeworm.com/read/405216/11468744
png smoothing-bunny.png
www.eeworm.com/read/405216/11468752