代码搜索:Rectangular
找到约 1,427 项符合「Rectangular」的源代码
代码结果 1,427
www.eeworm.com/read/243168/12957382
bas firprog.bas
10 REM *** FIR DEVELOPMENT PACKAGE ***
20 REM
30 REM This program module will generate the necessary FIR coefficients
40 REM using a Rectangular, Hanning, Hamming, and Blackm
www.eeworm.com/read/240990/13180563
m cp0101_genrect.m
%
% FUNCTION 1.1 : "cp0101_genrect"
%
% Generates a unitary amplitude rectangular waveform
% that is modulated by a sinusoid at frequency 'f0'
% 'signal' is the output waveform
% 'dt' is the sam
www.eeworm.com/read/492812/6409648
bas firprog.bas
10 REM *** FIR DEVELOPMENT PACKAGE ***
20 REM
30 REM This program module will generate the necessary FIR coefficients
40 REM using a Rectangular, Hanning, Hamming, and Blackm
www.eeworm.com/read/259168/11817490
m cp0101_genrect.m
%
% FUNCTION 1.1 : "cp0101_genrect"
%
% Generates a unitary amplitude rectangular waveform
% that is modulated by a sinusoid at frequency 'f0'
% 'signal' is the output waveform
% 'dt' is the sam
www.eeworm.com/read/233016/14173613
m phaseplane.m
function [TFPlane, TFScaleOut] = PhasePlane(c, TFtype, n, qmf, nTFR, TFScale)
% PhasePlane -- partition phase space by rectangular blocks
% Usage
% [TFPlane TFScaleOut] = PhasePlane(c, TFtype,
www.eeworm.com/read/129735/14230316
bas firprog.bas
10 REM *** FIR DEVELOPMENT PACKAGE ***
20 REM
30 REM This program module will generate the necessary FIR coefficients
40 REM using a Rectangular, Hanning, Hamming, and Blackm
www.eeworm.com/read/230954/14264551
cpp factorns.cpp
/* Factor unsymmetric square or rectangular matrix, add fills.
Purpose: Factor Unsymmetric Matrix, add fills and
Generate Permutation Vectors.
Order according to min Degr
www.eeworm.com/read/230947/14265049
cpp factorns.cpp
/* Factor unsymmetric square or rectangular matrix, add fills.
Purpose: Factor Unsymmetric Matrix, add fills and
Generate Permutation Vectors.
Order according to min Degr
www.eeworm.com/read/7654/125805
bas firprog.bas
10 REM *** FIR DEVELOPMENT PACKAGE ***
20 REM
30 REM This program module will generate the necessary FIR coefficients
40 REM using a Rectangular, Hanning, Hamming, and Blackm
www.eeworm.com/read/168239/5447476
java location.java
/**
* Represent a location in a rectangular grid.
*
* @author David J. Barnes and Michael Kolling
* @version 2006.03.30
*/
public class Location
{
// Row and column positions.
private in