CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 分数阶实现

搜索资源列表

  1. LFManalysisAndFigure

    0下载:
  2. 分数阶Fourier变换,直接根据公式实现,没有用快速算法-Fractional Fourier transform, directly under the formula to achieve, not with the fast algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:548
    • 提供者:赵剑雄
  1. fractionallu

    0下载:
  2. 分数阶Lu系统实现,即如何由matlab来实现.-fractionalorderlusystem
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1842
    • 提供者:袁来
  1. pid_foc_funs

    1下载:
  2. 分数阶PID比一般PID多了2个可调参数,实现了常规PID所无法实现的控制功能,并且更精确有效-Fractional PID PID more than two adjustable parameters, and can not be achieved by the conventional PID control functions, and more accurate and efficient
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2227
    • 提供者:wudong
  1. tid_foc_funs

    0下载:
  2. 该程序设计了一种分数阶tid控制器,能有效弥补常规tid控制器所无法实现的目的,多两个可调参数就多了控制系数,功能更有效,性能更稳定。-The program design of a fractional tid controller can compensate for conventional tid controller can not achieve the purpose, more than two adjustable parameters, the more the contro
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2043
    • 提供者:wudong
  1. hyperchaotic

    0下载:
  2. 分数阶混沌系统,分数阶混沌吸引子相图程序实现。-Fractional chaotic systems, fractional chaotic attractor sub-phase diagram program.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:638
    • 提供者:小雨
  1. fenshujiefuliyebianhuan

    0下载:
  2. 分数阶傅里叶变换,可以用于实现图像的隐藏算法-The fractional Fourier transform, can be used to achieve the image hiding algorithm
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1071
    • 提供者:王帅帅
  1. fractional-order-chen-system

    1下载:
  2. 分数阶chen系统仿真 在matlab中运行,可实现分数阶chen系统的混沌模型- simulation of fractional order chen system , simulation of fractional order chen system
  3. 所属分类:Algorithm

    • 发布日期:2015-04-13
    • 文件大小:11264
    • 提供者:杨绪君
  1. readstft1014

    0下载:
  2. 分数阶傅里叶变换程序,读取数据文件实现分数阶傅里叶变换,有图形显示。-Fractional Fourier transform procedure, read data files fractional Fourier transform, graphical display.
  3. 所属分类:matlab

    • 发布日期:2017-12-05
    • 文件大小:916
    • 提供者:lijun
  1. frft1

    1下载:
  2. 分数阶傅里叶变换程序,可以设置不同的分数阶参数,实现对信号的时频分析,并具有图形显示-Fractional Fourier transform procedure, different fractional order parameter can be set to achieve the time-frequency analysis, and has a graphical display
  3. 所属分类:matlab

    • 发布日期:2017-11-27
    • 文件大小:811
    • 提供者:lijun
  1. uwbdete6

    0下载:
  2. 该方法将宽带信号的检测转化为稀疏信号的表示问题。利用分数阶傅里叶变化实现宽带LFM信号的稀疏表示,然后利用OMP算法实现LFM信号的检测。-The method to the detection of broadband signals into sparse signal representation problem. Wideband LFM signal changes in the fractional Fourier sparse representation, and then ta
  3. 所属分类:matlab

    • 发布日期:2015-03-10
    • 文件大小:3072
    • 提供者:Xu,J.P
  1. frac

    4下载:
  2. 分数阶各向异性扩散图像去噪,实现了文献Fractional-Order Anisotropic Diffusion for Image Denoising, Jian Bai, Xiang Chu, IEEE T. Image Process.,2007, 16(10): 2492-3502-Fractional anisotropic diffusion denoising literature Fractional-Order Anisotropic Diffusion for Image
  3. 所属分类:Special Effects

    • 发布日期:2015-10-22
    • 文件大小:446464
    • 提供者:zhang yi
  1. Fractional-FT

    1下载:
  2. Matlab环境下分数阶傅里叶变换的几种实现方法,附有每个方法所参考的文献的标题等,以及分数阶傅里叶变换用于数字水印的算法-Fraational Frouier Transform and matermark
  3. 所属分类:matlab

    • 发布日期:2015-03-06
    • 文件大小:82944
    • 提供者:Sunny
  1. non-Gaussian-noise-Identification

    0下载:
  2. 该文提出一种基于广义分数阶傅里叶变换和分数低阶Wigner-Ville 分布的数字调制识别新方法,该方法提取广义分数阶傅里叶变换的零 中心归一化瞬时幅度谱密度的最大值和分数低阶Wigner-Ville 分布幅度的最大值作为识别特征参数,并采用判决树分类器,实现了非高斯噪声下数字调制信号识别。-This paper presents a generalized fractional Fourier transform and fractional lower order Wigner-Vill
  3. 所属分类:Project Design

    • 发布日期:2017-11-08
    • 文件大小:216700
    • 提供者:forevr
  1. FRFT

    4下载:
  2. 给出了分数阶傅里叶变换的具体实现程序,阶数可调。该程序实现是根据一篇通信学报上的论文做的。同时提供了OFDM系统在不同信道估计技术下的误码率以及多径信道下的性能。对于想研究基于分数阶傅里叶变换的OFDM系统的人有一定帮助。-The codes for fractional fourier transform (frft) and its inverse way are given according to a published paper in Journal of Communication
  3. 所属分类:邮电通讯系统

    • 发布日期:2014-01-08
    • 文件大小:294641
    • 提供者:robort
  1. kalman-filter

    2下载:
  2. 卡尔曼滤波的仿真程序,高斯混合模型实现,分数阶统计程序,-gmm kalman filter
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:3611
    • 提供者:程兴
  1. frft-apply

    1下载:
  2. 分数阶frft函数,以及利用该函数实现的一些简单滤波器及lfm函数检测等功能-Fractional frft function, as well as the use of the function to achieve some simple of filter and lfm function of detection function
  3. 所属分类:matlab

    • 发布日期:2017-11-25
    • 文件大小:5221
    • 提供者:柴琪
  1. frft

    2下载:
  2. 实现了chirp信号的分数阶傅立叶变换,表现出了其能量聚集效果,另外对单频、多频、高斯信号进行了分数阶傅立叶变换-The chirp signal Fractional Fourier Transform, showing the effect of its energy gathered addition of single-frequency, multi-frequency Gaussian signal Fractional Fourier Transform
  3. 所属分类:波变换

    • 发布日期:2013-11-08
    • 文件大小:4631
    • 提供者:nicole
  1. fenshujie

    1下载:
  2. chen混沌系统的分数阶的吸引子仿真,很容易实现的,希望可以帮助你。一起学习混沌吧。-chen' s chaotic system of Fractional attractor simulation, it is easy to achieve, I hope you can help. With learning chaos.
  3. 所属分类:matlab

    • 发布日期:2017-05-26
    • 文件大小:97280
    • 提供者:王树周
  1. FLU

    0下载:
  2. 该代码是在matlab程序中实现的分数阶LU系统混沌,比较实用!-LUsystem chaos
  3. 所属分类:matlab

    • 发布日期:2017-11-26
    • 文件大小:871
    • 提供者:jp
  1. frft

    0下载:
  2. 分数阶傅里叶变换matlab的实现,可以看看的-Fractional Fourier transform matlab realization, you can see the
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:814
    • 提供者:白雪
« 1 23 4 5 6 7 »
搜珍网 www.dssz.com