-
DTMF
用matlab的gui编写的DTMF双音多频信号生成与检测的演示程序,运行方法见readme,希望能对大家有所帮助。(Matlab by the gui prepared DTMF DTMF signal generation and detection demo program, run method see readme, for all of us hope to be helpful.)
- 2020-11-15 11:09:42下载
- 积分: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
-
三维随机纤维生成程序
说明: 生成三维随机纤维的matlba程序,可以直接使用(The matlba program for generating 3D random fibers can be used directly)
- 2021-04-28 16:28:44下载
- 积分:1
-
VRML-simulattion
基于VRML的视景仿真程序,可用于各种姿态下的目标图像生成,对研究图像跟踪非常有用。(VRML based simulation program, which can generate target image with several psoes, which is useful for image tracking.)
- 2014-10-28 01:23:52下载
- 积分:1
-
envelop6
多径误差包络的仿真,能够清晰的看出。希望对大家有所帮助。(Multipath error envelope simulation, can be clearly seen. We want to help.)
- 2009-11-27 10:37:34下载
- 积分:1
-
capacity1_1
说明: 星载多波束天线容量计算 考虑非理性功率控制(Capacity multi-beam satellite antenna power control calculations take into account non-rational)
- 2011-02-22 15:12:57下载
- 积分:1
-
shootingmethod
shooting method xian xing matlaba cheng xu(shooting method)
- 2010-03-30 18:07:39下载
- 积分:1
-
simulab2
stb building algo...........
- 2013-04-02 11:41:08下载
- 积分:1
-
WirelessLocation
关于无线定位解算的算法,包括TDOA、AOA解算过程。(About Wireless Location solver algorithms, including TDOA, AOA solving process.)
- 2015-12-04 09:41:22下载
- 积分:1
-
Text mining using matlab code
通过输入关键字,用户可以获得文件列表中具有相同关键字的物料。
- 2022-02-15 19:10:22下载
- 积分:1