-
MATLAB
关于matlab编程的书,适合大家入门学习与提高。(Matlab programming on the book, suitable for all entry-learning and to improve.)
- 2007-11-29 17:45:51下载
- 积分:1
-
kalman-pinghua
编写的一个随动系统的kalman的平滑算法;(Prepared by a smoothing algorithm based on kalman)
- 2009-11-28 14:23:24下载
- 积分:1
-
RLS_example
RLS算法的一个简单仿真,实现了原始信号的去噪(An RLS algorithm example)
- 2012-04-13 16:01:18下载
- 积分:1
-
hunpin
混频器的matlab源代码,极具参考价值,请大家参考(Mixer matlab source code, great reference value, please refer to)
- 2014-09-23 21:31:45下载
- 积分:1
-
wm
说明: 中继位置不同 分配功率相同 的放大协同通信 基于蒙特卡洛仿真(Relay different positions assigned the same zoom power cooperative communication based on Monte Carlo simulation)
- 2011-10-16 19:44:13下载
- 积分:1
-
LiezhuyuanGauss_5
实现列主元高斯消去法的方程求解,主要针对压缩和非压缩矩阵(Equation solver to achieve out PCA Gaussian elimination, mainly for compressed and uncompressed matrix)
- 2015-01-22 00:06:15下载
- 积分:1
-
Speckle_reduction
说明: 用于SAR图像的相干斑抑制,内有增强Lee滤波,增强Kuan滤波,增强GammaMap滤波算法,还有等效视数,边缘保持指数的求法(For speckle suppression of SAR images, there are enhanced Lee filtering, enhanced Kuan filtering, enhanced GammaMap filtering algorithm, and the calculation of ENL and EPI.)
- 2019-03-30 17:23:15下载
- 积分:1
-
雷达信号处理技术与系统设计
说明: 雷达系统设计课程大作业代码,其中包括脉冲压缩技术,雷达测距技术,加窗函数,时域匹配滤波器,频域匹配滤波器。亲测可用!(Radar system design course big assignment code, including pulse compression technology, radar ranging technology, windowing function, time domain matching filter, frequency domain matching filter. Personal test available!)
- 2020-07-14 18:34:45下载
- 积分:1
-
mk趋势性分析程序
MK程序趋势分析和突变分析,用于对时间序列的正序列跟逆序列的分析计算。
- 2022-01-25 20:47:47下载
- 积分:1
-
PCA人臉辨識
% A sample script, which shows the usage of functions, included in
% PCA-based face recognition system (Eigenface method)
%
% See also: CREATEDATABASE, EIGENFACECORE, RECOGNITION
% Original version by Amir Hossein Omidvarnia, October 2007
clear all
clc
close all
% You can customize and fix initial directory paths 設定檔案途徑
TrainDatabasePath = uigetdir("D:Program FilesMATLABR2006awork", "Select training database path" );
TestDatabasePath = uigetdir("D:Program FilesMATLABR2006awork", "Select test database path");
prompt = {"Enter test image name (a number between 1 to 10):"};
dlg_title = "Input of PCA-Based Face Recognition System";
num_lines= 1;
def = {"1"};
TestImage = inputdlg(prompt,dlg_title,num_lines,def);
TestI
- 2023-06-16 13:10:04下载
- 积分:1