搜索资源列表
-
0下载:
FFT,即为快速傅氏变换,是离散傅氏变换的快速算法,它是根据离散傅氏变换的奇、偶、虚、实等特性,对离散傅立叶变换的算法进行改进获得的。它对傅氏变换的理论并没有新的发现,但是对于在计算机系统或者说数字系统中应用离散傅立叶变换,可以说是进了一大步。 设x(n)为N项的复数序列,由DFT变换,任一X(m)的计算都需要N次复数乘法和N-1次复数加法,而一次复数乘法等于四次实数乘法和两次实数加法, -FFT, fast Fourier transform which is a discrete fast
-
-
0下载:
一个自动添加高斯噪声 对比图像处理后psnr的程序
参数可自己修改-We want to test PSNR with variable gaussian blur. Then the different values of PSNR under different parameteres would be compared in order to find the relationship between PSNR and the gaussian blur.
-
-
0下载:
In mathematics, the discrete Fourier transform (DFT) is one of the specific forms of Fourier analysis. As such, it transforms one function into another, which is called the frequency domain representation, or simply the DFT, of the original function
-
-
0下载:
利用MATLAB强大的图形处理功能,符号运算功能和数值计算功能,实现连续时间非周期信号频域分析的仿真波形;
1、用MATLAB实现典型非周期信号的频域分析;
2、用MATLAB实现信号的幅度调制;
3、用MATLAB实现信号傅立叶变换性质的仿真波形;
-The use of MATLAB powerful graphics processing capabilities, symbolic computing and numerical computing capabilitie
-
-
0下载:
通过运用matlab软件,实现傅里叶变换,可以更加快捷,更加方便-By using matlab software to achieve Fourier transform, can be more efficient, more convenient
-
-
0下载:
这是一个经典的分数阶傅里叶变换的matlabs源代码,如果想学习分数阶傅里叶变换的话,这是一个很好的学习程序-if you wang to learn the fractionan fourier transform ,then this code is a perfact matlab code
-
-
0下载:
MATLAB 的傅里叶变换的一些介绍
1. 离散傅立叶变换的 Matlab实现
2. 离散余弦变换的 Matlab 实现
3. 图像小波变换的 Matlab 实现函数-The MATLAB Fourier transform some introduction. Discrete Fourier Transform Matlab. Discrete Cosine Transform Matlab achieve wavelet transform Matlab implement f
-
-
0下载:
直接法又称周期图法,它是把随机序列x(n)的N个观测数据视为一能量有限的序列,直接计算x(n)的离散傅立叶变换,得X(k),然后再取其幅值的平方,并除以N,作为序列x(n)真实功率谱的估计。 -The direct method is also called cycle diagram method, it is the random sequence x (n) n observation data as a energy limited sequence, direct calculatio
-
-
0下载:
傅里叶变换在MATLAB中的实现,对正选信号仿真,画出其频谱图。-Fourier transform in MATLAB realization of positive selection signal simulation, draw the spectrogram.
-
-
0下载:
傅里叶变换的一个示例,傅里叶变换为matlab自带程序。-An example of the Fourier transform, Fourier transform matlab own procedures.
-
-
0下载:
数字信号处理,卷积与快速傅里叶变换,matlab仿真-Digital signal processing, convolution and fast Fourier transform, matlab simulation
-
-
0下载:
this provides the Discrete Fourier Transform function that can be used im more applications
-
-
0下载:
主要介绍几种函数的傅里叶变换,及傅里叶函数变换的matlab实现-Several functions introduced Fourier transform, and the Fourier transform matlab realization function
-
-
0下载:
(1)熟悉并掌握傅立叶变换
(2)了解傅立叶变换在图像处理中的应用
(3)通过实验了解二维频谱的分布特点
(4)用MATLAB实现傅立叶变换仿真
-(1) be familiar with and master the Fourier transform (2) understand the Fourier transform in image processing applications (3) experiments to understand the characteri
-
-
0下载:
介绍了快速Fourier变换算法(FFT)的核心思想及其算法描述,并用Matlab程序设计语言实现了FFT算法.最后,举例说明用FFT算法计算复函数f(x)的插值函数-Introduced the fast Fourier transform (FFT) algorithm and its core idea of the algorithm descr iption and using Matlab programming language to implemen
-
-
0下载:
matlab平台基于傅立叶变换的信号频谱分析深度理解和仿真,一看就能明白!-Based on the signal spectrum analysis matlab platform Fourier transform depth understanding and simulation, a look can understand!
-
-
0下载:
FFT加窗插值修正算法可以较好地提高电力系统
谐波测量的准确度 ,减少由于栅栏效应带来的误差.但
该算法比较复杂 ,编程实现比较困难 ,而Matlab有强大
的数字信号处理功能 ,有专门用于快速傅立叶变换的
FFT函数和良好的图形显示功能.因此用 Matlab 实现
加窗插值算法 ,降低了算法实现的复杂度 ,无论是在仿
真方面还是在实用上都能达到事半功倍的效果-FFT and window interpolation correction algorithm can b
-
-
0下载:
The Fractional Fourier Transform matlab code for separation of overlapping linear frequency modulated signal.
-
-
0下载:
MATLAB实用编程-相关偏微分,傅里叶变换以及最小二乘法实现-Practical MATLAB programming- related partial differential Fourier Transform and Least Square Method
-
-
2下载:
产生一个高斯白噪声
利用MATLAB自带的fir1函数产生一个低通滤波器,限制高斯白噪声的带宽,由此产生了视频噪声。
利用产生的视频噪声,分别代入噪声调幅干扰的时域表达式,并且进行100次的积累后求平均值,对其进行快速傅里叶变换后,由此画出噪声调幅干扰的频域波形。
重复上述步骤,分别代入噪声调频干扰与噪声调相干扰的时域表达式,分别画出其频域波形与时域波形。(Generate a Gauss white noise
The fir1 function of MATLAB is used to ge
-