登录
首页 » Others » matlab时频分析工具箱+安装方法+函数说明+最新版tftb.

matlab时频分析工具箱+安装方法+函数说明+最新版tftb.

于 2020-06-18 发布
0 290
下载积分: 1 下载次数: 13

代码说明:

matlab时频分析工具箱+安装方法+函数说明+最新版tftb: 为了兼顾无积分的朋友,如果无法下载请加公众号:mushiwords ,回复:matlab直接获取永久下载链接

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

发表评论

0 个回复

  • 水下光通信技术的研究
    光电信息技术,对水下光通信的研究水下光通信是一个新的研究热点,具有很好的现实价值
    2020-12-08下载
    积分:1
  • RCNN(fast-RCNN)和faster-RCNN最全文献和matlab代码
    包含了RCNN、fast-rcnn以及faster-rcnn的相关文献、资料以及matlab代码(包含说明),绝对好东西.运行程序详细看代码说明。
    2020-11-27下载
    积分:1
  • 基于hadoop商品推荐系统课设计
    该项目是我大三下学期的课程设计,它是基于hadoop的推荐系统,里面包含我的课程设计报告,和完整的mappeReduce代码。希望对你们有帮助。
    2020-12-06下载
    积分:1
  • FMEA培训教及APIS IQ-FMEA软件使用手册(中文).rar
    功能安全FMEA培训教程(中文)以及AOIS公司的专业FMEA分析软件IQ-FMEA的使用教程(中文)
    2021-05-06下载
    积分:1
  • 稀疏自码深度学习的Matlab实现
    稀疏自编码深度学习的Matlab实现,sparse Auto coding,Matlab codetrain, m/7% CS294A/CS294W Programming Assignment Starter CodeInstructions%%%This file contains code that helps you get started ontheprogramming assignment. You will need to complete thecode in sampleIMAgEsml sparseAutoencoder Cost m and computeNumericalGradientml For the purpose of completing the assignment, you domot need tochange the code in this filecurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencodtrain.m∥%%========%6% STEP 0: Here we provide the relevant parameters valuesthat willl allow your sparse autoencoder to get good filters; youdo not need to9 change the parameters belowvisibleSize =8*8; number of input unitshiddensize 25number of hidden unitssparsity Param =0.01; desired average activation ofthe hidden units7 (This was denoted by the greek alpharho, which looks like a lower-case pcurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod4/57train.,m∥in the lecture notes)1 ambda=0.0001%o weight decay parameterbeta 3%o weight of sparsity penalty term%%==:79 STEP 1: Implement sampleIMAGESAfter implementing sampleIMAGES, the display_networkcommand shouldfo display a random sample of 200 patches from the datasetpatches sampleIMAgES;display_network(patches(:, randi(size(patches, 2), 204, 1)), 8)%为产生一个204维的列向量,每一维的值为0~10000curer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod5/57train.m/v%中的随机数,说明是随机取204个 patch来显示%o Obtain random parameters thetatheta= initializeParameters ( hiddenSize, visibleSize)%%=============三三三三====================================97 STEP 2: Implement sparseAutoencoder CostYou can implement all of the components (squared errorcost, weight decay termsparsity penalty) in the cost function at once, butit may be easier to do%o it step-by-step and run gradient checking (see STEP3 after each stepWecurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod6/57train. m vb suggest implementing the sparseAutoencoder Cost functionusing the following steps(a) Implement forward propagation in your neural networland implement the%squared error term of the cost function. Implementbackpropagation tocompute the derivatives. Then (using lambda=beta=(run gradient Checking%to verify that the calculations corresponding tothe squared error costterm are correctcurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod7/57train. m vl(b) Add in the weight decay term (in both the cost funcand the derivativecalculations), then re-run Gradient Checking toverify correctnessl (c) Add in the sparsity penalty term, then re-run gradiChecking toverify correctnessFeel free to change the training settings when debuggingyour%o code. (For example, reducing the training set sizecurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod8/57train m vl/number of hidden units may make your code run fasterand setting betaand/or lambda to zero may be helpful for debuggingHowever, in yourfinal submission of the visualized weights, please useparameters web gave in Step 0 abovecoS七grad]sparseAutoencoderCost(theta, visibleSize,hiddensize, lambda,sparsityParam, beta,patches)二〓二二二二二二二〓二〓二〓二〓=二====〓=curer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod9/57train.m vlll96% STeP 3: Gradient CheckingHint: If you are debugging your code, performing gradienchecking on smaller modelsand smaller training sets (e. g, using only 10 trainingexamples and 1-2 hiddenunits) may speed things upl First, lets make sure your numerical gradient computationis correct for a%o simple function. After you have implemented computeNumerun the followingcheckNumericalGradientocurer:YiBinYUyuyibintony@163.com,WuYiUniversityDeep Learning, MATLAB Code for Sparse Autoencode10/57
    2020-12-05下载
    积分:1
  • ADI芯片封装
    ADI公司器件PCB封装库和原理图库。该ADI公司芯片封装库,为AltuimDesigner版的,同时支持3D模型显示。
    2020-12-08下载
    积分:1
  • 利用matlab进行多维数组每列进行独立的归化处理
    自己编写的matlab归一化处理程序。网上有很多相关程序,但是要么非常复杂,要么就是功能不符合自己的要求,所以就自己编写了一个。资源是matlab的.m文件,可以实现对多维数组的每一列进行单独的归一化处理,归一化的结果就是每一列的数据均落在了0—1之间。网上有的程序是对整体进行归一化处理,那样还是避免不了大数吞小数的现象,所以必须进行单独列的归一化处理。程序其实很简单,供大家参考学习使用。
    2020-12-06下载
    积分:1
  • OpenCV与OpenGL实现增强现实
    该程序通过OpenCV实现对Marker的识别和定位,然后通过OpenGL将虚拟物体叠加到摄像头图像下,实现增强现实。程序在OpenFrameworks下开发,解压后放在“OF安装目录appsmyApps”下打开编译。
    2020-06-13下载
    积分:1
  • Cool Edit Pro V2.1 简体中文绿色版
    Adobe Audition (前Cool Edit Pro) 是美国 Adobe Systems 公司 (前Syntrillium Software Corporation) 开发的一款功能强大、效果出色的多轨录音和音频处理软件。它是一个非常出色的数字音乐编辑器和 MP3制作软件。不少人把Cool Edit形容为音频“绘画”程序。你可以用声音来“绘”制:音调、歌曲的一部分、声音、弦乐、颤音、噪音或是调整静音。而且它还提供有多种特效为你的作品增色:放大、降低噪音、压缩、扩展、回声、失真、延迟等。你可以同时处理多个文件,轻松地在几个文件中进行剪切、粘贴、合并、重叠声音操作。使用它可以生成的声音有
    2021-05-06下载
    积分:1
  • 4本有用的软件测试书籍英文版打包
    软件测试书 英文版 自动化Software Testing (2nd) Ron PattonJust Enough Software Test Automation...
    2020-11-30下载
    积分:1
  • 696518资源总数
  • 104226会员总数
  • 29今日下载