登录
首页 » matlab » MATLAB程序

MATLAB程序

于 2019-04-17 发布
0 265
下载积分: 1 下载次数: 4

代码说明:

说明:  工程信号处理MATLAB分析程序,包含傅里叶变换、相关性分析、功率谱分析。(Engineering signal processing MATLAB analysis program, including Fourier transform, correlation analysis, power spectrum analysis.)

文件列表:

MATLAB程序\ExpSinFFT.m, 1410 , 2019-03-31
MATLAB程序\FFT.m, 543 , 2019-03-24
MATLAB程序\HCSquare.m, 661 , 2019-03-16
MATLAB程序\HCTri.m, 688 , 2019-03-16
MATLAB程序\ImpluseSpectrum.m, 784 , 2019-03-31
MATLAB程序\lixue.m, 67 , 2019-03-25
MATLAB程序\MyExpSin.m, 614 , 2019-03-24
MATLAB程序\MyExpSinD.m, 627 , 2019-03-24
MATLAB程序\MyFourierT.m, 541 , 2019-04-08
MATLAB程序\MyImpulse.m, 624 , 2019-03-16
MATLAB程序\MyImpulseD.m, 475 , 2019-03-16
MATLAB程序\MyRead.m, 516 , 2019-03-11
MATLAB程序\MySave.m, 1087 , 2019-03-11
MATLAB程序\MySin.m, 521 , 2019-04-08
MATLAB程序\MySin.txt, 9511 , 2019-03-11
MATLAB程序\MysinD.m, 538 , 2019-04-08
MATLAB程序\MySquare.m, 475 , 2019-04-08
MATLAB程序\MySquareD.m, 516 , 2019-04-08
MATLAB程序\MyStdPeriod.m, 737 , 2019-03-11
MATLAB程序\MyStdPeriodD.m, 493 , 2019-03-11
MATLAB程序\MyTri.m, 531 , 2019-03-11
MATLAB程序\MyTriD.m, 470 , 2019-03-11
MATLAB程序\MyWhiteNoise.m, 679 , 2019-04-08
MATLAB程序\MyWhiteNoiseD.m, 578 , 2019-04-08
MATLAB程序\simulink\shiyan.slx, 15851 , 2019-04-14
MATLAB程序\SinFFT.m, 697 , 2019-03-31
MATLAB程序\Untitled.m, 92 , 2019-03-11
MATLAB程序\Untitled4.m, 582 , 2019-03-24
MATLAB程序\Untitled7.m, 509 , 2019-03-11
MATLAB程序\Untitled8.m, 335 , 2019-03-31
MATLAB程序\实验6.7.8\MyDirectCorrelate.m, 504 , 2019-04-08
MATLAB程序\实验6.7.8\MyPowerSpectrum.m, 495 , 2019-04-08
MATLAB程序\实验6.7.8\MySinGLP.m, 1062 , 2019-04-08
MATLAB程序\实验6.7.8\MySinHXG.m, 1102 , 2019-04-08
MATLAB程序\实验6.7.8\MySquareGLP.m, 890 , 2019-04-08
MATLAB程序\实验6.7.8\MySquareZXG.m, 953 , 2019-04-08
MATLAB程序\实验6.7.8\MyVariance.m, 40 , 2019-04-08
MATLAB程序\实验6.7.8\MyWhiteNoiseGLP.m, 819 , 2019-04-08
MATLAB程序\实验6.7.8\MyWhiteNoiseZXG.m, 880 , 2019-04-08
MATLAB程序\实验6.7.8\Untitled10.m, 132 , 2019-04-08
MATLAB程序\simulink, 0 , 2019-04-14
MATLAB程序\实验6.7.8, 0 , 2019-04-08
MATLAB程序, 0 , 2019-04-14

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

发表评论

0 个回复

  • svd
    奇异值分解算法的m代码,实现了数字水印技术的嵌入及提取过程,效果不错。(Singular value decomposition algorithm m code, the realization of the digital watermark embedding and extraction technology process, good results.)
    2009-06-14 10:34:45下载
    积分:1
  • cifafenxi
    用于启动界面的制作,以及对于词法的分析,很实用的东西(Interface used to start production, as well as for lexical analysis, a very practical things)
    2008-08-11 17:19:25下载
    积分:1
  • 0601单据开发进阶
    NC用友主子单据开发,对于在用友二次开发的开发单据详细步骤(NC yongyou Development of master and sub-document)
    2020-06-25 08:00:02下载
    积分:1
  • 也是一个关于匹配方面的程序,希望能帮上新手的忙。
    也是一个关于匹配方面的程序,希望能帮上新手的忙。-Is also an area on the matching procedure, hoping to help the novice a favor.
    2022-03-20 22:26:29下载
    积分:1
  • leetcode-cpp
    说明:  LeetCode Problem Solving: It is suitable for beginners who are looking for jobs, brushing questions and preparing for ACM algorithm competition.
    2019-02-18 19:43:31下载
    积分:1
  • 基本操作的基本操作是四大操作,符号…
    浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus::value // f1+f2 的结果 btil::fn::minus::value // f1-f2 的结果 btil::fn::multiplies::value // f1*f2 的结果 btil::fn::divides::value // f1/f2 的结果 plus::value::f_val // f1+f2 的结果的值 struct one { static const double f_val = 1.0 } // 两个浮点数 struct two { static const double f_val = 2.0 } minus::value::f_val == 0.5 取负 取负运算就是取一个浮点数的负数。-float basic operations of the basic operations are four major operations, symbols, sizes, and float-watchman"s rattle so. The first document contains "fn.hpp"# include "fn.hpp" float float basic operations of the basic operations are, plus or minus, riding, except from negative, in absolute terms, a comparison of the same. The a
    2022-05-22 17:45:03下载
    积分:1
  • Delphi开发的数据库自定义查询程序
    Delphi开发的适用于多种数据库的自定义查询程序,可查询任意数据库、打印并导出电子表格,不过代码中使用了较多的控件,调试时候若没有这些控件的话,可能会比较麻烦。请注意,使用了以下控件:   RXControls   Report Machine   Dev Express   ExpressBars
    2022-05-19 16:20:11下载
    积分:1
  • 包含了步态识别的整一套流程的代码实现matlab
    行人重识别 步态能量图 文件处理 归一化 步态识别 基于模型(Pedestrian recognition, optical flow method, gait energy diagram, document processing, normalized gait recognition)
    2021-04-08 18:59:00下载
    积分:1
  • VISSIM520_COM_中文
    VISSIM——com接口 vb、c++、java的使用手册(VISSIM-Manual for the Use of vb, c++, Java in com Interface)
    2020-06-25 02:20:02下载
    积分:1
  • financial management systems of finan cial management systems Financial Manageme...
    财政管理系统 -financial management systems of finan cial management systems Financial Management System
    2022-10-31 14:40:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载