登录
首页 » matlab » trajectory

trajectory

于 2020-12-16 发布 文件大小:3KB
0 179
下载积分: 1 下载次数: 52

代码说明:

  轨迹发生器matlab函数 导航仿真使用(Trajectory generator navigation simulation using matlab function)

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

发表评论

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
  • interruptible-load-calculation
    本MATLAB程序是基于离散粒子群算法的可中断负荷的优化计算(The MATLAB program is a discrete particle swarm optimization algorithm based on interruptible load calculation)
    2020-10-18 12:17:26下载
    积分:1
  • ccfx_Learn
    层次分析法计算权重,判断矩阵一致性检验的Matlab源程序代码(Analytic Hierarchy Process (AHP) calculates weight and judges Matlab source code for matrix consistency checking)
    2020-06-16 23:40:01下载
    积分:1
  • kfdemo
    在matlab上实现卡曼滤波器的基本功能,分五个基本步骤,运行程序无误,已测试。(Kalman filter in matlab to achieve the basic functions, divided into five basic steps, run the program correctly, has been tested.)
    2011-04-19 01:45:08下载
    积分:1
  • IFS
    分形与混沌中的迭代函数系统IFS,matlab编的,(it is a matlab program which is about IFS )
    2010-05-10 11:44:14下载
    积分:1
  • NonlinearObservabilityAnalysis
    This implements Lie-derivative based complete observability analysis for relative localization using equabilent relative measurement model.
    2014-01-18 07:21:22下载
    积分:1
  • radar
    实现雷达的测速和测距,并观测雷达的多普勒效应(Achieve moving target radar speed and ranging, and realize the moving target of the Doppler effect)
    2016-03-14 10:07:01下载
    积分:1
  • infomax
    compute the Independent component analysis (ICA) with the algorithm of infomax
    2010-03-02 02:41:33下载
    积分:1
  • AutoFocusing_Contrast
    合成孔径雷达的自聚焦算法使用matlab实现。是最大对比度法(Synthetic aperture radar autofocus algorithm using matlab implementation. Is the maximum contrast method)
    2020-12-16 10:39:12下载
    积分:1
  • arunproject
    pwm control of induction motor
    2011-01-07 02:46:42下载
    积分:1
  • 696518资源总数
  • 106148会员总数
  • 10今日下载