代码搜索结果
找到约 10,000 项符合
Design 的代码
design_rbf.m
function [H, Inp] = design_rbf(X, C, R)
% [H, Inp] = design_rbf(X, C, R)
%
% Gets the design matrix from the input data, centre positions
% and radii factors.
%
% Input
% X Input tr
read_design.inc
/* Set search path for verilog include files */
search_path = search_path + RTL_PATH + { GATE_PATH }
/* Read verilog files of the OR1200 IP core */
if (TOPLEVEL == "or1200_top") {
read -f verilog o
design quality.query
SELECT pn.str AS package_name,
CASE WHEN abstractness IS NULL THEN NULL
ELSE TO_CHAR(instability, '0.99') END AS instability,
CASE WHEN instability
design quality.query
SELECT pn.str AS package_name,
CASE WHEN abstractness IS NULL THEN NULL
ELSE TO_CHAR(instability, '0.99') END AS instability,
CASE WHEN instability
design_spec.dc
###############################################################################
#
# Design Specification
#
# Author: Rudolf Usselmann
# rudi@asics.ws
#
# Revision:
# 3/7/01 RU Initial Sript
#
code-design.tex
\documentclass{article}
\usepackage{graphicx,color}
\oddsidemargin=0in
\evensidemargin=0in
\topmargin=0in
\textheight=9in
\textwidth=6.5in
\headheight=0in
\headsep=0in
\makeatletter
\newcommand{\xsup
matchbox-design.tex
\documentclass{article}
\usepackage{fullpage}
\parindent 0em
\parskip 0.2cm
\newcommand{\kw}[1]{\mbox{\tt #1}}
\newcommand{\file}[1]{\mbox{\tt #1}}
\title{Design of Matchbox, the simple filing sys
a_filter_design.m
% Design filter by specifying delay in units and
% looking at mag and phase response
% Good default values for fft_size = 128 and num_carriers = 32
delay_1 = 6; % 6
attenuation_1 = 0.35; %
a_filter_design.m
% Design filter by specifying delay in units and
% looking at mag and phase response
% Good default values for fft_size = 128 and num_carriers = 32
delay_1 = 6; % 6
attenuation_1 = 0.35; %
design_spec.dc
###############################################################################
#
# Design Specification
#
# Author: Rudolf Usselmann
# rudi@asics.ws
#
# Revision:
# 3/7/01 RU Initial Sript
#