搜索资源列表
CalcCINR
- Calculate CINR in physical layer in MATLAB. clc clear all close all N = 1 R = 10 D = sqrt(3*N)*R angleValue = [pi/6 (3*pi)/6 (5*pi)/6 (7*pi)/6 (9*pi)/6 (11*pi)/6] c = 3*10^8 carrierFreq = 900*10^6 lambda = c/carrierFre
landa-method
- using lambda method to solve economic load dispatch in matlab
Cal_MTF_wavefront
- 利用MATLAB 计算调制传递函数,在已知波前时,求解调制传递函数。- Purpose: Calculate and Plot MTF of the Wave Aberration Function This file calculates and plots the MTF of the Wave Aberration function specified by: jmax = highest mode in Wave Aberration Expansion W
Desktop
- Matlab code for the economic dispatch using lambda iteration method
lambda3.0
- 此zip文件包含lambda算法(Matlab实现),还有基于此算法的demo程序,程序的说明文档也包含在zip文件中-This zip file contains the algorithm which designed with matlab, a demo program and the algorithm documation also contained in this zip file.
music
- MUSIC 算法MATLAB仿真源代码 clc clear all format long %将数据显示为长整型科学计数 N=200;%快拍数 doa=[20 60]/180*pi; %信号到达角 w=[pi/4 pi/3]';%信号频率 M=10;%阵元数 P=length(w); %信号个数 lambda=150;%波长 d=lambda/2;%阵元间距 snr=20;%信噪比 B=zeros(P,M); %创建一个P行M列的0矩阵 for k=1:P B
N/M逻辑法航迹起始
- 航迹起始是雷达航迹处理重要组成部分,NM逻辑法是航迹起始的常用方法,使用matlab编程进行航迹建模,分别对lambda=50/100进行航迹起始的仿真。