登录
首页 » matlab » satplot

satplot

于 2014-11-05 发布 文件大小:742KB
0 166
下载积分: 1 下载次数: 45

代码说明:

  绘画GPS卫星地面跟踪轨迹图程序,适合GPS初学者(GPS CONSTELLATION PLOT)

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

发表评论

0 个回复

  • xiaobosuanfa
    采样频率 fs=10000 轴承外环故障信号 fid=fopen( bearingout.dat , r ) 故障 N=1024 xdata=fread(fid,N, int16 ) fclose(fid) xdata=(xdata-mean(xdata))/std(xdata,1) 时域波形 figure(1) plot(1:N,xdata) xlabel( 时间 t/n ) ylabel( 电压 V/v ) db10小波进行4层分解 一维小波分解 [c,l] = wavedec(xdata,4, db10 ) 重构第1~4层细节信号 d4 = wrcoef( d ,c,l, db10 ,4) d3 = wrcoef( d ,c,l, db10 ,3) d2 = wrcoef( d ,c,l, db10 ,2) d1 = wrcoef( d ,c,l, db10 ,1) ( Sampling frequency fs = 10000 bearing outer ring fault signal fid = fopen (' bearingout.dat' , ' r' ) failure N = 1024 xdata = fread (fid, N, ' int16' ) fclose (fid ) xdata = (xdata-mean (xdata))/std (xdata, 1) time-domain waveform figure (1) plot (1: N, xdata) xlabel (' Time t/n' ) ylabel ( ' voltage V/v' ) db10 wavelet decomposition 4 layer one-dimensional wavelet decomposition [c, l] = wavedec (xdata, 4, ' db10' ) 1 ~ 4 reconstructed detail signal d4 = wrcoef (' d' , c, l, ' db10' , 4) d3 = wrcoef (' d' , c, l, ' db10' , 3) d2 = wrcoef (' d' , c, l, ' db10' , 2) d1 = wrcoef (' d' , c, l, ' db10' , 1) )
    2011-05-21 16:48:36下载
    积分:1
  • Aircraft-Stability2
    it is a stability controller for aircraft with distribution
    2012-06-01 21:53:36下载
    积分:1
  • xuanzexinghuatu
    一个matlabGUI,可以对mat文件中的多个信号进行线性分析(最多三个)(A matlabGUI, can document a number of mat-signal linear analysis (a maximum of three))
    2009-03-19 20:08:37下载
    积分:1
  • codes
    fast motion vector of vedio sequence
    2010-10-27 16:47:53下载
    积分:1
  • sed6120
    整有效。中间四个字节分别代表设备的地址、指令类型、指令参数1(OPT1)和指令参数2(OPT2)。设备在对这四个字节的内容进行译码后执行相应的操作
    2009-12-25 09:29:17下载
    积分:1
  • xiaobobianhuan
    这是一个使用matlab实现小波变换的程序(This is a realization of the use of wavelet transform matlab program)
    2009-05-07 17:28:00下载
    积分:1
  • comm_missile
    this will help u in the simulation of missle functions
    2009-12-13 02:03:26下载
    积分:1
  • GPC_FINAL_noise
    GPC Controller Simulation with RLS algorithm for the Parametric Identification.
    2010-12-01 19:50:44下载
    积分:1
  • Enhancement_for_Fingerprint_Image
    在频域对指纹图像进行增强,也适用于其他图像,在“imread( )”语句中更改您所需增强的图像即可。(In the frequency domain of fingerprint image enhancement, but also to other images, in the " imread (' ' )" statement required to change your image can be enhanced.)
    2009-05-28 11:45:09下载
    积分:1
  • matlab-and-the-model-of-math
    其中包括matlab的基础学习,和有关数学建模的模型分析。主要适合初学建模但不懂编程的学者学习,也适合实习matlab的人开展模型分析训练。(Including Matlab basis of learning, and mathematical modeling, model analysis. Mainly suitable for beginners modeling, but scholars do not understand programming learning, but also for the internship Matlab to carry out model analysis training.)
    2012-05-24 15:58:52下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载