-
08
说明: 用matlab实现的调幅,调频,解调等例程,给大家作为参考(Matlab achieved with AM, FM, demodulator, such as routine for the reference of Members)
- 2009-07-06 15:18:33下载
- 积分:1
-
adhoc
matlab环境下的adhoc仿真模拟实例(matlab the adhoc simulation under instance)
- 2012-08-17 17:19:57下载
- 积分:1
-
EM算法代码
说明: 实现期望最大化算法EM,对混合模型进行参数估计,得到参数的具体值。(The expectation maximization algorithm EM is implemented to estimate the parameters of the hybrid model and get the specific values of the parameters.)
- 2020-03-26 15:19:13下载
- 积分:1
-
suspension_system
vehicle suspension system
- 2011-02-03 16:09:14下载
- 积分:1
-
hxg
定义了一个函数用来计算两个序列的互相关值,根据给定的两个序列计算其互相关值并以图形方式输出结果。(Defines a function used to calculate the cross-correlation of two sequences of values, according to a given sequence of two to calculate the value of inter-related and graphical output.)
- 2009-06-30 21:18:22下载
- 积分:1
-
puma2dof
puma 2 dof robot matlab code
- 2013-03-30 06:04:05下载
- 积分:1
-
霍夫曼编码仿真实验
说明: matlab实现霍夫曼编码,计算编码效率并分析结果(matlab huffman code)
- 2021-01-03 10:41:14下载
- 积分:1
-
PocklingtonPulseSolution
MATLAB中实现天线运用波克林顿函数计算偶极子的程序(something abart 。。。。)
- 2010-08-23 17:38:45下载
- 积分: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
-
PWMtrackingcontrol2
说明: PWM斩波控制电路的matlab/simulink仿真电路,(PWM tracking control PWMmatlab/simulink)
- 2020-06-20 20:00:02下载
- 积分:1