代码搜索:Rectangular
找到约 1,427 项符合「Rectangular」的源代码
代码结果 1,427
www.eeworm.com/read/271686/10984515
txt 提高java代码可重用性的三个措施.txt
作者:Eazily
email: Eazily@yeah.net
日期:2001-7-14 21:37:38
提高Java代码可重用性的三个措施
本文介绍了三种修改现有代码提高其可重用性的方法,它们分别是:改写类的实例方法,把参数类型改成接口,选择最简单的参数接口类型。
措施一:改写类的实例方法
通过类继承实现代码重用不是精确的代码重用技术,因此它并不是最理想的代码重 ...
www.eeworm.com/read/469181/6978756
m autocorr.m
function r=autocorr(y,N,wtype,opt);
% Usage: r=autocorr(y,N,wtype,opt);
% Sample autocorrelation lags calculation
% r=R(0:N-1)
% y: a vector
% N: # of autocorrelation lags
% wtype: types of window us
www.eeworm.com/read/228637/7118272
fre inputsignal.fre
Remark : FFT(inputsignal.tim)
Number of record : 256
Record type number : CREAL128RECT(W)
Signal frequency : 2000 Hz
Sampling rate : 8000 Hz
File format
www.eeworm.com/read/228637/7118278
fre outputsignal.fre
Remark : FFT(outputsignal.tim)
Number of record : 256
Record type number : CREAL128RECT(W)
Signal frequency : 2000 Hz
Sampling rate : 8000 Hz
File format
www.eeworm.com/read/383268/7119620
m amrect.m
function y = amrect(N,t0,T);
%AMRECT Generate rectangular amplitude modulation.
% Y = AMRECT(N,T0,T) generates a rectangular amplitude modulation
% centered on a time T0, and with a spread proportion
www.eeworm.com/read/462072/7209665
fre inputsignal.fre
Remark : FFT(inputsignal.tim)
Number of record : 256
Record type number : CREAL128RECT(W)
Signal frequency : 2000 Hz
Sampling rate : 8000 Hz
File format
www.eeworm.com/read/462072/7209671
fre outputsignal.fre
Remark : FFT(outputsignal.tim)
Number of record : 256
Record type number : CREAL128RECT(W)
Signal frequency : 2000 Hz
Sampling rate : 8000 Hz
File format
www.eeworm.com/read/461292/7230039
txt new text document.txt
This code is a translation of Basic Language FFT code found in the online book 'The Scientist and Engineer's Guide to Digital Signal Processing'(www.DSPguide.com).
This code uses 3dNow! Instruction
www.eeworm.com/read/461264/7230354
pro polrec.pro
;-------------------------------------------------------------
;+
; NAME:
; POLREC
; PURPOSE:
; Convert 2-d polar coordinates to rectangular coordinates.
; CATEGORY:
; CALLING SEQUENCE:
;
www.eeworm.com/read/461264/7230453
pro recpol.pro
;-------------------------------------------------------------
;+
; NAME:
; RECPOL
; PURPOSE:
; Convert 2-d rectangular coordinates to polar coordinates.
; CATEGORY:
; CALLING SEQUENCE:
;