logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

一阶互补滤波,二阶互补滤波,卡尔曼滤波

一阶互补// a=tau / (tau + loop time)// newAngle = angle measured with atan2 using the accelerometer//加速度传感器输出值// newRate = angle measured using the gyro// looptime = loop time in millis() fl

好用的画包络谱和幅值谱matlab函数

画包络函数:function hua_baol (y,fs,style,varargin)%画包络函数是hua_baoluo的代码简化版%输入参数要么是3个,要么是5个%当三个的时候y_hht=hilbert(y);%希尔伯特变换y_an=abs(y_hht);%包络信号%y_an=y_an-mean(y_an);%去除直流分量if nargin==3

#matlab#测试
写logfile (ex41.sh)

#!/bin/bash# Generates a log file in current directory# from the tail end of /var/log/messages.# Note: /var/log/messages must be world readable# if this script invoked by an ordinary user.#

C#折线图

public void Draw_Curve(PointPairList list){Random ran = new Random();this.myPane.GraphPane.Title = "动态折线图";this.myPane.GraphPane.XAxis.Title = "时间";

到底了