登录
首页 » matlab » single-satellite

single-satellite

于 2020-09-09 发布 文件大小:120KB
0 114
下载积分: 1 下载次数: 31

代码说明:

  单星定位方法及精度分析,有很好的学习价值(Single satellite positioning method and accuracy analysis, there is a good learning value)

文件列表:

单星
....\单星
....\....\GDOP
....\....\....\gdop.asv,24408,2010-01-22
....\....\....\gdop.fig,15955,2010-01-23
....\....\....\gdop.m,24928,2010-01-22
....\....\....\gdop3d.asv,4467,2010-04-19
....\....\....\gdop3d.m,4496,2010-04-19
....\....\....\gdophx.asv,8031,2010-04-19
....\....\....\gdophx.m,8058,2010-04-19
....\....\....\gdophy.m,8034,2010-04-19
....\....\....\gdopx.m,4209,2010-04-19
....\....\....\gdopy.asv,4204,2010-04-19
....\....\....\gdopy.m,4207,2010-04-19
....\....\....\GDOP_SigalSatalite.fig,16255,2010-01-23
....\....\....\GDOP_SigalSatalite.m,25564,2010-01-23
....\....\....\subsatellite.m,1978,2010-01-23
....\....\....\subsatellite_SS.m,1978,2010-01-23
....\....\定位
....\....\....\23-Jan-2010单星'.txt,1218,2010-01-23
....\....\....\createorbit.m,2942,2010-01-23
....\....\....\doa.asv,2927,2010-01-22
....\....\....\doa.m,2932,2010-01-22
....\....\....\doa1.m,3417,2010-01-22
....\....\....\doa2.m,1933,2010-01-23
....\....\....\ex_close.m,30,2010-01-21
....\....\....\interface.fig,12549,2010-01-24
....\....\....\interface.m,24373,2010-01-13
....\....\....\location.fig,19874,2010-01-23
....\....\....\location.m,34733,2010-01-23
....\....\....\moren.m,485,2010-01-20
....\....\....\openfile.m,192,2010-01-21
....\....\....\qingkong1.m,461,2010-01-20
....\....\....\qingkong2.m,147,2010-01-20
....\....\....\qingkong3.m,254,2010-01-21
....\....\....\queding1.m,1431,2010-01-20
....\....\....\queding2.m,1140,2010-01-21
....\....\....\queding3.m,928,2010-01-22
....\....\....\save_result.m,2712,2010-01-22
....\....\....\SingalLocation.asv,20264,2010-01-24
....\....\....\SingalLocation.fig,16511,2010-01-24
....\....\....\SingalLocation.m,20279,2010-01-24
....\....\....\单星定位.txt,806,2010-01-23

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • xianshishijian
    说明:  用于调用系统时间,并且显示出来,非常实用(Used to call the system time, and displayed a very practical)
    2010-04-05 22:15:55下载
    积分:1
  • FFT
    FFT的说明和一些matlab 例程,希望能有所帮助(Fast Fourier Transformation under the environment of MATLAB)
    2011-12-20 21:40:12下载
    积分:1
  • medfilt2m
    2-D median filtering with better boundaries response. A modified version of the MATLAB function medfilt2 that deals better with the boundaries. Unlike medfilt2, the function medfilt2m does not pad the matrix with extra elements on the edges, but computes the median using only elements in the matrix.
    2009-10-14 01:59:09下载
    积分:1
  • TestJTidy
    J Unit Test Suite Adapter Source Code for Andriod.
    2014-01-03 19:28:14下载
    积分:1
  • lsb-watermarking
    watermarking using lsb replacement
    2014-02-02 06:40:01下载
    积分:1
  • GA-PSO算法 2.0版本
    基于遗传算法与粒子群算法的相机标定程序,值得借鉴(The camera calibration program based on genetic algorithm and particle swarm optimization is worthy of reference)
    2020-07-04 01:20:01下载
    积分:1
  • threshold_segmentation
    利用阈值法分割图像的matlab程序和实验报告,这是本科学习图象处理时的作业,供初学者参考(threshold method of image segmentation and experimental procedures Matlab report This is the undergraduate study of image processing operations, information for beginners)
    2006-10-25 19:53:37下载
    积分:1
  • fingerprint
    设计较为合理的滤波算法以实现对指纹图像的增强处理,并用MATLAB仿真验证算法的有效性。(More reasonable filtering algorithm designed to achieve the enhancement of fingerprint image processing, and use MATLAB simulation algorithm.)
    2011-05-29 12:26:18下载
    积分:1
  • KMP-in-matlab
    matlab kmp source code
    2013-07-09 13:30:49下载
    积分:1
  • C
    说明:  1.1 C基础知识 1 1.2 函数与头文件 2 1.3 C预处理器 3 1.4 将一个字符转换为long型 4 1.5 strcpy函数 4 1.6 assert用法 5 1.7 itoa函数和atoi函数 6 1.8 strcmp函数实现 8 1.9 strcpy函数实现 9 1.10 memcpy函数实现 10 1.11 memcpy和memmove函数的实现 11 1.12 strcat函数实现 13 1.13 使用库函数atoi,将char *→int 13 1.14 使用库函数itoa,将int→char * 14 1.15 不使用库函数,将int→char * 14 1.16 不使用库函数,将char *→int 15 1.17 求两个整数的最大公约数 16 1.18 Little_endian or Big_endian 17 1.19 sizeof与strlen的区别 19 1.20 实现String类的BIG_FOUR 19 1.21 struct和union的区别 20 1.22 char字符变量与int整型数据 22 1.23 字,字节,字符,比特 23 1.24 空格、空字符、字符数组结束符的区别 25(1.1 C Basics 1 1.2 Functions and header files 2 1.3 C preprocessor 3 1.4 will be a long-type characters into four 1.5 strcpy function 4 1.6 assert usage 5 1.7 itoa function and atoi function 6 1.8 strcmp function to achieve 8 1.9 strcpy function to achieve 9 1.10 memcpy function to achieve 10 Achieve 11 1.11 memcpy and memmove function 1.12 strcat function to achieve 13 1.13 using the library function atoi, the char* → int 13 1.14 using the library function itoa, the int → char* 14 1.15 does not use the library function, int → char* 14 1.16 does not use the library function, char* → int 15 1.17 find the greatest common divisor of two integers 16 1.18 Little_endian or Big_endian 17 Difference 1.19 sizeof and strlen 19 1.20 realize BIG_FOUR String class 19 Difference 1.21 struct and union of 20 1.22 char and int integer variable character data 22 1.23 word, byte, character, bit 23 Difference 1.24 spaces, null characters, character array termi)
    2014-10-08 10:33:55下载
    积分:1
  • 696518资源总数
  • 104432会员总数
  • 16今日下载