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

搜索资源列表

  1. fft

    0下载:
  2. 此程序事一个关于快速傅里叶变换的vc程序,相信会有用的-Do this procedure a fast Fourier transform on the vc process, I believe will be useful for
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1552
    • 提供者:铁人
  1. fft_fxpt

    0下载:
  2. 用systemc编写的FFT代码,可以在V C++的平台上运行,对于想学习FFT,VC++,及systemc的同志异常有帮助。-FFT prepared using SystemC code can be V C++ The platform, who want to learn FFT, VC++, And SystemC comrades abnormal helpful.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:284310
    • 提供者:fanmin
  1. homework

    1下载:
  2. 数字信号处理的课后编程作业,要求是实现FFT变换,信号的卷积,还有数字滤波器的设计。前两个是VB编写的可执行文件,后面一个是VC的源程序,希望对大家有用 -Digital signal processing of after-school programming operations, the requirements for achieving FFT transform, the convolution signal, as well as digital filter design.
  3. 所属分类:界面编程

    • 发布日期:2016-02-24
    • 文件大小:61458
    • 提供者:谭松清
  1. myWave_Fft

    0下载:
  2. 自制软件,实现频谱分析。能显示信号与频谱图。主要是对正弦信号和三角波进行一维FFT变换,得到频谱图。-Self-made software, the realization of spectral analysis. Showing the signal and frequency spectrum. Mainly sinusoidal signal and triangular wave transform one-dimensional FFT, the frequency spectrum
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:147965
    • 提供者:王小勇
  1. FFT

    3下载:
  2. 1. 运行myfft.exe 把音频数据经过fft后存放在data.txt文件中 2. 再运行HUITU.exe把data.txt中的数据一帧一帧的画到屏幕上,形成动态效果 3. 运行soundee.exe 是还原声音 注:其中myfft.c是fft的C语言代码,用VC实现的;HUITU.C是绘图代码,用TC实现的;soundee.c是还原声音代码,用VC实现的。 -1. Myfft.exe run the audio data stored in the post-fft
  3. 所属分类:Special Effects

    • 发布日期:2014-09-09
    • 文件大小:319660
    • 提供者:游智超
  1. dj1

    0下载:
  2. VC开发的串口程序,并将接受的数据进行FFT变换-VC serial development process and will accept data FFT transform
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:720046
    • 提供者:有机玻璃
  1. FFT_fixedPoint_VCdemo

    1下载:
  2. VC下开发的定点FFT程序,有图形演示。 非控制台程序。 支持128、256、512、1024、2048等长度。-the fixed-point FFT developed under VC++,demo in graphics. Not a console program! 128,256,512,1024,2048 Point is supported.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:88008
    • 提供者:raoxuefeng
  1. zoomfft

    1下载:
  2. 该程序是我把上面的Matlab版 ZoomFFT改写成Vc++版,该程序通过编译没有问题,我调用函数-The program is my Matlab version of the above into ZoomFFT rewritten Vc++ version of the program through the compiler there is no problem, I call the function
  3. 所属分类:matlab

    • 发布日期:2016-05-23
    • 文件大小:670
    • 提供者:liuxiaoxiao
  1. fft

    0下载:
  2. 典型的快速傅里叶算法FFT,使用的语言是VC++。-Fast Fourier algorithm typical FFT, the use of the language is VC++.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1092
    • 提供者:jenny
  1. imagefft

    0下载:
  2. 别人做的对图像惊醒fft的vc程序,有需要的赶紧下啊,本人看不懂-Others to do the fft of the image awakened vc procedures, there is a need to hasten the next, ah, I can not read
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-11
    • 文件大小:3030426
    • 提供者:daxue
  1. ffrspeturm

    2下载:
  2. 基于VC的频谱分析系统,FFT算法绝对原创,有基本数据拾取和输入功能,与上位机通信共同完成现场数据的采集和实时处理-VC-based spectrum analysis system, FFT algorithm is an absolute original, there are basic data pickup and input functions, with the host computer communication have completed field data collec
  3. 所属分类:Other windows programs

    • 发布日期:2015-10-24
    • 文件大小:505346
    • 提供者:cuibingbo
  1. FFTtest

    1下载:
  2. 1. BCB建立lib,在命令提示字元下執行: implib -a fftw3-3.lib libfftw3-3.dll implib -a fftw3f-3.lib libfftw3f-3.dll implib -a fftw3l-3.lib libfftw3l-3.dll VC則 2.將 *.dll 複製到 c:\windows\system32 3.將fftw*.lib 加入專案
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1511209
    • 提供者:chin
  1. FFT_RecordH

    0下载:
  2. VC++编程,波形显示和FFT算法的实现。非常经典的mfc程序示例,拿来和大家分享一下!-VC++ programming, waveform display and FFT algorithm. Mfc program is the classic example, brought share with you!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:81529
    • 提供者:李乐
  1. FFT

    0下载:
  2. 快速傅里叶变换,使用VC++编写的。可读性很强。-Fast Fourier transform, using VC++ written in. Very readable.
  3. 所属分类:Graph program

    • 发布日期:2017-04-17
    • 文件大小:380193
    • 提供者:机硕
  1. VC

    0下载:
  2. 各种基于V C++ 6.0 的源程序 有二值化 高斯平滑 对比度拉伸 反色 傅里叶变换 -All based on the V C++ 6.0 of the source binary Gaussian smoothing with contrast color stretch anti-FFT, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3836094
    • 提供者:长好
  1. FFT

    0下载:
  2. 应用VC++编写,应用GPU的CUDA扩展平台完成FFT运算-Programming with CUDA FFT program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:650
    • 提供者:Louis Fu
  1. FFT

    0下载:
  2. FFT算法的VC实现 包括FFT、DFT等算法-FFT
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:720
    • 提供者:coastxiao
  1. VCpicture

    0下载:
  2. 可以实现256色和24位真彩色bmp图片的打开显示,具有缩放,旋转任意角度,fft,灰度化,中值滤波的功能。是我的vc作业,自己写的,已在vc6.0下运行通过,欢迎交流-Can achieve 256-color and 24-bit true color bmp image to open display, zoom, rotate at any angle, fft, graying, median filtering function. Vc is my job to write thei
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-15
    • 文件大小:3731620
    • 提供者:王一
  1. VCPP-for-wavelet-fft

    0下载:
  2. 一些常用的变换,傅里叶,小波变换的VC++实现,仅供学习参考。-Some commonly used transform, Fourier, wavelet transform VC++ implementation of study reference purposes only.
  3. 所属分类:Wavelet

    • 发布日期:2017-04-04
    • 文件大小:88201
    • 提供者:Henry
  1. ColorToGray-FFT

    0下载:
  2. 用vc++实现了真彩色图变灰度图,并实现了傅里叶变换。-Achieved with the vc++ true grayscale color map change, and to achieve the Fourier transform.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-22
    • 文件大小:39612839
    • 提供者:林选伟
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com