代码搜索:cutoff 有哪些应用?
找到约 10,000 项符合「cutoff 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/147022/12593493
m discretize.m
function y = discretize(f, cutoff)
sze = size(f);
for i = 1:sze(1)
for k = 1:sze(2)
if (f(i,k) > cutoff)
z(i,k) = 1;
else
z(i,k) = 0;
end
end
end
www.eeworm.com/read/108728/15577837
c strtol.c
/*
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted pr
www.eeworm.com/read/490117/6458915
bin ztc zt5650 直板手写 有图有定义 新机备份.bin
www.eeworm.com/read/202248/15388143
txt re [问题]请问报考要哪些证明?y.txt
From: [精 选 集].bbs@bupt.org
To: caozihua.bbs@bupt.org
Subject: Re: [问题]请问报考要哪些证明?y
Date: Mon, 28 Feb 2005 12:04:55 +0800 (CST)
Status: RO
作者: myhearty (悠悠我心)
标题: Re: [问题]请问报考要哪些证明?y
时间: 2003年
www.eeworm.com/read/289642/8537878
m init_fading.m
function FadingMatrixTime = init_fading(FadingLength, ...
FadingOversamplingFactor, ...
NumberOfTxAntennas, ...
NumberOfRxAntennas, ...
NumberOfPaths, FadingType, sigma_rad, ..
www.eeworm.com/read/371255/9559082
m adjcontrast.m
% ADJCONTRAST - Adjusts image contrast using sigmoid function.
%
% function g = adjcontrast(im, gain, cutoff)
%
% Arguments:
% im - image to be processed.
% gain - controls
www.eeworm.com/read/359349/10154019
m iir_che_design.m
% Name: iir_che_design
% This program is used to design the IIR digital lowpass filter
% using the bilinear transformation
% The specifications of the digital filter are:
% alphap: The maximal pas