搜索结果

找到约 147 项符合 equal-length 的查询结果

matlab例程 Circular Convolution of two equal-length vectors. Highlights that circular convolution in the time d

Circular Convolution of two equal-length vectors. Highlights that circular convolution in the time domain is the effectively the same as element-by-element multiplication in the frequency domain.
https://www.eeworm.com/dl/665/364505.html
下载: 87
查看: 1122

matlab例程 复接入

复接入,B/W双用户使用直接扩频序列 % >>>multiple access b/w 2 users using DS CDMA % >>>format is : cdmamodem(user1,user2,snr_in_dbs) % >>>user1 and user2 are vectors and they should be of equal length % >>>e.g. user1=[1 0 1 0 1 0 1] , user2=[1 1 0 0 0 1 1],snr_in_dbs=-50 % >>>or snr_in_dbs=50 ju ...
https://www.eeworm.com/dl/665/407481.html
下载: 47
查看: 1014

微处理器开发 The MINI2440 is an effecient ARM9 development board with a comprehensive price, it characterizes sim

The MINI2440 is an effecient ARM9 development board with a comprehensive price, it characterizes simple method and high performance-price ratio. Based on the Samsung S3C2440 microprocessor, it embodies professional stable CPU core power source chip and reset chip to ensure the stability of the syste ...
https://www.eeworm.com/dl/655/465118.html
下载: 166
查看: 1039

压缩解压 In each step the LZSS algorithm sends either a character or a <position, length> pair. Among t

In each step the LZSS algorithm sends either a character or a <position, length> pair. Among these, perhaps character "e" appears more frequently than "x", and a <position, length> pair of length 3 might be commoner than one of length 18, say. Thus, if we encode the more frequent in fewer bits and t ...
https://www.eeworm.com/dl/617/132267.html
下载: 157
查看: 1091

数学计算 Finds the polynomial p10 of degree less than or equal to 10 that interpolates cos x on the interval

Finds the polynomial p10 of degree less than or equal to 10 that interpolates cos x on the interval [0, PI/2] at 11 equally spaced points. Study the error betwee between the function and the polynomial at 41 equally spaced points over the same interval. Repeat the latter but use your 11 points to b ...
https://www.eeworm.com/dl/641/138015.html
下载: 177
查看: 1078

Applet Setting and Changing Column Widths By default, all columns in a table start out with equal width,

Setting and Changing Column Widths By default, all columns in a table start out with equal width, and the columns automatically fill the entire width of the table. When the table becomes wider or narrower (which might happen when the user resizes the window containing the table), all the column wid ...
https://www.eeworm.com/dl/634/148399.html
下载: 171
查看: 1045

加密解密 在程序中由playfair(char *s,int length) 的实现加密和解密;解密原理与加密类似

在程序中由playfair(char *s,int length) 的实现加密和解密;解密原理与加密类似,只是加密过程的逆过程,它基于密文,采用同行取左边,同列取下边,其余取交叉的相反原理;在程序中用FLAG标识区别,当其值为1时,为加密过程;值为0时,为解密过程。 ...
https://www.eeworm.com/dl/519/160078.html
下载: 57
查看: 1049

CA认证 * * Input * bin_data : binary data * bin_size : binary data length * Mode : operation mode

* * Input * bin_data : binary data * bin_size : binary data length * Mode : operation mode * BASE64_NeedCRLF ---- Need a CRLF every 64 base64-character * BASE64_NotCRLF ---- Need not CRLF between 64 base64-character * * Output * char data * char data length * * Return * 0: success -1: e ...
https://www.eeworm.com/dl/640/160475.html
下载: 174
查看: 1059

Linux/Unix编程 The Reed-Somolon code is specified by the finite field, the length (length <= 2^m-1), the numbe

The Reed-Somolon code is specified by the finite field, the length (length <= 2^m-1), the number of redundant symbols (length-k), and the initial zero of the code, init_zero, such that the zeros are: init_zero, init_zero+1, ..., init_zero+length-k-1
https://www.eeworm.com/dl/619/171805.html
下载: 189
查看: 1064

matlab例程 工程计算MATLAB code to calculate the reorthogonalized sine tapers input: N = the length of the time se

工程计算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 ...
https://www.eeworm.com/dl/665/178529.html
下载: 100
查看: 1091