-
huibeng_v48
相参脉冲串复调制信号,搭建OFDM通信系统的框架,LDPC码的完整的编译码。( Complex modulation coherent pulse train signal, Build a framework OFDM communication system, Complete codec LDPC code.)
- 2016-08-10 12:58:55下载
- 积分:1
-
Watermark
说明: 实现小波数字水印,比较简单
采用量化数组嵌入(The realization of wavelet digital watermarking, is relatively simple to quantify the use of embedded array)
- 2008-10-06 00:09:28下载
- 积分:1
-
matlabfrq
信号检测与估计中的算法频率估计,是三种不同算法对信号频率的估计(Signal detection and estimation of the frequency estimation algorithm)
- 2013-12-09 09:30:43下载
- 积分:1
-
pulseblanking
实现脉冲消隐以在通信系统去除较大干扰,保证误码率性能(Realization of pulse blanking to remove larger interference in communication system, guaranting the bit error rate performance)
- 2014-02-19 10:41:15下载
- 积分:1
-
FPgonglv
F-P腔功率谱,用来仿真法布里珀罗腔的功率谱图,可以改反射率(FP cavity power spectrum, to simulate the power spectrum Fabry-Perot cavity, the reflectivity can be changed)
- 2016-06-08 17:22:08下载
- 积分:1
-
指导
此函数检索多普勒测量从数据结构
- 2022-05-08 10:47:26下载
- 积分:1
-
最大信噪比的独立分量分析算法
到达过程是的泊松过程,最大信噪比的独立分量分析算法,研究生时的现代信号处理的作业,Relief计算分类权重,微分方程组数值解方法,基于负熵最大的独立分量分析。
- 2022-06-28 09:40:43下载
- 积分:1
-
车道线检测代码MATLAB版本1
适用于车道线检测初学者快速学会参数配置,每一行代码都有注释:
clc; clear all; close all;
% 设置显示标记,1表示都显示,0表示只显示车道线
DrawPoly = 1;
% 处理起始范围
NumRows = 120;
% 最大存储规模
MaxLaneNum = 20;
% 单次最大匹配数目
ExpLaneNum = 2;
% 存储车道线,初始化
Rep_ref = zeros(ExpLaneNum, MaxLaneNum);
% 统计数目
Count_ref = zeros(1, MaxLaneNum);
% 最大变化距离阈值
TrackThreshold = 75;
% 标记颜色
LaneColors = single([0 0 0;1 1 0; 1 1 0; 1 1 1;1 1 1]);
% 车道线丢失异常下限
frameFound = 5;
% 车道线丢失异常上限
frameLost = 20;
% 选择弧度 Rho values 35:45 (1-based index: 415:424)
startIdxRho_R = 415;
NumRhos_R = 11;
% 选择角度 Theta values -90:-70deg (1-based index: 1:21)
startIdxTheta_R = 1;
NumThetas_R = 21;
% 选择弧度 Rho values 379:415 (1-based index: 1:36)
startIdxRho_L = 380;
NumRhos_L = 36;
% 选择角度 Theta values 55:85deg (1-based index: 146:176
- 2023-06-28 01:10:04下载
- 积分:1
-
Principles-Of-Communication
通信系统仿真原理与无线应用 《通信系统仿真原理与无线应用》系统地介绍通信系统的设计、分析和仿真方法,还提供了大量极具参考价值的仿真实例。(Simulation principles of communication systems and wireless applications. "A systematic introduction to the design, analysis and simulation of communication systems, it also provides a large number of simulation examples of great reference value.)
- 2012-04-16 09:58:48下载
- 积分:1
-
huffman_ascend
huffman ascending code....
- 2013-04-01 19:51:14下载
- 积分:1