登录
首页 » Visual C++ » FFT_armtest_vc

FFT_armtest_vc

于 2012-07-10 发布 文件大小:74KB
0 344
下载积分: 1 下载次数: 3

代码说明:

  这是一个比较全面的傅里叶变换,例子中含有测试的图片,能让人更加明白傅里叶变换的处理效果。(This is a more comprehensive Fourier transform, the example contains a picture of the test, can make people more aware of the Fourier transform of the treatment effect.)

文件列表:

armtest_vc
..........\armtest.aps,21408,2011-03-30
..........\armtest.clw,2358,2011-03-30
..........\armtest.cpp,2077,2008-10-24
..........\armtest.dsp,4345,2008-10-24
..........\armtest.dsw,537,2008-10-24
..........\armtest.h,1335,2008-10-24
..........\armtest.ncb,91136,2011-03-30
..........\armtest.opt,123904,2011-03-30
..........\armtest.plg,4428,2011-03-30
..........\armtest.rc,6184,2008-11-20
..........\armtestDlg.cpp,18410,2008-11-20
..........\armtestDlg.h,2612,2008-11-20
..........\Fourier.cpp,3793,2008-11-20
..........\Fourier.h,531,2008-11-20
..........\ReadMe.txt,3597,2008-10-24
..........\res

..........\...\armtest.rc2,399,2008-10-24
..........\resource.h,1145,2008-11-20
..........\StdAfx.cpp,209,2008-10-24
..........\StdAfx.h,1095,2008-10-24
..........\vc等效测试版forevc版FFT分析,0,2011-03-30

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

发表评论

0 个回复

  • speech-emotion-recognition
    过特定人语音情感数据库的建立;语音情感特征提取;语音情感分类器的设计,完成了一个特定人语音情感识别的初步系统。对于单个特定人,可以识别平静、悲伤、愤怒、惊讶、高兴5种情感,除愤怒和高兴之间混淆程度相对较大之外,各类之间区分特性良好,平均分类正确率为93.7 。对于三个特定人组成的特定人群,可以识别平静、愤怒、悲伤3种情感,各类之间区分特性良好,平均分类正确率为94.4 。其中分类器采用混合高斯分布模型。(The system of speech emotion recognition)
    2014-04-21 20:08:42下载
    积分:1
  • Qt_Opengl
    基本图元绘制、计算机图形学上机实验报告、1,熟悉图形软件开发工具:VC++, OpenGL等; 2,设计、实现线段的DDA、Bresenham算法 3,设计、实现中点圆、中点椭圆生成算法; 4,设计、实现填充图元生成算法;(The basic primitive computer graphics, computer lab report 1, familiar with the graphics software development tools: vc++, OpenGL, etc. 2, design implementation DDA Bresenham algorithm of line 3, midpoint circle midpoint elliptical generation algorithm design implementation 4, primitive design to realize filling generation algorithm)
    2020-09-10 13:08:00下载
    积分:1
  • Basic-knowledge-of-image-processing3
    This program contains some basic image processing things, such as: 256 colors to grayscale, contrast stretching, anti-color, brightness change, etc.
    2012-01-20 12:37:56下载
    积分:1
  • ChaosImageCode
    一个用VC编的混沌图像加密程序,演示了如何读写图像,如何用混沌算法加密解密。(a program for encrypting image by chaos algorithm,based on VC.)
    2017-11-03 09:36:54下载
    积分:1
  • imnoise
    imnoise的M文件,对数字图像的加噪声非常有用处!(imnoise M-files, plus noise on digital images is very useful!)
    2013-10-19 19:04:08下载
    积分:1
  • jpeg
    本项目成功地实现了jpeg图像的压缩非常实用!!!!!!(The project successfully realized the jpeg image compression is very useful!!!!!!!!!!!!!!!!)
    2016-03-13 05:37:57下载
    积分:1
  • 1
    说明:  线形骨架的综述类文献,着重强调定义属性和应用(Curve-skeleton properties, applications, and algorithms)
    2010-06-16 13:53:59下载
    积分:1
  • ImageMatch_RS
    遥感专业摄影测量方向相邻影像同名点匹配的程序,可交互界面,可人工选点(Professional Photography Program sensing images of the same name adjacent to the measuring direction point matching, interactive interface that can be manually selected point)
    2014-04-29 01:02:30下载
    积分:1
  • FacesAlign-2.3
    运用于人脸图像预处理中,主要实现功能有:人脸检测,人脸对齐,人脸图像放缩,人脸剪切。(Applied to the face image preprocessing, the main features are: face detection, face alignment, face image zoom, face cuts.)
    2013-10-23 21:26:50下载
    积分: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
  • 696516资源总数
  • 106914会员总数
  • 0今日下载