登录
首页 » matlab » ff2

ff2

于 2014-11-15 发布 文件大小:1KB
0 202
下载积分: 1 下载次数: 100

代码说明:

  fft谐波分析的实例,并求出THD即谐波畸变率 (Examples fft harmonic analysis, and find THD)

文件列表:

ff2.m,717,2014-10-11

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

发表评论


0 个回复

  • gauss-seidel
    二维热传导扩散方程的高斯-赛德尔迭代方法。(A two-dimensional thermal diffusion problem using Gauss-Seidel iteration method.)
    2021-01-18 14:28:44下载
    积分:1
  • 11087 统逆序对
    Description 设a[0…n-1]是一个包含n个数的数组,若在i<j的情况下,有a[i]>a[j],则称(i, j)为a数组的一个逆序对(inversion)。 比如 <2,3,8,6,1> 有5个逆序对。请采用类似“合并排序算法”的分治思路以O(nlogn)的效率来实现逆序对的统计。 一个n个元素序列的逆序对个数由三部分构成: (1)它的左半部分逆序对的个数,(2)加上右半部分逆序对的个数,(3)再加上左半部分元素大于右半部分元素的数量。 其中前两部分(1)和(2)由递归来实现。要保证算法最后效率O(nlogn),第三部分(3)应该如何实现? 此题请勿采用O(n^2)的简单枚举算法来实现。 并思考如下问题: (1)怎样的数组含有最多的逆序对?最多的又是多少个呢? (2)插入排序的运行时间和数组中逆序对的个数有关系吗?什么关系? 输入格式 第一行:n,表示接下来要输入n个元素,n不超过10000。 第二行:n个元素序列。 输出格式 逆序对的个数。 输入样例 5 2 3 8 6 1 输出样例 5(Set a[0... N-1] is a n array containing n numbers. If there is a [i] > a [j] i n the case of I < j, then (i, j) is a n inversion pair of a array. For example, <2,3,8,6,1> has five reverse pairs. Please use the idea of "merge sorting algorithm" to achieve the statistics of inverse pairs with O (nlogn) efficiency. The number of inverse pairs of a sequence of n elements consists of three parts: (1) The number of reverse pairs in the left half, (2) the number of reverse pairs in the right half, (3) the number of elements in the left half is greater than that in the right half. The first two parts (1) and (2) are implemented by recursion. To ensure the final efficiency of the algorithm O (nlogn), how should the third part (3) be implemented? Do not use O (n ^ 2) simple enumeration algorithm to solve this problem.)
    2019-01-07 23:52:06下载
    积分:1
  • matlabtoolbox
    说明:  matlab的时频分析工具箱,含全部工具箱程序(Matlab time-frequency analysis toolbox, including all toolbox programs)
    2019-02-21 09:32:46下载
    积分:1
  • 19864062MatrixOper
    对于协方差矩阵的一种计算方法,对于地震中的反演约束算法能起到很好的作用。(For a kind of covariance matrix calculation method)
    2011-05-30 13:43:06下载
    积分:1
  • ar_spectrum
    ar谱估计,分别用了最小二乘法和yulewalker法。(ar spectrum estimation, least squares method were used and yulewalker law.)
    2011-07-11 19:01:46下载
    积分:1
  • chirped_grating_analytical_solution
    仿真啁啾光栅投射及反射特性。建构于解析解的基础之上。(Properties of chirped fiber grating)
    2011-10-15 11:21:54下载
    积分:1
  • conjgrad
    共扼梯度法的Matlab源程序,寻找非线性或线性方程的极值(conjugate gradient method of Matlab source to find nonlinear equations or linear Extreme)
    2006-06-03 10:57:55下载
    积分:1
  • Main_stress
    是一个基于Fortran语言计算 第一主应力 和 第三主应力 结构数值计算方便的代码(Fortran language is a calculation based on the first principal stress and the third principal stress code structure to facilitate numerical calculation)
    2011-04-23 20:44:17下载
    积分:1
  • 文件1
    说明:  文件中有大量 数据样本,根据样本进行数据处理,求均值,插值,最大值,最小值等(There are a large number of data samples in the file. According to the samples, data processing is carried out to find the mean value, interpolation, maximum value, minimum value, etc)
    2020-01-06 21:49:43下载
    积分:1
  • UMAT beginning
    begining of UMAT in abaqus
    2017-09-11 20:50:56下载
    积分:1
  • 696518资源总数
  • 104943会员总数
  • 10今日下载