-
用matlab编写的bpsk信号的循环谱估计程序
用matlab编写的bpsk信号的循环谱估计程序,适合给初学者参考。(BPSK signal s Matlab computer program written in cyclic spectrum,for new learners reference.)
- 2013-04-23 20:22:17下载
- 积分:1
-
SLM
计算全息法 加载涡旋相位 很好用的一个方法(Spatial light modulator SLM, loaded vortex phase)
- 2020-06-30 13:20:02下载
- 积分:1
-
ofdm
OFDM仿真利用MATLAB,对于初学OFDM系统的很有帮助(OFDM simulation using MATLAB, very helpful for beginners OFDM system)
- 2010-09-06 18:19:45下载
- 积分:1
-
moni
说明: 一个机器人避障的仿真,在MATLAB下运行。(A robot obstacle avoidance simulation run in MATLAB.)
- 2008-11-22 17:04:44下载
- 积分:1
-
matlab
说明: bp神经网络的模型训练与测试,并判断模型的可靠性。(Bp neural network model training and testing, and judge the reliability of the model.)
- 2020-09-22 14:49:47下载
- 积分:1
-
Poisson_J
J法解Poisson方程,通过迭代输出结果并画图,结果包含迭代步数以及无穷范数(Solution of Poisson equation by J method, iterative output results and drawing, the result contains iteration step number and infinite norm)
- 2014-11-22 09:51:06下载
- 积分:1
-
voicebox
this is speech recognition file
- 2009-03-28 14:36:43下载
- 积分:1
-
Matlab
matlab的轨道力学子程序,适用于搞航天航空的专业人士学习和使用。(matlab subroutine of orbital mechanics, for aerospace professionals to engage in learning and use.)
- 2011-07-22 17:20:03下载
- 积分:1
-
Hamming
Simple imlementation of hamming code (7,4)
The genearator matrix is given by
Reference of book Error Correction coding Mathematical models and
alogrithms Chapter 1, Hamming Codes
code is hamming code (7,4)
- 2014-09-27 00:43:49下载
- 积分: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