CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 傅立叶

搜索资源列表

  1. dipfft

    0下载:
  2. vc数字图象处理程序,包括傅立叶变换以及测试程序. -vc digital image processing procedures, including Fourier transform and testing procedures.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:8600
    • 提供者:周江
  1. YangBen

    0下载:
  2. 关于傅立叶变换的matlab源代码,再次拿出仅供讨论,望大家提出意见,以便改正。-on Fourier Transform Matlab source code, a renewed for discussion, we hope comment to correct.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1582
    • 提供者:平平
  1. tupiandefuliyebhuan

    0下载:
  2. 一幅图像的傅立叶谱 tupiandefuliyebhuan-an image of the Fourier spectrum tupiandefuliyebhuan
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1517
    • 提供者:张伟
  1. DSB-SC

    0下载:
  2. DSB-SC信号的处理,t2f是傅立叶变换函数-DSB-SC signal processing, t2f function is the Fourier transform
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1150
    • 提供者:LD
  1. FFTbaseTime2

    0下载:
  2. 快速傅立叶变换的编码,基二的按时间抽取方法实现,包含完整的源代码和测试程序,在里面重载了许多符号-fast Fourier transform coding, the two-time extraction method. includes complete source code and testing procedures, which in many symbols Heavy
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:4567
    • 提供者:陈胜
  1. 1024_FFT

    1下载:
  2. 1024点FFT快速傅立叶变换,包含说明文档和VHDL源代码,16位输入/输出,带DMA功能,xilinx的ip-1024-point FFT fast Fourier transform, and includes documentation, VHDL source code, 16 input / output, with DMA function, the ip xilinx
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:629675
    • 提供者:刘超
  1. fourier-cpp

    0下载:
  2. 对图像进行傅立叶变换处理(图像变换)的源代码,编译后的可执行文件-right image Fourier transform (image transformation) of the source code, the compiled executable file
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1770
    • 提供者:李金宝
  1. dec2binfromtxt

    0下载:
  2. 图像的快速傅立叶变换,基于VC++开发平台。-images of fast Fourier transform, based VC development platform.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1041
    • 提供者:王健
  1. mixfft

    0下载:
  2. 基于多点的快速傅立叶变换算法C++开发环境-based on multi-point fast Fourier transform algorithm C Development Environment
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:48033
    • 提供者:王健
  1. imagetransformcodes

    0下载:
  2. 此程序实现图象傅立叶变换、离散傅立叶变换和小波变换、可以自己设定小波变换的参数-this procedure image Fourier transform, discrete Fourier transform and wavelet transform, can set their own parameters of wavelet transform
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:267918
    • 提供者:cyw
  1. ckfftbianhuan

    0下载:
  2. 用c开发快速傅立叶变换编程 希望大家能够喜欢-with Fast Fourier Transform Development Program hope that we can like
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1869
    • 提供者:王刚
  1. FFT(good)_CanTestWithImage

    0下载:
  2. 图像傅立叶变换(频域变换经典代码),相信大家在学数字图像处理时,老师一般都要求学生用C++来实现图像Fourier变换,有了这个实例,就方便多了。_带图片可测试-images Fourier transform (frequency domain transform classic code), I believe we learn in digital image processing, teachers generally require students to use C Image Fo
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:462856
    • 提供者:whq
  1. improc

    0下载:
  2. 一个完整的Visual C++程序,包含了图像的RGB调整,傅立叶变换,傅立叶反变换,对比度调整,颜色转换 梯度算子检测,sobel算子检测 均值滤波和中值滤波,程序已经通过调试.-a complete Visual C program includes a RGB image adjustment, Fourier transform, Fourier transform, contrast adjustment, color conversion operator gradient dete
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:219599
    • 提供者:杨萧
  1. chenbihongsuanfayanghj666

    0下载:
  2. 《陈必红算法》一书的附带的源代码,并有经本人修改过能在VC中使用。原书是在C++BUILDER中使用的。并加了一些其他的功能,比如样条插值等。此代码,可以完成矩阵的很多数值算法,求逆阵、特征向量、特征值,矩阵的加减乘除、傅立叶变换、gamma函数、数值解分微分等。-"Chen Hung method," a fringe of the source code, and as I changed the VC can be used. The original book is
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:210896
    • 提供者:yyy
  1. jiandanfuliyezhuanhuan

    0下载:
  2. 这是个简单傅立叶转换程序,其利用Visual c++ 开发!供所有用户参看!谢谢!-This is a simple procedure Fourier transform, the development using Visual c! For all users see! Thank you!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7940
    • 提供者:韦夺
  1. FFtffw

    0下载:
  2. 快速傅立叶变换方法实现快速卷积,比较好用-fast Fourier transform method to achieve rapid convolution, better quality
  3. 所属分类:GPS编程

    • 发布日期:2008-10-13
    • 文件大小:115552
    • 提供者:谢志宏
  1. TFRSTFT

    1下载:
  2. 短时傅立叶变换(STFT)源代码,用语非稳态信号的时频联合描述,可直接用于matlab程序之中.无解压密码.-short-time Fourier transform (STFT) source code, the language of non-stationary signals to the joint time-frequency descr iption, Matlab can be used directly in procedures. No extract passwords.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1636
    • 提供者:王杜
  1. TFRISTFT

    0下载:
  2. 逆短时傅立叶变换源代码.适合于非稳态的时频联合分析,可直接用于MATLAB编程,无解压密码.-inverse Fourier transform source code. Suited to the non-steady-state joint time-frequency analysis can be used directly in MATLAB programming, without extracting passwords.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1586
    • 提供者:王杜
  1. specpt

    0下载:
  2. 信号傅立叶变换的幅度图和频谱图的示例 信号傅立叶变换的幅度图和频谱图的示例-signal Fourier transform spectrum range map and the map of the signal sample rate Fourier Transform map and the map of the sample spectrum
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3486
    • 提供者:杨磊
  1. matlabtuxiangchulidaima

    1下载:
  2. P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波 P0309:运
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:11284
    • 提供者:zhouyinye
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com