代码搜索:smooth
找到约 1,485 项符合「smooth」的源代码
代码结果 1,485
www.eeworm.com/read/245863/12776274
m smooth.m
function [x_sort, y_sort, y_sm] = smooth(x, y, w)
% [x_sort, y_sort, y_sm] = smooth(x, y, w);
% A running line smoother that fits the data by linear
% least squares. Use
www.eeworm.com/read/245849/12777810
m smooth.m
function avin=smooth(in,dist)
% Function computes average over "dist" samples of matrix "in". "dist" must be greater
% than or equal to 1, but need not be integer
% Written by: E. R.:
% Last updated:
www.eeworm.com/read/238825/13322306
m smooth.m
www.eeworm.com/read/136278/13384164
obj smooth.obj
www.eeworm.com/read/316786/13517857
c smooth.c
#include
#include
#include
#include
Smooth(double *,double *,double *,int,int,
double *,double *,double *);
void main()
{
int i,n,m;
double *x
www.eeworm.com/read/313984/13576833
exe smooth.exe
www.eeworm.com/read/313984/13576858
c smooth.c
/*
* Copyright (c) 1993-1997, Silicon Graphics, Inc.
* ALL RIGHTS RESERVED
* Permission to use, copy, modify, and distribute this software for
* any purpose and without fee is hereby granted, pr
www.eeworm.com/read/310520/13649850
c smooth.c
#include
#include
#include
#include
Smooth(double *,double *,double *,int,int,
double *,double *,double *);
void main()
{
int i,n,m;
double *x
www.eeworm.com/read/307760/13715441
m smooth.m
function [x_sort, y_sort, y_sm] = smooth(x, y, w)
% [x_sort, y_sort, y_sm] = smooth(x, y, w);
% A running line smoother that fits the data by linear
% least squares. Use
www.eeworm.com/read/306777/13737769