代码搜索:Num

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

代码结果 10,000
www.eeworm.com/read/440896/7679068

m lowpass_iir_digital_filter.m

%Program to Design the IIR Lowpass Digital Filter According to the Given %Specifications % %Type in the passband edge frequency and the stopband edge frequency(Digital) wp=input('Passband edge fre
www.eeworm.com/read/440841/7680362

m dinfo.m

%displays the information about people MANUALLY %ldinfo.m displays the same information after the recognitiopn automaticly clc clear all jk=input('Please Type the ID Number or Name of the person
www.eeworm.com/read/440618/7685787

txt chengxu.txt

生成初始种群 popm=zero(M,num); for i=1:M popm(i,:)=randperm(num); end function lem=value(r,dmatrix,num) minopt=0; for i=1:num-1 minopt=minopt+dmatrix(r(i),r(i+1)); end minopt=minopt+dmatrix(r(1),r
www.eeworm.com/read/440591/7686743

php post.inc.php

www.eeworm.com/read/440404/7689830

m sgrpdlay.m

function [gd,fnorm]=sgrpdlay(x,fnorm); %SGRPDLAY Group delay estimation of a signal. % [GD,FNORM]=SGRPDLAY(X,FNORM) estimates the group delay of % signal X at the normalized frequency(ies) FNORM. % %
www.eeworm.com/read/440404/7689876

m tfrview.m

function tfrview(tfr,sig,t,method,param,p1,p2,p3,p4,p5); %TFRVIEW Visualization of time-frequency representations. % TFRVIEW(TFR,SIG,T,METHOD,PARAM,P1,P2,P3,P4,P5) % allows to visualize
www.eeworm.com/read/440253/7691456

asm sort.asm

TITLE Simple Sort ; AUTHOR Yuri Margolin ; http://mysoft.s5.com/ ; ; DATE 23/01/01 ; VERSION 1.02 ; FILE sort.asm ; THIS PR
www.eeworm.com/read/439882/7697561

c dotsema.c

/* * dotsema.c - computes dot product in parallel and uses semaphore for synch * * This file is used in conjunction with the SimpleScalar tool suite * originally written by Todd M. Austin for the
www.eeworm.com/read/439882/7697562

m4 dotm4.c.m4

/* * dotm4.c - computes dot product in parallel and uses M4 macros * * This file is used in conjunction with the SimpleScalar tool suite * originally written by Todd M. Austin for the Multiscalar
www.eeworm.com/read/439857/7700197

m m0722.m

[z,p,k]=ellipap(4,5,45); [A,B,C,D]=zp2ss(z,p,k); [At1,Bt1,Ct1,Dt1]=lp2lp(A,B,C,D,10*pi); [num1,den1]=ss2tf(At1,Bt1,Ct1,Dt1); figure; freqs(num1,den1); pause(10); [At2,Bt2,Ct2,Dt2]=lp2hp(A,B,C,D