搜索资源列表
r43
- 鲁棒控制器设计,由于RBF网络可以实现任意逼近的非线性关系,它的目标是要做到误差平方和最小,与非线性PCA的目标一致,所以上述非线性PCA的模型可以通过采用两个RBF网络来实现非线性正变换 和反变换 。RBF网络是一个三层前馈网络,隐层采用径向基函数作为激励函数。第一个RBF网络把高维空间的数据映射到低维空间(如图4),第二个RBF网络将前面网络输出的低维空间数据再映射到高维空间,实现数据恢复(如图5)。这两个网络分别进行训练。-robust controller design, as RBF
333adsferhjhg
- 该函数用于对图像进行傅立ni 叶变换 采用蝶形算法进行快速付立叶变换该函数用于对傅立叶变换后的图像进行反变换-function for the right image makes ni Fourier transform algorithm used butterfly fast Fourier transform function with the the Fourier transform in the image-transformation
444gfhgjrthytkm
- 该函数用于调用傅立叶反变换该 函数用于调用傅立叶反变换-function for the anti-called Fourier transform function for t he call Fourier anti-Transform
hbdsfjkghfg
- 该函数用于傅立叶反变换和这综合的东西很好用加在doc里-function for the Fourier-transform and integrated it with something good increase in the doc Lane
lft1
- 次程序包含副立叶变换,快速傅立叶变换 ,快速傅立叶反变换变换-meeting included Vice procedures FFT, Fast Fourier Transform, Fast Fourier Transform - Transform
Digital-TV
- 数字图象处理,电视图象输入,格式转换,频谱变换及反变换.电视图象频谱分析软件-digital image processing, television image input, format conversion, and transform spectrum inverse transform. Television images spectrum analysis software
FT_IFT
- 图象处理的灰化,傅立叶变换及反变换 通过控件实现-gray image processing, Fourier transform and inverse transform by Realized
E64_0230
- 平衡二叉树操作的演示 一、 需求分析 (1) 利用平衡二叉树实现动态查找表。实现查找,插入和删除三种基本功能。 (2) 初始,平衡二叉树为空树,操作界面给出查找,插入和删除三种操供选择。每种操作均要提示输入关键字。每次插入和删除一个接点时,显示更新的平衡二叉树。 (3) 重点在于对删除算法的实现。假设要删除的关键字为X的结点,若X不在叶子结点上,则用左子树中的最大值或者右子树中的最小值取代X。如此反复,直到删除动作传递到某个叶子结点,删除叶子结点时,若要进行平衡变换,可采用插入的
xiaobobianhuan
- 详细介绍小波变换的定义、特点及性质、小波反变换及小波容许条件等基础理论知识
HankelTransform
- 整数阶离散汉克尔(hankel)正变换与反变换 快速汉克尔(hankel)正变换与反变换 discrete Hankel transform of integer order n fast Hankel transform of order n
walsh_transform
- 对二维图像进行沃尔什变换,之后用图像的四分之一进行沃尔什反变换来复原图像,并比较误差
傅立叶变换经典算法
- 经典快带傅立叶变换与反变换算法,可实现一维和二维
dsp
- 数字信号处理dsp的一些c语言源代码,实现卷积,傅里叶变换,傅里叶反变换等功能,并且能够通过图形界面显示出来-Dsp digital signal processing of a number of c language source code, the realization of convolution, Fourier transform, Fourier transform functions, and can be displayed through the graphical int
fft
- 傅里叶变换(FFT)的C++/C原码。 设置参数isign=+1为正变换,设置参数isign=-1为反变换。-Fourier Transform (FFT) of the C++/C source. Setting parameters isign =+1 for the transformation, setting parameters isign =- 1 for the inverse transform.
matlab+c
- 二维图像的投影和图像重建,直接傅里叶反变换法,先反投影后滤波,先滤波后反投影,卷积反投影(Two dimensional image projection and image reconstruction, direct Fourier inverse method, first backprojection, after filtering, first filter, back projection, convolution back projection)
FFT
- 利用matlab进行傅里叶变换及反变换,实现空域到频域,频域到空域的图像处理(Using Fourier transform and inverse transform, to achieve the airspace to the frequency domain, frequency domain to the airspace image processing)
50W反激变换器的设计
- 该文档详细介绍了一款50W反激电源的设计过程(The document describes the design process of a 50W flyback power supply)
数字信号处理实验2
- 一、实验目的 1.掌握求解离散时间系统差分方程的两种方法:迭代法和filter函数法。 2.利用Z变换对系统进行复频域分析。 3.掌握系统零极点的绘制方式及Z反变换的求解方法。 4.熟悉Z变换的应用。 二、实验环境 1.Windows xp操作系统 2.MATLAB2007a软件(First, the purpose of the experiment 1. the two methods of solving the difference equation of the
反激变换器
- 用SIMULINK搭建的反激变换器的闭环仿真(Closed loop simulation of flyback converter built with SIMULINK)
图像傅里叶变换
- 二维傅立叶变换的Matlab实现,是利用图像处理软件对给出的图像进行傅立叶变换处理。在Matlab中,函数fft2表示二维傅立叶变换,函数ifft2则表示二维傅立叶反变换。(The Fourier transform of the image)