-
fir
说明: 关于有限长冲击响应数字滤波器的matlab设计(On the finite impulse response digital filter design matlab)
- 2008-11-26 21:14:51下载
- 积分:1
-
zhaochun
纯函数的选取包含保罗估计函数、纯调频信号、包络估计值等(Selection of pure functions include Paul estimation function, pure frequency modulation signal and envelope estimate, etc)
- 2013-12-02 09:03:11下载
- 积分:1
-
Contemporary_Communication_Systems_using_Matlab
一本关于Matlab仿真通信系统的书,很系统全面地讲解了各个通信系统部分,及其matlab仿真,并附有相应的Matlab练习题。(a book about simulating communication systems using matlab. Very comprehensive explanation and corresponding matlab code, and exercises.)
- 2010-01-21 01:52:58下载
- 积分:1
-
Viterbi213
(2,1,3)卷积码Viterbi译码的matlab(Viterbi decoding algorithm matlab code)
- 2013-10-24 13:27:44下载
- 积分:1
-
digital-equalizer.
自己做的数字均衡器,包含GUI 界面,希望对大家有帮助。(digital equalizer)
- 2013-05-06 16:38:16下载
- 积分:1
-
radar_sys
对线性调频信号的回波脉冲,匹配滤波,脉冲压缩,MTI,MTD处理进行仿真(Simulation of LFM signal echo pulse, matched filtering, pulse compression, MTI, MTD processing is carried out)
- 2018-05-11 09:44:00下载
- 积分:1
-
光纤耦合MATLAB程序
说明: 计算单模光纤与LED 的直接耦合效率,设计光纤透镜参数(The direct coupling efficiency of single mode fiber and LED is calculated and the parameters of optical fiber lens are designed)
- 2019-02-25 11:14:43下载
- 积分:1
-
SIMULINK仿真模型MMC (2)
说明: SIMULINK仿真模型,介绍基本的MMC(模块化多电平换流器)仿真模型,用于柔性直流运输控制(modular multilevel converter)
- 2020-07-20 09:58:46下载
- 积分:1
-
bestbarcode
说明: 这是一个非常好的MATLAB条形码识别程序,里面包含M程序,执行所需图片,可直接执行,对于研究条形码识别的有非常好的帮助(This is a very good program MATLAB bar code, which contains M program, the implementation of the necessary pictures, can direct the implementation of bar code identification for the study of very good help)
- 2010-04-21 22:01:17下载
- 积分:1
-
gold-sequence
m序列产生子函数
gold序列产生子函数
自相关函数和互相关函数计算子函数
调用子函数[s,k,pn]=m(c,b0)产生第二条m序列(function [Rm]=Rm(golda,goldb) 自相关函数和互相关函数计算子函数
N=11
n=2^N-1
Rm(1)=sum(golda.*goldb)/n
for k=1:n-1
Rm(k+1)=sum(golda.*circshift(goldb,[0,k]))/n
end
Rm )
- 2011-04-30 17:53:27下载
- 积分:1