This is sofe input and soft output programme you can use. Matlab is the similation tool.
标签: similation programme Matlab output
上传时间: 2017-06-21
上传用户:lgnf
student information input and output~ 学生信息输入与查询 上JAVA课上的实验报告
标签: information student output input
上传时间: 2017-06-24
上传用户:hfmm633
AES implementation in C++. Input: key file and the file for encryption Output: the crypted file.
标签: file implementation encryption the
上传时间: 2013-12-19
上传用户:youke111
The TLE2425 improves input regulation as well as output regulation
标签: regulation improves output input
上传时间: 2013-12-23
上传用户:libenshu01
Many wireless communications channels consist of multiple signal paths from the transmitter to receiver. This multiplicity of paths leads to a phenomenon known as multipath fading. The multiple paths are caused by the presence of objects in the physical environment that, through the mechanisms of propagation, alter the path of radiated energy. These objects are referred to as scatterers. In the past, researchers often looked at ways to mitigate multipath scattering, such as in diversity systems. Multiple-input, multiple-output (MIMO) systems, on the other hand, use multipath diversity to their advantage; a MIMO system has the ability to translate increased spatial diversity into increased channel capacity.
标签: Multiple-Output Multiple-Input Channel Models
上传时间: 2020-05-31
上传用户:shancjb
生成BCD码。 Name: BIN3toBCD4 Func:2字节二进制整数--->>BCD码四字节转换(Comped BCD) Input: 3进制数人低字节到高字节存放在内部RAM50H,51H,52h单元中 Output: BCD码人低位到高位分别存放在内部RAM53H,54H,55H,56H单元中 USE: R7-R0, 56H-50H
标签: BCD BIN3toBCD4 Comped Input
上传时间: 2015-02-02
上传用户:FreeSky
对c语言的简单语法分析器 文件说明: input.txt内为输入的源程序,包括for,while和if else控制等 output.txt内为输出的二元单词序列 k.txt为关键字表 l.txt为运算符和界符表 i.txt为该输入的源程序的标志符 c.txt为常数表 个别表需要序列号,这时各表的序列号默认为从1开始,每行加1。 使用说明: 在提示符下输入input.txt文件的路径和文件名字, 运行完成后,打开文件output.txt看结果。
上传时间: 2013-12-23
上传用户:pompey
ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and printed both to the console and to an output file. • Assume a file with correct data (no garbage, characters, etc.). • you must check and provide appropriate execution for 2 extra cases, namely when the matrix size given is either “0” , or when the size is greater than the maximum handled of “5” . In these 2 cases you must implement the following behaviour: o If size = 0, then print a message “Size = 0 is unacceptable” and continue by reading the next size for the next 2 matrices (if not end of file). o If size >5, then print two messages: “Size is too big - unacceptable”. Then read and discard the next (size2 ) integers and continue by reading the next size for the next 2 matrices (if not end of file).
标签: multiplication Implement matrices matrix
上传时间: 2014-08-30
上传用户:dsgkjgkjg
2^x mod n = 1 acm竞赛题 Give a number n, find the minimum x that satisfies 2^x mod n = 1. Input One positive integer on each line, the value of n. Output If the minimum x exists, print a line with 2^x mod n = 1. Print 2^? mod n = 1 otherwise. You should replace x and n with specific numbers. Sample Input 2 5 Sample Output 2^? mod 2 = 1 2^4 mod 5 = 1
标签: mod satisfies minimum number
上传时间: 2015-06-02
上传用户:qlpqlq
* * 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: error
标签: binary data operation bin_data
上传时间: 2015-06-04
上传用户:ZJX5201314