代码搜索:zero

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

代码结果 10,000
www.eeworm.com/read/299923/7820229

m gen_zero.m

% Chapter 7 Matlab Figure on % A general Zero Constellation % subplot(1,1,1) r = 0.6; theta = 50*pi/180; z1 = r*exp(j*theta); % an arbitrary zero location z2 = 1/z1;
www.eeworm.com/read/433686/7913978

bin zero-00.bin

www.eeworm.com/read/298428/7961689

c zero_pad.c

#include void main () { int value = 5; printf ("%01d\n", value); printf ("%02d\n", value); printf ("%03d\n", value); printf ("%04d\n", value); }
www.eeworm.com/read/398029/8009459

m zero_pad.m

% this function takes a vector and zero_pad, or truncate, to length 2^13, or 8192 function Y = zero_pad(X) if ( length(X) >= 2^13) Y = X(1:2^13); else Y = X; Y(length(X)+1:2^13) = zeros(1,2^13-l
www.eeworm.com/read/196830/8055624

m gen_zero.m

% Chapter 7 Matlab Figure on % A general Zero Constellation % subplot(1,1,1) r = 0.6; theta = 50*pi/180; z1 = r*exp(j*theta); % an arbitrary zero location z2 = 1/z1;
www.eeworm.com/read/196069/8116464

m gen_zero.m

% Chapter 7 Matlab Figure on % A general Zero Constellation % subplot(1,1,1) r = 0.6; theta = 50*pi/180; z1 = r*exp(j*theta); % an arbitrary zero location z2 = 1/z1;
www.eeworm.com/read/396136/8124267

html zero-length.html

Using the GNU Compiler Collection (GCC)
www.eeworm.com/read/195857/8125975

16k zero.16k

www.eeworm.com/read/195686/8135328

dll pading_zero.dll

www.eeworm.com/read/195686/8135361

c pading_zero.c

/* * File: pading_zero.c * * * * --- THIS FILE GENERATED BY S-FUNCTION BUILDER: 3.0 --- * * This file is an S-function produced by the S-Function * Builder which only recogn