代码搜索:zero

找到约 10,000 项符合「zero」的源代码

代码结果 10,000
www.eeworm.com/read/214051/15115020

m chop.m

function res = chop(matrix) % set small matrix elements equal to zero res = matrix; res( find( abs(res) < 10^-10 * max(max(abs(res))) ) ) = 0;
www.eeworm.com/read/212375/15157586

m oversamp.m

% Program 3-4 % oversamp.m % % Insert zero data to input data % % Programmed by H.Harada % function [out] = oversamp( indata, nsymb , sample) %****************** variables ***************
www.eeworm.com/read/4033/24115

cpp cparams.cpp

#include "CParams.h" //because we will always be loading in the settings from an ini file //we can just initialize everything to zero double CParams::dPi = 3.14159265358979; do
www.eeworm.com/read/4033/24144

cpp cparams.cpp

#include "CParams.h" //because we will always be loading in the settings from an ini file //we can just initialize everything to zero double CParams::dPi = 3.14159265358979; doub
www.eeworm.com/read/14187/320135

c att_abs_postp.c

/* * Pitch/ Pole/Zero/Tilt postfilter * This software module was originally developed by Peter Kroon (Bell Laboratories, Lucent Technologies) in the course of development of the MPEG-2 NBC/MPEG-
www.eeworm.com/read/14387/331615

c att_abs_postp.c

/* * Pitch/ Pole/Zero/Tilt postfilter * This software module was originally developed by Peter Kroon (Bell Laboratories, Lucent Technologies) in the course of development of the MPEG-2 NBC/MPEG-
www.eeworm.com/read/14545/389476

c att_abs_postp.c

/* * Pitch/ Pole/Zero/Tilt postfilter * This software module was originally developed by Peter Kroon (Bell Laboratories, Lucent Technologies) in the course of development of the MPEG-2 NBC/MPEG-
www.eeworm.com/read/14551/391195

c att_abs_postp.c

/* * Pitch/ Pole/Zero/Tilt postfilter * This software module was originally developed by Peter Kroon (Bell Laboratories, Lucent Technologies) in the course of development of the MPEG-2 NBC/MPEG-
www.eeworm.com/read/493646/1164487

js int2word.js

var units = new Array ("Zero", "One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine", "Ten", "Eleven", "Twelve", "Thirteen", "Fourteen", "Fifteen", "Sixteen", "Seventeen", "Eighteen",
www.eeworm.com/read/491360/1191780

m oversamp.m

% Program 3-4 % oversamp.m % % Insert zero data to input data % % Programmed by H.Harada % function [out] = oversamp( indata, nsymb , sample) %****************** variables ***************