• 大小: 710B
    文件类型: .m
    金币: 1
    下载: 0 次
    发布日期: 2021-05-27
  • 语言: Matlab
  • 标签: simulink  练习题  

资源简介

用于学习simulink入门练习用,当然也可以直接调用来解决问题!

资源截图

代码片段和文件信息

function y = ffttx(x)
%FFTTX  Textbook Fast Finite Fourier Transform.
%    FFTTX(X) computes the same finite Fourier transform as FFT(X).
%    The code uses a recursive divide and conquer algorithm for
%    even order and matrix-vector multiplication for odd order.
%    If length(X) is m*p where m is odd and p is a power of 2 the
%    computational com

评论

共有 条评论