登录
首页 » matlab » 64 fft_ifft

64 fft_ifft

于 2017-07-13 发布 文件大小:1KB
0 270
下载积分: 1 下载次数: 5

代码说明:

  FFT and IFFT 64 point radix-4

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

发表评论

0 个回复

  • conversion_gui
    function ret = Int2Hex(var) Prints integer array to hexadecimal string varType = class(var) cast signness away: if ( u ~= varType(1) ) varType = [ u varType] var = typecast(var,varType) end nBits = str2double(varType(5:end)) if (64 == nBits) split 64 bit case into two 32 s cuz dec2hex doesn t handle 64 bit... varType(5:end) = 32 var = typecast(var,varType) end ret = dec2hex(var) if (64 == nBits) littleEndian = all(typecast(uint32(1), uint16 )==[1 0]) first = 1 + littleEndian second = 2 - littleEndian ret = [ret(first:2:end,:),ret(second:2:end,:)] end end
    2010-07-30 09:39:56下载
    积分:1
  • Software-effort-estimation-using-fuzzylogic
    Software effort estimtion using fuzzylogic
    2014-10-31 22:35:11下载
    积分:1
  • Levenberg-Marquardt Method
    最优化 LM算法, 实现二次函数为目标函数的非线性优化(L-M Optimization method)
    2019-01-07 14:58:25下载
    积分:1
  • matlab-work
    f=zeros(30,30) f(5:24,13:17)=1 imshow(f, notruesize ) F=fft2(f,256,256) F2=fftshift(F) figure,imshow(log(abs(F2)),[-1 5], notruesize )
    2010-11-20 17:07:18下载
    积分:1
  • DiskIdeSN2
    说明:  短小精悍的Windows下硬盘序列号检测程序,能检测各种硬盘!(terse and forceful drive under Windows serial number detection procedure can detect various drives!)
    2005-10-15 16:33:24下载
    积分:1
  • IIR
    IIR滤波器设计,巴特沃斯滤波器,切比雪夫滤波器,贝塞尔滤波器(IIR filter design)
    2011-01-09 11:21:16下载
    积分:1
  • LEACH
    CODE FOR LEACH PROTOCOLE
    2010-05-09 06:29:46下载
    积分:1
  • matlabaavc
    MATLAB与VC_混合编程实现一维小波多尺度分解_汉泽西.pdf用于电网故障检测(VC_ MATLAB mixed programming with one-dimensional wavelet multiscale decomposition _ Hanze Xi. Pdf for grid fault detection)
    2013-09-04 20:29:39下载
    积分:1
  • CS_OMP
    压缩感知重构算法中经典的一种重构算法,OMP函数算法。用迭代求最优的方法来重构原信号。(Classic Compressed sensing reconstruction algorithm , OMP function algorithm)
    2014-11-26 23:34:10下载
    积分:1
  • AD_dq
    asynchronous machine in the axes DQ
    2012-09-22 04:37:15下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载