realize overlapped-add method %[y]=overlpadd(x,h,Nfft) %y:output sequence %x:INPUT sequence %h:filter impulse response sequence %Nfft:points of each DFT operation %重叠相加法实现分段卷积
标签: sequence overlapped-add overlpadd realize
上传时间: 2015-07-22
上传用户:as275944189
%realize overlapped-save method %y:output sequence %x:INPUT seqence %h:filter impulse response sequence %N:length of each segment %重叠保留法实现分段卷积
标签: overlapped-save sequence response realize
上传时间: 2015-07-22
上传用户:chenbhdt
工程计算MATLAB code to calculate the reorthogonalized sine tapers INPUT: N = the length of the time series data to be tapered p = the number of tapers requested I = the gap structure a vector of length N I(t) = 1 if there is data at time t, t=1, ..., N I(t) = 0 if there is a gap at time t output: X = N-by-p vector of the reorthogonalized sine taper
标签: the reorthogonalized calculate MATLAB
上传时间: 2013-12-17
上传用户:wangyi39
EXAMPLE SOURCE CODE FOR IMPLIB FILTER This filter accepts INPUT through the standard INPUT stream, convertsit and outputs it to the standard output am. The streams are linkedthrough pipes, such that the INPUT stream is the output from the import librarian being invoked, and the output stream is connected to the message window of the IDE, ie.
标签: INPUT standard EXAMPLE accepts
上传时间: 2014-11-18
上传用户:siguazgb
EXAMPLE SOURCE CODE FOR TASM FILTER his filter accepts INPUT through the standard INPUT stream, converts it and outputs it to the standard output stream. The streams are linked through pipes, such that the INPUT stream is the output from the assembler being invoked, and the output stream is connected to the message window of the IDE, ie.
标签: INPUT standard EXAMPLE accepts
上传时间: 2014-01-13
上传用户:小码农lz
The true-multilingual Virtual Keyboard with INPUT translation support
标签: true-multilingual translation Keyboard Virtual
上传时间: 2015-09-06
上传用户:gundamwzc
The standard optimum Kalman filter demands complete knowledge of the system parameters, the INPUT forcing functions, and the noise statistics. Several adaptive methods have already been devised to obtain the unknown information using the measurements and the filter residuals.
标签: parameters knowledge the standard
上传时间: 2013-12-17
上传用户:541657925
Second and Higher-Order Statistics based Multiple-INPUT-Multiple-Output System Blind Identification Matlab Code
标签: Multiple-INPUT-Multiple-Output Identification Higher-Order Statistics
上传时间: 2013-12-24
上传用户:wpt
Problem Statement You are given a string INPUT. You are to find the longest substring of INPUT such that the reversal of the substring is also a substring of INPUT. In case of a tie, return the string that occurs earliest in INPUT. Definition Class: ReverseSubstring Method: findReversed Parameters: string Returns: string Method signature: string findReversed(string INPUT) (be sure your method is public) Notes The substring and its reversal may overlap partially or completely. The entire original string is itself a valid substring (see example 4). Constraints INPUT will contain between 1 and 50 characters, inclusive. Each character of INPUT will be an uppercase letter ( A - Z ). Examples 0) "XBCDEFYWFEDCBZ" Returns: "BCDEF" We see that the reverse of BCDEF is FEDCB, which appears later in the string. 1)
上传时间: 2015-09-21
上传用户:sunjet
tr1 byte "Please INPUT the first 64-bit in hex:first - second",0dh,0ah,0 string byte "remener :use enter to tell high 32-bit from low 32-bit",0dh,0ah,0 examp1 byte "eg: 1234ecdf",0dh,0ah,0 examp2 byte " 03ab2543",0dh,0ah,0
上传时间: 2014-08-22
上传用户:huyiming139