-
cotas_carrier_recovery
美国弗州大学的讲义,用cotas环实现载波恢复(The United States notes the University of Virginia, and realize carrier recovery loop cotas)
- 2008-02-21 14:43:50下载
- 积分: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
-
_9_EE362L_PI_Controller_Spring-2009
PI controller for boost converter (sinulink)
- 2011-06-13 09:23:12下载
- 积分:1
-
UKF
无迹卡尔曼滤波代码,matalb程序代码(Without the unscented Kalman filter code, matalb, program code)
- 2020-12-13 22:39:15下载
- 积分:1
-
车牌定位系统
说明: 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。(use this example to open directory pic of pictures, then click the button "turn", "1", "2", "3" and "4" and "5", can achieve precise positioning of the plates.)
- 2005-12-18 07:58:47下载
- 积分:1
-
iRobotCreateSimulatorToolbox1_3
iRobotCreateSimulatorToolbox1_3 iRobot仿真matlab工具箱(iRobotCreateSimulatorToolbox1_3 iRobot simulation matlab toolbox)
- 2012-11-23 19:54:10下载
- 积分:1
-
read_xml
读取多种书写格式的xml文件,对采用matlab读取xml文件的功能的完善(this code can read XML files in various writing formats.)
- 2021-02-04 14:49:58下载
- 积分:1
-
alternative-code-for-line-coding
matlab code for line coding
- 2012-01-30 02:59:33下载
- 积分:1
-
应用于天线阵列设计using-PSO-in-antenna-array
将PSO粒子群智能算法应用于天线阵列设计的matlab源代码(using PSO in antenna array)
- 2021-04-13 11:18:57下载
- 积分:1
-
87361018figure_rotate
图像旋转的死循环Efficient procedures for image rotation, Matlab language, easy to read.(rotateEfficient procedures for image rotation, Matlab language, easy to read.)
- 2009-12-17 11:35:30下载
- 积分:1