-
likelihood-DOA
信号数目估计错误的最大似然波达方向估计的性能分析(The number of signal estimation error of maximum likelihood DOA estimation performance analysis)
- 2013-12-26 12:59:21下载
- 积分:1
-
audio-processing-workbench
本作品基于matlab与vc++混合编程的一个语言信号处理平台,实现了matlab与vc++的接口通信,利用matlab强大的语言信号处理能力,再结合c++语言的强大的算法描述能力,两者取长补短,取得了很好的效果(This work is based on the matlab and vc++ mixed programming, a language signal processing platform, the matlab and vc++ interface communication, use of matlab strong language signal processing capabilities, combined with c++ language' s powerful description of the algorithm ability to both learn from each other, made good results)
- 2011-07-26 16:15:51下载
- 积分:1
-
BUFFER
实现buffer.h中的各个缓冲类的函数
(Implementation of the various buffer buffer.h a function of class)
- 2009-12-18 14:20:32下载
- 积分:1
-
gal_tsp_src
searching for genetic algo in matlab for tsp
- 2013-08-07 16:54:45下载
- 积分:1
-
Exam1
将Matlab下的M文件转换为DLL,在VC中调用.(M under the Matlab files into the DLL, the VC call.)
- 2007-08-21 13:15:25下载
- 积分:1
-
VC+Matlab
这是关于MATLAB与VC
实现卫星照片三维显示(This is on the MATLAB and VC realize satellite photos of three-dimensional display)
- 2008-04-09 17:02:31下载
- 积分:1
-
The-data-for-processing
这是关于信号处理方面的知识,对matlab的卡尔曼滤波十分重要(This is knowledge about signal processing and it is very importance of kalman filter for matlab
)
- 2013-07-16 09:32:36下载
- 积分:1
-
OQPSK
matlab编程实现OQPSK调制解调波形及频谱、功率谱的绘图(
您是不是要找: matlab编程实现QPSK调制解调形及频谱、功率谱的绘图
matlab programming OQPSK modulation and demodulation waveform and spectrum, power spectrum drawing)
- 2020-12-24 17:39:05下载
- 积分:1
-
srchybrid45b_VeryCD
电骡0.45b源码.rar (-- Mule 0.45b source. Rar-- Mule 0.45b source. Rar)
- 2007-01-21 13:07:10下载
- 积分:1
-
example4_6
:滤波
fs=400 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=5 时间窗大小
t=0:ts:T (hf1=zeros(1,N)
hf1(f<=B1&f>=-B1)=1
y1=hf1.*fftshift(y)
figure
subplot(211)
plot(f,abs(fftshift(y))/N,f,hf1, r-- )
axis([-fs/2,fs/2,0,1.2])
title( 原信号频谱 )
xlabel( f /Hz )
subplot(212)
plot(f,abs(y1)/N)
title( 低通滤波,截止频率90Hz )
xlabel( f /Hz ))
- 2010-05-25 20:58:05下载
- 积分:1