代码搜索:Sign

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

代码结果 10,000
www.eeworm.com/read/160003/10580268

m lms64qam.m

%在数字通信中使用自适用滤波器实现均衡功能。由于收发信端之间信道的复杂性, %由于频率选择性和信号的散射性,通常接收端会出现码间干扰(ISI)。本程序中所有的信号 %都用基带信号,在分析系统性能时,通常先分析基带传输性能,然后在分析频带传输时的性能。 %传输信号为16-QAM,combinations of {-3, -1, 1, 3} + j*{-3, -1, 1, 3},绘出该信 ...
www.eeworm.com/read/352044/10586588

cpp extremumgold1d.cpp

//ExtremumGold1D.CPP 黄金分割法求一维函数极值 #include //模板类iostream输入输出流标准头文件 #include "Extremum.h" //极值头文件 using namespace std; //名字空间 void main() { double fextremum,ax,bx,cx,fa,fb,fc,
www.eeworm.com/read/422772/10611223

m envelope.m

function [up,down] = envelope(x,y,interpMethod) %ENVELOPE gets the data of upper and down envelope of the known input (x,y). % % Input parameters: % x the abscissa of the give
www.eeworm.com/read/277674/10613024

dat quartus6.0_license.dat

#license文件存放的路径名称不能包含汉字和空格,空格可以用下划线代替。 #把license.dat里的XXXXXXXXXXXX用您老的网卡号替换,仅限于学习! # This demo license file is Generated by Tumbar # Please do not to Distribute it any purpose ,Ok? #
www.eeworm.com/read/277220/10652554

asm flo2432.asm

; 24位整数转化为32位浮点数 IFNDEF FLO24321 #DEFINE FLO24321 FLO2432 MOVLW D'23'+.127 ;初使化阶码 MOVWF EXP CLRF SIGN
www.eeworm.com/read/421652/10716943

h llongint.h

class LLongInt { public: LLongInt(); LLongInt(__int64 i64); LLongInt(char *strDec); LLongInt(unsigned int *strHex, int intCount, int sign); LLongInt(LLongInt &another); ~LLongInt( );
www.eeworm.com/read/350482/10741061

c bn_mp_sub.c

#include #ifdef BN_MP_SUB_C /* LibTomMath, multiple-precision integer library -- Tom St Denis * * LibTomMath is a library that provides multiple-precision * integer arithmetic as well a
www.eeworm.com/read/420704/10780030

cpp num_put_float.cpp

/* * Copyright (c) 1999 * Silicon Graphics Computer Systems, Inc. * * Copyright (c) 1999 * Boris Fomitchev * * This material is provided "as is", with absolutely no warranty expressed
www.eeworm.com/read/420655/10782727

m f3_25.m

%暂态信号 fm1=fmlin(256,0,0.5); am1=amgauss(256); sig=am1.*fm1; %噪声 noise=noisecg(256,0.8); %设置信噪比 dB=-10; sign=sigmerge(sig,noise,dB); %显示 %实部 plot(real(sign),'LineWidth',2); hold on; %虚部 p
www.eeworm.com/read/420647/10783430

v phase_div.v

/******************************************************************************* ** Module : phase_div ** Project : SPWM Signal generator IP core ****************