搜索资源列表
1
- 在MATLAB中表示信号的常规格式是向量或者矩阵。本示例中利用randint 函数来产生一个表示二进制数据序列连续值的列向量。其中二进制数据序列的长度(即为列向量中的行数)设置为30,000。 下面的代码同时还绘制了数据序列的杆图(stem plot),用来显示数据的0、1值。你所产生的图可能与次示例中的图有一点不一样,这是因为本示例中应用了随机数。 -Said signal in MATLAB conventional format is a vector or matrix. In
RandInt
- 生成自定义整数区间的自定义数目随机数,将结果以txt文件形式保存-creating a custom number of random numbers for a custom integer range and saving the results as a txt file
ReadTxt
- public static void main(String[] args) { //File file = new File("d:\\shaolang.txt"); //ReadTxt(file); File file = new File("d:\\ip端口数据.txt"); List list_Content = new ArrayList(); list_C