代码搜索:Array Signal Processing

找到约 10,000 项符合「Array Signal Processing」的源代码

代码结果 10,000
www.eeworm.com/read/347479/11662944

h signal.h

#ifndef _SIGNAL_H #define _SIGNAL_H #include typedef int sig_atomic_t; typedef unsigned int sigset_t; /* 32 bits */ #define _NSIG 32 #define NSIG _NSIG #define SIGHUP
www.eeworm.com/read/157384/11714525

h signal.h

/* * Copyright (C) 1999 Ross Combs (rocombs@cs.nmsu.edu) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as publ
www.eeworm.com/read/346534/11738974

h signal.h

www.eeworm.com/read/346472/11742861

jpg signal.jpg

www.eeworm.com/read/346459/11743273

m signal.m

function y = signal(s,tdef) % SIGNAL Construct a signal object % % Y=SIGNAL(S,FS) % Y=SIGNAL(S,T) % Y=SIGNAL(S,TIME) % % Construct a signal object from signal vector S. Time may be % d
www.eeworm.com/read/259783/11764430

h signal.h

www.eeworm.com/read/156735/11780593

h signal.h

#ifndef _SIGNAL_H #define _SIGNAL_H #include typedef int sig_atomic_t; typedef unsigned int sigset_t; /* 32 bits */ #define _NSIG 32 #define NSIG _NSIG #define SIGHUP
www.eeworm.com/read/156735/11780690

c signal.c

/* * linux/kernel/signal.c * * (C) 1991 Linus Torvalds */ #include #include #include #include volatile void do_exit(int error_code
www.eeworm.com/read/156528/11794934

m signal.m

function signal(A) s1=wavread('man.wav'); s2=wavread('women.wav'); s=[s1';s2']; [n,m]=size(s); A=rand(n); x=A*s; [y,PI]=based_neg(x); figure(1); plot(PI); figure(2); for i=1:n subplo
www.eeworm.com/read/156528/11795283

m signal.m

function s = signal() % % %two supergauss signal %two subgauss signal s1=wavread('man.wav'); s1=s1'; s2=wavread('women.wav'); s2=s2'; t=0:pi/20000:8*pi; t=t(2:160001); s3=sin(t); s4=randn(