-
MPC&DMC
简单的DMC以及MPC控制代码和说明都有,不错的学习参考(Simple DMC and MPC control code and instructions are available, good learning reference)
- 2020-07-03 03:20:02下载
- 积分:1
-
radon_ambiguity
%radon transform
clear all
%
N=800
n=1:N
fs=200
t=n/fs
x1=exp(j*2*pi*(5*t+0.5*5*t.^2))
x2=exp(j*2*pi*(5*t+0.5*15*t.^2))
x=x1+x2
%N=length(x)
% ambifunb(x )
%*****************************************RAT
naf=ambifunb(x)
htl(abs(naf))
% [wh,rho,theta]=htl(abs(naf))
colormap([0,0,0])
% xlabel( 极半径 )
% ylabel( 角度 )
%**************************************%找出峰值点的坐标,计算初始频率和调频斜率(正确)
%找出峰值点的坐标
b=max(max(wh))
[u,a]=find(wh>=0.8*b)
( Radon transformclear all N = 800 n = 1: N fs = 200 t = n/fs x1 = exp (j* 2* pi* (5* t+ 0.5* 5* t. ^ 2)) x2 = exp ( j* 2* pi* (5* t+ 0.5* 15* t. ^ 2)) x = x1+ x2 N = length (x) ambifunb (x)***************************************** RATnaf = ambifunb (x) htl (abs (naf)) [wh, rho, theta ] = htl (abs (naf)) colormap ([0,0,0]) xlabel (polar radius) ylabel (angle)************************************** to find the coordinates of the peak point, calculating the initial slope of the frequency and FM (right) find the peak point of the coordinates b = max (max ( wh)) [u, a] = find (wh)
- 2008-05-06 21:56:10下载
- 积分:1
-
Rafal_Majorczyk_Sharp8_AssignmentA
Goal of the project was to implement numerical methods for solving systems of linear algebraic equations using MATLAB software. First of all I had to learn the structures of programming in MATLAB, later on I was able to implement and test numerical algorithms for solving given problems. All results, comments and conclusion are placed in this report. At the end of the report one can find my MATLAB programs, and sources which were used as a help for me during evaluation. Each task is presented under separated heading, with its full description, problem discussion, my approach for solving it and explanation.
- 2011-05-11 20:56:58下载
- 积分:1
-
DCT
基于DCT数字水印算法的Matlab实现源代码(DCT-based digital watermarking algorithm Matlab source code)
- 2013-04-24 19:11:04下载
- 积分:1
-
lmd2
LMD(局域均值分解)程序。与经验模态分解的思想相近,是一种较新的处理非平稳信号的方法,但LMD方法的端点效应更小些。(LMD (local mean decomposition) program. And empirical mode decomposition similar idea, is a relatively new method for non-stationary signals, but the end effect is much smaller LMD method.)
- 2015-03-18 15:39:02下载
- 积分:1
-
Rayleigh_c
说明: matlab中的Rayleigh信道模型,基于基于Clarke模型的Jakes仿真器(Rayleigh channel model in MATLAB, Jakes simulator based on Clarke model)
- 2021-03-24 11:12:43下载
- 积分:1
-
xitongmoxing
说明: PV系统模型,基于simulink的仿真(PV system model simulation based on simulink)
- 2011-02-23 16:56:40下载
- 积分:1
-
circularHough
Circular Hough transform using OpenCV: C++ version of the popular (best accurate I think) Matlab function CircularHough_Grd.m of Tao-Peng.
Note: the user should know how to use OpenCV first.
- 2010-08-13 17:57:26下载
- 积分:1
-
WAVELAB850
老外写的小波变换的工具箱,基于MATLAB环境;压缩包内有详细的说明和相关Demo,参考价值较高。(Written by foreigners Wavelet Toolbox, MATLAB-based environment compressed packet has detailed instructions and Demo, a high reference value.)
- 2008-05-09 10:24:06下载
- 积分:1
-
baojiading
涉及平面拟合方法,利用最小二乘算法实现对三维平面的拟合,同时计算平面度和不确定度(Plane fitting method involves using the least-squares algorithm for fitting three-dimensional plane, while the calculation flatness and uncertainty)
- 2021-04-29 09:18:43下载
- 积分:1