代码搜索:smooth
找到约 1,485 项符合「smooth」的源代码
代码结果 1,485
www.eeworm.com/read/440179/7693289
exe smooth.exe
www.eeworm.com/read/440179/7693290
c smooth.c
//////////////////////////////////////////////////////////////
//Name:smooth.c
//Purpose: To perform smoothing and sharpening
//Author: phoenix, CS, TshingHua, Beijing, P.R.C.
//Email: bjlufengjun
www.eeworm.com/read/198762/7911476
exe smooth.exe
www.eeworm.com/read/198762/7911481
c smooth.c
//////////////////////////////////////////////////////////////
//Name:smooth.c
//Purpose: To perform smoothing and sharpening
//Author: phoenix, CS, TshingHua, Beijing, P.R.C.
//Email: bjlufen
www.eeworm.com/read/196856/8054058
p smooth.p
www.eeworm.com/read/196856/8054118
m smooth.m
function [y,n] = Smooth(x,wlpa,tpa,cfa,pfa)
%Smooth: Smoothing filter (lowpass)
%
% [y,n] = Smooth(x,wlp,tp,cf,pf)
%
% x Input signal
% wlp Normalized cutoff frecuency 0.0 < wlp
www.eeworm.com/read/333036/12705121
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/246329/12736064
exe smooth.exe
www.eeworm.com/read/246329/12736067
c smooth.c
//////////////////////////////////////////////////////////////
//Name:smooth.c
//Purpose: To perform smoothing and sharpening
//Author: phoenix, CS, TshingHua, Beijing, P.R.C.
//Email: bjlufen
www.eeworm.com/read/246054/12763165