搜索资源列表
dpskzuizuihou
- 本程序模拟了一个2DPSK发送和接受的完整过程,差分编码采用模2加的方式得到,本次实验采用的是相移键控的方法得到发送信号,2DPSK信号最常用的解调方法有两种,本次实验采用的是极性比较法,先通过2PSK相干解调器,再经过码(反)变换器得到基带信号。 -This program simulates a 2DPSK sending and receiving complete process, differential coding is completed by modulo-2 additi
新建文本文档.tar
- 边值问题的数值解及其MATLAB程序;介绍了打靶法及其MATLAB程序; 用线性打靶法和常用的四阶龙格-库塔公式求解线性边值问题数值解的MATLAB主程序(Numerical solutions of boundary value problems and their MATLAB programs)
Astar
- A*算法是一种静态路网中求解最短路径最有效直接的搜索方法,也是许多其他问题的常用启发式算法,他考虑了全局的信息,可以在一些情况下蜕化为迪杰斯特拉算法以及扫描时算法,本程序文件是利用A*算法进行一个航路规划(A * algorithm is a static road network to solve the shortest path is the most effective and direct search method, is also a lot of other problems c