代码搜索:Array Signal Processing
找到约 10,000 项符合「Array Signal Processing」的源代码
代码结果 10,000
www.eeworm.com/read/358191/10194429
cpp array1d.cpp
// test 1D array class
#include
#include "array1d.h"
void main(void)
{
try {
Array1D X(10), Y, Z;
for (int i=0; i < 10; i++)
X[i] = i;
co
www.eeworm.com/read/358191/10194431
out array1d.out
X[3] = 3
X is 0 1 2 3 4 5 6 7 8 9
Y is 0 1 2 3 4 5 6 7 8 9
X incremented by 2 is 2 3 4 5 6 7 8 9 10 11
(Y + X) * Y is 0 4 12 24 40 60 84 112 144 180
-(
www.eeworm.com/read/358191/10194600
h array1d.h
#ifndef Array1D_
#define Array1D_
// One-dimensional arrays.
#include
#include "xcept.h"
template
class Array1D {
friend ostream& operator
www.eeworm.com/read/356874/10219819
c array2d.c
// array2d.c -- functions for 2d arrays
#include
#define ROWS 3
#define COLS 4
void sum_rows(int ar[][COLS], int rows);
void sum_cols(int [][COLS], int ); // ok to omit names
int su
www.eeworm.com/read/356183/10235354
m planar_array_gui.m
function varargout = planar_array_gui(varargin)
% PLANAR_ARRAY_GUI M-file for planar_array_gui.fig
% PLANAR_ARRAY_GUI, by itself, creates a new PLANAR_ARRAY_GUI or raises the existing
% s
www.eeworm.com/read/356183/10235355
fig linear_array_gui.fig
www.eeworm.com/read/356183/10235363
m linear_array_gui.m
function varargout = linear_array_gui(varargin)
% LINEAR_ARRAY_GUI M-file for linear_array_gui.fig
% LINEAR_ARRAY_GUI, by itself, creates a new LINEAR_ARRAY_GUI or raises the existing
% s
www.eeworm.com/read/355936/10241141
v array_mult_tb.v
`timescale 10ns/100ps
module array_mult_array_mult_tb_v_tf();
// DATE: 10:37:23 04/08/2005
// MODULE: array_mult
// DESIGN: array_mult
// FILENAME: array_mult_tb.v
// PROJECT: mul
www.eeworm.com/read/355936/10241153
v array_mult_map.v
// Xilinx Verilog netlist produced by netgen application (version G.28)
// Command : -intstyle ise -s 6 -pcf array_mult.pcf -ngm array_mult.ngm -w -ofmt verilog -sim array_mult_map.ncd array_mult
www.eeworm.com/read/355936/10241159
v array_mult_translate.v
// Xilinx Verilog netlist produced by netgen application (version G.28)
// Command : -intstyle ise -w -ofmt verilog -sim array_mult.ngd array_mult_translate.v
// Input file : array_mult.ngd
//