-
bpskmdm
DPSK信号的调制解调Matlab代码实现的一个例子(采用正交调制解调),方法简单可靠,使用性强(DPSK signal modulation and demodulation of a Matlab example code (using quadrature modulation and demodulation), a simple and reliable methods, the use of strong)
- 2009-06-30 22:04:03下载
- 积分:1
-
exercise
根据公式I(n-1)=(1-In)/n 令I11=0计算I1 到I10;
根据公式In=1-nI(n-1) 令I0=0.6321 计算I1到I7;
根据公式X2=a , 令a=2,计算X的值。(According to the formula
I(n-1)=(1-In)/n ,set I11 equals zero,and count I1 to I10.
According to the formula
In=1-nI(n-1),set I11 equals zero,and count I1 to I10.
According to the formula X square equals a ,set a equals two ,then calculate X
)
- 2010-05-09 21:54:01下载
- 积分:1
-
DOA
design of DOA antenna
- 2014-11-30 23:56:59下载
- 积分:1
-
ElectronicsandCircuitAnalysisusingMATLAB
应用matlab来分析电子电路的教程。
全书包括十二个章节。(Application of matlab to analyze electronic circuits tutorial. Book includes 12 chapters.)
- 2007-12-03 02:26:51下载
- 积分:1
-
Zbus-(1)
Z bus building algorithm
- 2011-09-15 00:35:25下载
- 积分:1
-
UWB_PDP
these are matlab codes for PDP using UWB technique
- 2014-10-13 19:27:06下载
- 积分: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
-
matlab
matlab界面编程用来进行图像二值化,模糊聚类等操作(matlab GUI)
- 2010-12-29 09:12:08下载
- 积分:1
-
emd
说明: matlab开发环境,emd源代码程序,提供大家学习交流(matlab development environment, emd the source code program, to provide them to learn from the exchange)
- 2010-05-03 18:55:14下载
- 积分:1
-
q3
Signalprocessing from electromagnetic simulator
- 2013-05-18 01:07:45下载
- 积分:1