-
lpcsyn
说明: 语音信号的LPC参数提取及合成,可以提取基音及残差信号(LPC parameters of speech signal extraction and synthesis, and the residual signal can be extracted pitch)
- 2011-03-09 15:18:09下载
- 积分:1
-
MatchFilterLFM
高分辨率雷达 距离向压缩算法滤波器设计 三种方法 全面设计(clc
clear all
close all
2013年9月28日
---------------参数----------
Tr=42e-6
fs=9.5e6
K=0.7e11
Nfft=2048
-------------匹配滤波 时域生成--------------
t=(-Tr/2+1/fs:1/fs:Tr/2-1/fs)
w = kaiser(length(t),2.5)
w=w
w = ones(1,length(t))
ht1=w.*exp(-1i*pi*K*t.^2)
ht2=w.*exp(1i*pi*K*t.^2)
hf1=fft(ht1,Nfft)
hf2=fft(ht2,Nfft)
figure
subplot(211)
plot(abs(hf1))
title( 匹配滤波器1 幅频响应 )
subplot(212)
plot(phase(hf1))
title( 匹配滤波器1 相位 )
figure
subplot(211)
plot(abs(hf2))
title( 匹配滤波器2 幅频响应 )
)
- 2013-10-12 22:32:06下载
- 积分:1
-
tiaffic
基于matlab十字路口交通流模拟仿真,多种集合(matlab simulation)
- 2016-09-09 14:24:07下载
- 积分:1
-
222
基于MATLAB的GUI图像图像的介绍和应运(GUI image of the MATLAB are introduced and be based on)
- 2013-12-07 15:37:18下载
- 积分:1
-
raytrace
利用射线追踪法实现地震波场层析成像.在石油行业中,此过程是地震资料应用的一个重要步骤(The use of ray tracing method to achieve seismic wavefield tomography. In the oil industry, this process is the application of seismic data as an important step)
- 2007-10-29 18:36:37下载
- 积分:1
-
chap8
P0801:索书号文字图像分割
P0802:粘连字符切分
P0803:文字识别
P0804:彩色车牌分割
P0805:商标文字分割
Recognition:文字识别的识别子函数
StrDetect01:文字识别的结构特征提取子函数(P0801: Call Number text image segmentation P0802: adhesion character segmentation P0803: Character Recognition P0804: color plates partition P0805: text segmentation trademarks Recognition: Character Recognition Recognition Functions StrDetect01: the structure of character recognition feature extraction Functions)
- 2008-05-21 22:25:09下载
- 积分:1
-
Energy-Management-Systems-And-Direct-Digital-Cont
For energy management researcher
- 2012-03-29 18:11:03下载
- 积分:1
-
gswgmsp
运用matlab的攻击水平机动目标比例导引三维弹道仿真(Attacks using matlab proportional navigation for maneuvering target level of three-dimensional trajectory simulation)
- 2011-07-11 10:39:26下载
- 积分:1
-
selectivemapping_papr
This is matlab simulation of selective mapping technique for papr reduction.Sequences that are independent and represent the same information are generated.PAPR of these are calculated separately. Sequence with the smallest PAPR is selected for final serial transmission
- 2013-11-08 19:54:19下载
- 积分:1
-
multifile
用于循环载入多个文件,比如文本文件。不用手动输入t1.txt, t2.txt ,t3.txt... , 然后得到的文件可以用一个矩阵存储下来。或者用一个向量以流的方式存储。(This program is used to cycle load files, like text files. For example,you don t have to manually type t1.txt, t2.txt, t3.txt in your program. Moreover, the result can be stored in a matrix or a vector. store.)
- 2010-05-13 18:09:39下载
- 积分:1