-
s1
说明: this doc of software defined radio for beginners
- 2011-02-17 15:04:53下载
- 积分:1
-
road
基于自然场景下的道路分割程序。
该程序实现了道路分割的必要程序步骤(Segmentation procedure based on the natural scene of road. The program to achieve the necessary procedural steps divided by the road)
- 2012-05-23 15:36:55下载
- 积分:1
-
FuzzyControl
模糊控制的Matlab仿真,跟踪的信号时方波信号(Fuzzy Control Matlab simulation tracking signal square wave signal)
- 2013-03-29 20:31:18下载
- 积分:1
-
Moorer2
用matlab实现的moorer混响源代码(Reverb with moorer matlab source code that implements)
- 2015-05-31 15:32:48下载
- 积分:1
-
DSPandapplication
是《MATLAB数字信号处理与应用》一书的源代码,该书由李正周编著 清华大学出版社出版 2008年5月
本书主要介绍基于MATLAB R2006a的信号分析与处理的原理和应用。全书共分为7章:第1章对MATLAB R2006a的特点与MATALB的基本使用进行了介绍,第2章~第7章分别讲述了MATLAB中信号处理工具、MATLAB离散时间系统与Z变换、数字滤波器及其设计、平稳随机信号分析、非平稳信号分析与处理以及自适应信号分析与处理,并且每一章节都较详细地分析了包括雷达信号、图像信号和语音信号等信号处理综合应用实例。
本书可作为高等学校数字信号处理等课程的教材或参考书,对于从事信号处理及相关领域的工程技术人员也具有重要的参考价值。(err)
- 2008-08-25 08:43:27下载
- 积分:1
-
voiceandmatlab
对语音进行的时频分析,语音识别技术作为信息社会朝着智能化和自动化方向发展的关键技术之一,具有重要的研究意义和实用价值。经过近五十年的艰苦探索和研究,语音识别技术研究获得了极大的发展,其中有些比较成熟的技术已经逐步应用于日常生活中。但总体来说,语音识别在研究和实用化方面的难度还比较大。本文概括介绍了语音识别技术的全貌,所采用的关键技术、具体应用以及当前所面临的困难,并对单个语音样本在MATLAB上进行了仿真分析。(right voice for the time-frequency analysis Speech recognition technology as the information society towards automation and intelligent direction of one of the key technologies. The study has important significance and practical value. After nearly 50 years of painstaking study and research, speech recognition technology is a great development, Some of the more mature technologies have gradually applied to daily life. But on the whole, the speech recognition research and the practical difficulty is relatively large. This paper introduces voice recognition technology landscape and the use of key technologies, specific application and the current difficulties faced by, as well as samples in a single voice on the MATLAB simulation analysis.)
- 2007-01-13 23:19:23下载
- 积分:1
-
TCExt
In many applications, such as biomedical engineering, it is
often required to obtain specific periodic source signals. In this paper, we
propose a two-stage based approach for extracting periodic signals. At
the first stage, the autocorrelation property of the desired source signal
is exploited to roughly extract the desired source signal. At the second
stage, the extracted signal is further processed as cleanly as possible,
based on the higher-order statistics. Simulations on artificially generated
data and real-world ECG data have showed its better performance,
compared with many existing extraction algorithms.
- 2015-03-01 17:54:29下载
- 积分:1
-
fx_decon
function deconvolution in matlab
- 2013-11-25 15:59:41下载
- 积分:1
-
RealGA(TwoVaribles)
此代码是实数编码遗传算法的Matlab例程。用了精英保留策略选择和轮盘赌选择法,叉操作采用中间重组方式。(This code is a real-coded genetic algorithm Matlab routines. Retention policies with the elite selection and roulette wheel selection method, fork operation mode using the middle of restructuring.)
- 2020-06-28 21:20:01下载
- 积分:1
-
chap04
matlab实例clearN=100f=zeros(50,50) f(15:35,23:28)=1 figure(1)imshow(f, notruesize )F=fft2(f,N,N) F2=fftshift(abs(F)) figure(2)x=1:N y=1:N mesh(x,y,F2(x,y)) colormap(gray) colorbar(matlab)
- 2009-09-21 09:38:52下载
- 积分:1