登录
首页 » Visual C++ » MyFFT1

MyFFT1

于 2021-03-04 发布 文件大小:505KB
0 334
下载积分: 1 下载次数: 2

代码说明:

  VC和MATLAB混合编程实现快速傅立叶变换(VC and MATLAB programming Fast Fourier Transform Mixed)

文件列表:

MyFFT1
......\Debug
......\.....\fun.obj,8150,2010-11-08
......\.....\myfft.obj,27891,2010-11-08
......\.....\MyFFT1.exe,213037,2010-11-08
......\.....\MyFFT1.ilk,225028,2010-11-08
......\.....\MyFFT1.pch,1549824,2010-11-08
......\.....\MyFFT1.pdb,377856,2010-11-08
......\.....\vc60.idb,41984,2010-11-08
......\.....\vc60.pdb,61440,2010-11-08
......\fun.cpp,331,2010-11-08
......\matlib.h,106477,1999-10-30
......\myfft.cpp,1723,2010-11-07
......\myfft.h,144,2010-11-07
......\MyFFT1.dsp,4587,2010-11-07
......\MyFFT1.dsw,518,2010-11-07
......\MyFFT1.ncb,74752,2010-11-08
......\MyFFT1.opt,48640,2010-11-08
......\MyFFT1.plg,1290,2010-11-08

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

发表评论

0 个回复

  • Project_BFS
    任务:用BFS或是DFS对图进行搜索,实现任何拓扑不连通的块的计算,算法要求写在CBFSSearch类中 工程名:Project_BFS 要求:对于生成的任意拓扑,求出其分枝个数,并输出每个分枝的节点 (Task: Using BFS or DFS for searching the graph to achieve any topology unconnected blocks calculation algorithm requires written in CBFSSearch class project name: Project_BFS Requirements: for generating arbitrary topology, find the number of its branches, and output node of each branch)
    2013-08-21 17:03:04下载
    积分:1
  • CxImage
    说明:  VC++ 图像处理类库CxImage源代码,CxImage是一个可以用于MFC 的C++类,可以打开,保存,显示,转换各种格式的图像文件,比如BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K 等格式的文件。可以实现BMP<->JPG,PNG <>TIFF格式等等的转换。 (VC++ image processing library CxImage source code, CxImage is a can be used MFC' s C++ classes, you can open, save, display, convert various formats of image files, such as BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K and other formats. Can achieve BMP &lt -&gt JPG, PNG &lt &gt TIFF format conversion, etc..)
    2011-04-08 12:16:37下载
    积分:1
  • Digital-Image-Processing
    这是一个数字图像处理常用的功能的集成软件,用VC++ 编写,可以对图像进行一些常见的操作,也可以自己扩展功能(This is a common feature of digital image processing integrated software, images can perform basic operations)
    2014-01-13 19:09:57下载
    积分:1
  • fdeconv
    图像的反卷积 去卷积复原 效果还不错,欢迎下载(image deconvolution image restoration)
    2010-12-24 14:11:25下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • DSP
    程序是基于DSP的数字图像处理技术,可以实现军事滤波,中值滤波和维纳滤波,实现效果较好(The program is a DSP-based digital image processing technology, the military filtering, median filtering and Wiener filtering, better )
    2012-03-18 08:30:46下载
    积分:1
  • -TV-platform-
    一种求解电大平台天线互耦的时域积分方程快速算法(Solving the Antenna TV platform stie fast algorithm)
    2013-12-05 19:25:04下载
    积分:1
  • 三维数据的法矢量 NormalAdjust
    计算三维数据的法矢量并进行调整,里面包括了自己做的实验数据和结果(Three-dimensional data, vector calculation method and make adjustments, which includes the make their own experimental data and results)
    2020-07-28 19:28:39下载
    积分:1
  • opencv-otsu
    Opencv处理图像,用ostu法实现图像的二值化(Opencv image processing, using ostu method to achieve image binarization)
    2013-07-21 16:00:03下载
    积分:1
  • 直线段检测算法EDLines C++实现 EDTest-VS2010
    直线段检测算法EDLines C++实现(EDLines C++ Opencv lins segment detection)
    2020-07-05 10:00:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载