Welcome![Sign In][Sign Up]
Location:
Search - inverse

Search list

[matlabistft_cf

Description: A matlab function that calculates the inverse short term Fourier transform with adjustable parameters.
Platform: | Size: 1024 | Author: sam | Hits:

[Special EffectsIPM

Description: 图像逆透视变换的示例,用于合成360度全景俯视图。-An example realizes the image processing of Inverse Perspective Mapping, which is used in composing 360 panorama planform.
Platform: | Size: 2048 | Author: 郑豪 | Hits:

[OtherIntroductoryGeophysicalInverseTheory

Description: 国外反演理论著作,地球物理反演入门基础资料-Introductory Geophysical Inverse Theory
Platform: | Size: 1522688 | Author: 萧峰 | Hits:

[SCMYang2008_A_study_of_inverse_short-time_fourier_tra

Description: We propose a new vector formulation of STFT. We derive a family of inverse STFT estimators and a least squares one. We discuss their relationship and compare their performance with respect to both additive and multiplicative modifications to STFT. The influence of window, overlap, and zero-padding are investigated as well.
Platform: | Size: 93184 | Author: wan xinru | Hits:

[Special EffectsResearchonTargetIdentificationwithISARImageSequenc

Description: 以逆合成孔径雷达成像技术和计算机视觉理论为基础,提出了一套新的从动态目标成像序列中提取目标散射点三维结构信息,以此作为目标特征的识别方法。-To inverse synthetic aperture radar imaging technology and computer vision theory, put forward a new set of goals from a dynamic imaging sequence to extract three-dimensional structural information of target scattering points, thus features as a target recognition method.
Platform: | Size: 415744 | Author: | Hits:

[Other systemsInverse_Kinematics_Algoirthm

Description: Inverse kinematics algorithm for Robot position control. Based on end chapter problems in Sciciliano et al book for Robot motion control. Different methods are used and their results provided.
Platform: | Size: 8192 | Author: Ali | Hits:

[Algorithmmethod

Description: 某些数学方法在地震波反演问题求解中的应用-Some mathematical methods to solve inverse problems in seismic wave of
Platform: | Size: 542720 | Author: wuti | Hits:

[Special Effectsrestoration

Description: (1) 先由原始图像(任选)产生待恢复的图像;(产生方法如下:冲激函数为 ,将原始图像与冲激函数卷积产生模糊,然后再迭加均值为0,方差为8,16,32的高斯随机噪声而得到一组待恢复的图像。分别用逆滤波和维纳滤波恢复模糊后的图像。-(1) The first be the original image (optional) produces the image to be restored (generated as follows: impulse function, the original image with the impulse function, convolution of the effect of blurring, and then superimposed mean 0, variance 8,16,32 Gaussian random noise and get a group of images to be restored. were used to inverse filter and Wiener filter after the resumption of blurred images.
Platform: | Size: 180224 | Author: 紫瓶 | Hits:

[matlabBispectrumWavelets

Description: 用双谱和小波变换去除信号中加性高斯噪声的相关程序 1.实现单个变量的双谱分析程序 2.用傅立叶反变换求自相关函数的程序 3.用fft求取喜好频谱、功率谱、均方根谱、对数谱的程序 4.读取.wav语音信号后用小波去加信白噪声的程序 5.用各种小波和阀值对同一信号去加性噪声效果比较的程序 -Double-spectral and wavelet transform to remove the signal plus Gaussian noise procedures 1. To achieve a single variable pairs of spectral analysis procedures 2. Using Fourier inverse transform procedures for seeking self-correlation function 3. To strike a preference to use fft spectrum , power spectrum, RMS spectrum, several spectra of the procedure 4. read. wav audio signal with wavelet plus a letter to the white noise process 5. with a variety of wavelet and threshold on the same signal to additive noise Comparison program
Platform: | Size: 5120 | Author: 沈玉杰 | Hits:

[Windows Developinverse

Description: 主要内容:在visual studio上实现矩阵求逆的过程 矩阵求逆:用全选主元高斯约当消去法求n阶是矩阵A的逆矩阵A-1。其中包括矩阵求逆算法描述 -Main elements: the visual studio to achieve the process of matrix inversion matrix inversion: The Select pivot Gauss Jordan elimination order to n-order matrix A is the inverse matrix of A-1. These include matrix inversion algorithm description
Platform: | Size: 6144 | Author: 刘丽 | Hits:

[Waveletinverse_winer_filter

Description: 对图像进行模糊处理,用逆滤波和维纳滤波恢复图像,也是实验时自己编写的代码,请多指教。-Fuzzy image processing, inverse filtering and Wiener filter to restore the image, but also experiments have written code, like him Zhijiao.
Platform: | Size: 110592 | Author: GUO-xc | Hits:

[Special Effectsyanyan

Description: 把一个256*256的图像分成8*8小块,然后进行DFT变换,分别比较在空间域和频域内对图像进行二次抽样和差值最后得出的图像比较-1. Get a grey level image which size is N*N. (For example, 256*256, however, N = ), and partition to 8*8 sub images. 2. Apply DFT to these sub images, and get the fourier transformed image F. 3. Derive the proper subsampling function matrix S in spatial domain. 4. Multiplying proper 4*4 DFT matrix T to matrix S, derive the frequency version of subsampling function matrix, S. 5. Similarly, derive the frequency version of interpolation matrix, I. 6. Apply these matrices to each sub image of F (which is DFT of original image), and get the final image, taking inverse DFT. 7. Apply subsampling/interpolation function matrix S/I to original image in spatial domain and get the final image. 8. Compare the results from 6, 7.
Platform: | Size: 2048 | Author: zhengyan | Hits:

[Special Effects1

Description: 将一幅256*256的图像分成8*8的小块,对其进行DFT变换。分别比较在空间域和频域内对源图像进行二次抽样和差值最后比较不同-1. Get a grey level image which size is N*N. (For example, 256*256, however, N = ), and partition to 8*8 sub images. 2. Apply DFT to these sub images, and get the fourier transformed image F. 3. Derive the proper subsampling function matrix S in spatial domain. 4. Multiplying proper 4*4 DFT matrix T to matrix S, derive the frequency version of subsampling function matrix, S. 5. Similarly, derive the frequency version of interpolation matrix, I. 6. Apply these matrices to each sub image of F (which is DFT of original image), and get the final image, taking inverse DFT. 7. Apply subsampling/interpolation function matrix S/I to original image in spatial domain and get the final image. 8. Compare the results from 6, 7.
Platform: | Size: 2048 | Author: zhengyan | Hits:

[Windows DevelopFFT

Description: Discrete Fourier transform, DFTshift, Inverse DFT, opencv
Platform: | Size: 2048 | Author: mmia | Hits:

[matlabinverse

Description: 乘法逆元的实现,就是对元素的逆元求解实现-Multiplicative inverse of the implementation of the elements of inverse solution to achieve
Platform: | Size: 4096 | Author: peter | Hits:

[VC/MFCDFT

Description: 傅里叶变换及傅里叶逆变换的c++实现,令附有测试数据和实验结果。-Fourier transform and its inverse transform of the c++ implementation, so that with test data and experimental results.
Platform: | Size: 9216 | Author: 张敏 | Hits:

[Otherbac6709.0001.001

Description: It is a useful book for manipulator robot, calculate inverse kinematic. A geometric approach in solving the inverse kinematics of puma robot. Including two main parts: Arm solution for first three joints and Arm solution for last three joints. For me, it s a good book.
Platform: | Size: 4321280 | Author: aaa | Hits:

[Mathimatics-Numerical algorithmsjj

Description: 使用VisualC++实现的伪逆矩阵的计算方法,Dlg编程。-Using VisualC++ implementation of the pseudo-inverse matrix method of calculation, Dlg programming.
Platform: | Size: 2122752 | Author: 贾易 | Hits:

[AlgorithmCODE_UPLOAD8778892000

Description: Displays a rotatable and scaleable wire frame of any 3D mathematical function. This can be made up from the normal VB maths plus inverse and hyperbolic functions. Functions can be created and saved as wanted. Image vertices can also be saved for use elsewhere. The MS ScriptControl Eval function simplifies calculations enormously and its use is demonstrated. Also shown are MoveToEx, LineTo which are much faster than the VB equivalents and very easy to use. Included are a set of string handling subroutines such as count characters, squeeze out spaces, replace sub-strings etc. Commented throughout including the 3D maths and perspective methods. All the files are visible and the program is written for an 800x600 screen.
Platform: | Size: 27648 | Author: serkan | Hits:

[Special Effectswalsh

Description: 利用快速傅立叶算法,实现快速沃尔什-哈达玛变换及其逆变换-Using fast Fourier algorithm, fast Walsh- Hadamard transform and its inverse transform
Platform: | Size: 1024 | Author: 韩静 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

CodeBus www.codebus.net