登录
首页 » matlab » SPMForSensorDataAnalytic

SPMForSensorDataAnalytic

于 2018-05-15 发布 文件大小:4167KB
0 193
下载积分: 1 下载次数: 7

代码说明:

  These files contain all the code necessary to run the example in the Webinar "Signal Processing for Machine Learning in MATLAB". They also include code to automate the download and preparation of the dataset used. In that webinar we presented an example of a classification system able to identify the physical activity that a human subject is engaged in, solely based on the accelerometer signals generated by his or her smartphone. We used consolidated signal processing methods to extract a fairly small number of highly-descriptive features, and finally trained a small Neural Network to map the feature vectors into the 6 different activity classes of a pre-recorded dataset. The topics discussed include: * Signal manipulation and visualisation * Design and application of digital filters * Frequency-domain analysis * Automatic peak detection * Feature extraction from signals * Train and test of simple Neural Networks

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

发表评论

0 个回复

  • output_of_DCT_in_image_fusion
    u can calculate DCT clc inp = imread( Im1.jpg ) inp1 = imread( Im2.jpg ) A = double(inp(:,:,1)) B = double(inp1(:,:,1)) A1=double(blkproc(A,[8 8], dct2 )) B1=double(blkproc(B,[8 8], dct2 )) [r,c] = size(A1) r1 = [] for i=1:r for j=1:c if A1(i,j) > B1(i,j) r1(i,j)=A1(i,j) else r1(i,j)=B1(i,j) end end end r1= double(r1(:,:,1)) C=blkproc(r1,[8 8], idct2 ) round(C) C1=idct2(r1) figure imshow(uint8(C)) figure imshow(uint8(C1)) imwrite(uint8(C), dct8x8min.jpg )
    2011-01-09 23:26:05下载
    积分:1
  • BAMUTIANXIAN
    八木天线周围 的电流分布,以及水平、垂直、三维方向图(Yagi antenna current distribution, as well as horizontal and vertical, three-dimensional pattern)
    2010-05-14 18:42:59下载
    积分:1
  • matlab
    matlab仿真命令集,各种命令应有尽有(matlab simulation command set, so that all)
    2011-10-27 20:31:34下载
    积分:1
  • bayes_classifier
    贝叶斯分类器 模式识别(电子工业出版社)源代码(Bayesian classifier ..........)
    2013-12-29 10:37:43下载
    积分:1
  • GNSS_NEW
    GNSS软件接收机,源自《软件定义的GPS和伽利略接收机》书中配套程序,做过修改,在原有程序框架下使用了2阶锁频环辅助3阶锁相环(The GNSS software receiver, derived from GPS and Galileo receiver of software defined supporting program in the book, modification, the original application framework use 2 order frequency locked loop aided third-order phase-locked loop )
    2021-04-06 14:39:03下载
    积分:1
  • FDA波束形成
    说明:  FDA波束形成 多载频 频率间距 自适应 MVDR(FDA beamforming adaptive MVDR multi-frequency)
    2020-06-18 10:19:09下载
    积分:1
  • fem-matlab
    计算固体力学的matlab程序以及运行结果。(FEM s matlab program and results)
    2014-08-20 19:32:24下载
    积分:1
  • mfiles
    this is a face detection code .With high efficiency and accuracy
    2013-03-03 19:52:44下载
    积分:1
  • bayes_bati
    采用bayes方法进行模型的校正,先验分布和似然函数采用时间序列模型,压箱底的东西(Using Bayes method for the calibration of the model, the prior distribution and the likelihood function using time series models, bottom pressure thing)
    2013-04-24 17:32:46下载
    积分:1
  • ls-mse
    是一个关于LS算法和MSE算法的性能比较程序(About LS algorithm is an algorithm and the MSE performance comparison program)
    2009-04-03 10:44:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载