-
filter-deniose
matlab下实现降噪,功率谱计算。%程序中设定采样点数为256个,采样频率为10000hz,
%输入信号为随机噪声和两个正弦的合成信号
%设定的滤波器的截止频率为3500hz
%通过挈比雪肤滤波器,运行程序,比较滤波前后的频域波形
%滤波去除了高频信号(matlab achieve noise reduction, power spectrum calculation. Sampling procedure set for 256 points, the sampling frequency of 10000hz, input signal for the random noise and the two sinusoidal signals synthetic filter set a cut-off frequency 3500hz manner than through the filter雪肤, run procedures, compared before and after filtering in frequency domain waveforms filtering in addition to high-frequency signals)
- 2008-12-25 21:22:12下载
- 积分:1
-
3
说明: matlab 科学计算与可视化程序集。几百个小程序供初学者掌握matlab的科学计算十分有帮助。(matlab scientific computing and visualization of the assembly. Hundreds of small programs for beginners to master the scientific computing matlab very helpful.)
- 2009-12-16 14:06:45下载
- 积分:1
-
Matlab
说明: Matlab编写的人工势场法避障程序,如何躲避点状障碍(Written in Matlab artificial potential field obstacle avoidance procedures, how to avoid point-shaped obstacles)
- 2011-02-26 15:56:29下载
- 积分:1
-
ofdm
in this i have impemented the transmitter used in OFDM,made the GUI and plotted pdf ,papr ,cdf aur ccdf..
- 2010-05-10 03:41:38下载
- 积分:1
-
DSP-and-problem-solution
数字信号处理与题解。DSP理论入门电子书,书中有简单的Matlab编程,以及简单的滤波器设计(Digital signal processing and problem solution. Introduction to DSP theory book, the book has a simple Matlab programming, and simple filter design)
- 2011-11-07 19:20:58下载
- 积分:1
-
matlab9
MATLAB 程式设计与应用,非常好的学习者资料 (MATLAB program design and application,Good learners material)
- 2010-05-08 23:36:40下载
- 积分:1
-
zsour
simulink model of an z source inverter and boost converter. try to verify the performance. it is for study purpose..
- 2011-09-22 23:28:00下载
- 积分:1
-
PageRankModel
PageRank模型在中文情感词极性判别中的应用(PageRank model in the Chinese emotional polarity discrimination in the application of the word)
- 2011-11-19 23:03:57下载
- 积分:1
-
sqrt_rcosine
对原始码元序列进行基带成型,采用的是根升余弦滚降滤波器,可以更改参数变成升余弦滚降滤波器(Baseband shaping the source sequence, using root raised cosine roll-off filter, you can change the parameters into a raised cosine roll-off filter)
- 2013-04-22 16:05:25下载
- 积分:1
-
seam-carving
findEnergy.m 计算出图像的梯度图
findSeamImg.m 计算出所有可能的竖直缝
findSeam.m找出能量最小的一条竖直缝
removalMap.m将需要删除的N条竖直缝存储起来并按照索引逐条删除
SeamCut.m将选中的缝一条条的删除
SeamPlot.m在图中画出要删除的缝
Testseam.m调用以上函数的主程序(FINDENERGY creates an gradient img from a given RGB or grayscale image.
FINDSEAMIMG finds the seam map from which the optimal (vertical running)
seam can be calculated.
FINDSEAM returns a column vector of coordinates for the pixels to be removed (the seam).
SEAMPLOT takes as input an image and the SeamVector array and produces an image with the seam line superimposed upon the input image, x, for display purposes.
SEAMCUT takes as input a RGB or grayscale image and SeamVector array to find the pixels contained in the seam, and to remove them from the image.
REMOVALMAP takes a given image and finds the ordered set of (vertical) seams that are removed from an image and returns them in an array, where the Nth column in the array corresponds to the Nth seam to be removed.)
- 2013-04-30 15:31:15下载
- 积分:1