-
matlab_pro
matlab實用指南的各種程序 分三部分(matlab Practical Guide for the various procedures is divided into three parts)
- 2008-04-22 01:12:22下载
- 积分:1
-
GPSreceiver-matlab--code
matlab下完整的gps软件单通道接收机程序,从捕获跟踪到位置解算。运行需中频数据文件太大无法上传,在gps类网站上提供下载。postprocessing.m为主程序。
对部分评论的解释:
1. 运行主程序前用init.m进行变量参数设置,生成后面运行的结构体
2. 程序出错,是由于缺少数据文件。
3. 从网上下载的GPS中频数据文件,由于格式不同,程序是需要调试的。这里用的是.bin格式的。
剩下事的没有什么需要更改的了,好运。我是运行调试通过后发上来的
(matlab under a complete the gps software single-channel receiver program, from the acquisition and tracking to position solver. Run the required the IF data file is too large to upload, download gps on the class website. postprocessing.m main program. Explain some of the comments: 1. Structure variable parameter settings with init.m before running the main program to generate run later. Procedural error is due to the lack of data files. GPS IF data files downloaded from the Internet, because of the different formats, the program is needed to debug. Here is the format. Bin. Remaining there is no need to change a thing, good luck. I was running after debugging through made up)
- 2013-03-15 15:57:28下载
- 积分:1
-
ACO---pso-MTSP-
基于蚁群—粒子群的TSP求解,可以解决蚁群算法陷入局部最优解的问题,更好求出TSP问题(Based on ACO- pso MTSP solving the problem can be solved ant colony algorithm into local optimal solution, obtaining better TSP problem)
- 2020-11-09 11:59:46下载
- 积分:1
-
5
一道程序编译顺序的考题,涉及到函数调用的先后顺序及运算符号的优先级等问题。下面我展开给你讲。
C的程序编译总是从main函数开始的,这道题的重点在“fun((int)fun(a+c,b),a-c)) ”语句。
系统首先要确定最外层 fun()函数的实参,第一个参数的确定需要递归调用fun()函数(不妨称其为内层函数)。内层函数的两个参数分别为x=a+b=2+8=10、y=b=5,执行函数体x+y=10+5=15,于是得外层函数的参数x=15。其另一个参数y=a-c=2-b=-6,再次执行函数体,得最终返回值x+y=15+(-6)=9。 (Compiling together the sequence of test procedures, involving the sequence of function calls and operator symbols, such as the priority problem. Now I give you to start speaking. Procedures for C compiler always start from the main function and at这道题the focus of " fun ((int) fun (a+ c, b), ac)) " statement. System must first determine the most outer layer of fun () function of real parameters, the first parameters of recursive calls required fun () function (may be called the inner function). Inner function separately for the two parameters x = a+ b = 2+8 = 10, y = b = 5, to execute the function body x+ y = 10+5 = 15, then the outer function parameters were x = 15 . Its another parameter y = ac = 2-b =- 6, once again to execute the function body may eventually return the value of x+ y = 15+ (-6) = 9.)
- 2009-03-15 15:36:23下载
- 积分:1
-
ESMSystem-of-signal-sorting-problem
ESMSystem of signal sorting problem
- 2012-05-11 11:16:28下载
- 积分:1
-
KPCA00
kpca原始程序和小波去噪部分,用于数据降维和特征提取比较实用(kpca part of the original program and wavelet denoising for data dimensionality reduction and feature extraction more practical)
- 2011-12-01 21:25:39下载
- 积分:1
-
doublesfunction
It is a function of active disturbance reject control
- 2015-03-29 20:31:22下载
- 积分:1
-
MPC-MATLAB
基于matlab的预测控制仿真教程,英文版,非常详细,很有借鉴意义。(Matlab simulation-based predictive control tutorial, English, very detailed, useful reference.)
- 2010-09-09 17:08:20下载
- 积分:1
-
QPSKTermHard
This file includes the source code of the Uncoded+Coded QPSK with Viterbi (Term & hard decision) decoder.
- 2014-09-04 23:06:41下载
- 积分:1
-
roots-music.m
空间谱估计算法中的求根MUSIC算法,很简单程序。(Spatial spectrum estimation algorithm finding roots of MUSIC algorithm is very simple program.)
- 2012-09-18 16:15:52下载
- 积分:1