-
pcm
pcm编码,pcm编码pcm编码pcm编码pcm编码pcm编码pcm编码(pcm coding, pcm encoder pcm encoder pcm encoder pcm encoder pcm encoder pcm encoder)
- 2011-10-19 15:41:33下载
- 积分:1
-
feijimoni
本程序对飞机在各种条件下的飞行状态进行模拟,并监测各参数的变化情况。(This program simulates the flight state of the aircraft under various conditions, and monitors the changes of the parameters.)
- 2015-12-06 16:45:56下载
- 积分:1
-
PDE matlab
利用matlab 编程求解对流弥散方程,实现PDE函数的数值解法(Using MATLAB programming to solve convection dispersion equation, the numerical solution of PDE function is achieved)
- 2017-09-26 09:22:57下载
- 积分:1
-
MATLAB
说明: 有用得MATLAB讲义,对MATLAB初学者非常有用(MATLAB helpful handouts on MATLAB is very useful for beginners)
- 2008-11-16 16:59:28下载
- 积分:1
-
durbin
The durbin method of finding power spectral estimates
- 2011-11-15 00:08:40下载
- 积分:1
-
0power_wind_dfig111
双馈风机模型,基于matlab/simulink软件实例,修改参数后得到,能实现顺利运行。(DFIG model, based on matlab/simulink software instances, the modified parameters obtained, to achieve a smooth operation.)
- 2015-09-29 22:34:50下载
- 积分:1
-
差分优化BP
差分进化算法调节BP神经网络,选用差分进化算法对BP神经网络进行调节(Differential evolution algorithm regulates BP neural network)
- 2020-11-21 16:09:36下载
- 积分:1
-
ZH
说明: 光学夫朗和费衍射现象模拟Matlab源代码
(Optical phenomenon of Fraunhofer diffraction simulation Matlab source code)
- 2009-08-06 08:50:52下载
- 积分: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
-
exptheor
Matlab code for theoretical and experimantal BER for BPSK in AWGN
- 2012-01-27 02:35:14下载
- 积分:1