-
QosRoute-Antcolony
说明: %% Ant Colony Algorithm for QoS Multicast Routing
% QoS组播路由蚁群算法( Ant Colony Algorithm for QoS Multicast Routing QoS Multicast Routing with Ant Colony Algorithm)
- 2008-10-08 14:05:00下载
- 积分:1
-
Codes
Simple Standard PSO, Implemented by Matlab
- 2011-12-25 04:03:05下载
- 积分:1
-
haimian
基于matlab的海洋通信的基础猜想,采用数字调制,2径仿真,其中损耗采用HUAWEI早年实测模型(Based on the basis of conjecture matlab marine communications, digital modulation, two-path simulation, in which the loss measured using early model HUAWEI)
- 2014-01-17 11:02:00下载
- 积分:1
-
matlab_guide_korea
Matlab guide writed Korean
- 2013-05-23 16:00:15下载
- 积分:1
-
无限冲激响应低通滤波器的设计
%IIR数字滤波器的设计
%设计一个低通数字滤波器,设计指标:通带截止角频率为ωp,阻带截止频率为ωs,通带最大衰减为δp,阻带最小衰减为δs
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%冲激响应不变法%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
clc; clear all;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%利用巴特沃斯设计低通模拟滤波器%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
wp = 0.2*pi; ws = 0.3*pi; Deltap = -1; Deltas = -15;%低通数字滤波器设计指标
TS = 1;%采样时间TS
Wp = wp/TS; Ws = ws/TS; DeltaP = Deltap; DeltaS = Deltas; %求取模拟滤波器的设计指标
%确定巴特沃斯的阶数N和截止频率Ωc
N = log((10^(-DeltaP/10)-1)/(10^(-DeltaS/10)-1))/(2*log(Wp/Ws));
N = ceil(N); %模拟滤波器的阶数N
Wc = vpa( Ws/( ( 10^( -DeltaS/10 )-1 )^( 1/( 2*N ) ) ),5 )%模拟滤波器的截止频率Wc
%%获得模拟滤波器的系统函数H(s)
&n
- 2023-02-04 23:40:03下载
- 积分:1
-
gaborfilter
说明: matlab下gabor滤波算法,可以提取图象纹理特征的经典方法之一(under Matlab filtering algorithm can extract image texture features one of the classic methods)
- 2006-04-18 17:54:47下载
- 积分:1
-
Job-shop-MATLAB
说明: 用matlab编写的车间作业调度的遗传算法程序(Written by matlab genetic algorithm for job shop scheduling procedures)
- 2011-04-10 22:13:34下载
- 积分:1
-
Digital-Circuit-Analysis-a-Design-with-Matlab
Digital Circuit Analysis using Matlab
- 2012-04-26 22:28:54下载
- 积分:1
-
APSK-modulation-in-AWGN-channel
通过matlab仿真工具仿真分析了APSK调制方式在典型的加性高斯白噪声下的传输性能(Through simulation matlab simulation tool analyzes APSK modulation in a typical additive white Gaussian noise transmission performance)
- 2013-11-20 16:12:45下载
- 积分:1
-
WaveformLidar
LiDAR点云数据标准格式.las文件Matlab处理包,包含波形数据处理功能。(A MATLAB package for extracting LiDAR waveform data.)
- 2015-03-25 04:44:49下载
- 积分:1