-
ssolve
Matlab中虽然有很多解方程的函数,但对于一般线性方程,有无穷个解时,却不能算出一个特解和基础解系,这几个函数可以实现这个功能。(Matlab Although there are many solutions to the equation function, but for the general linear equations, Infinite Solutions months, they can not penetrate a special solution and infrastructure solutions, which have several functions to achieve this function.)
- 2007-01-07 19:26:07下载
- 积分:1
-
chap2
计算随机海浪,P_M谱密度描述的随机海浪的数学模拟(Calculation of random wave)
- 2020-07-01 09:40: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
-
H_Bridge_DC_PWM_Converter
H桥DC-DCPWM变换器matlab simulink仿真模型(The H bridge the DC-DCPWM converter matlab simulink simulation model)
- 2013-04-16 18:26:46下载
- 积分:1
-
RBF_PIDshiyan
说明: 基于RBF神经网络的增量式PID控制,可用于系统辨识(The incremental PID control based on RBF neural network can be used for system identification)
- 2021-04-20 10:58:51下载
- 积分:1
-
bpskd
MATLAB 通信原理 QPSK调制 源代码文件(Communication Theory QPSK modulation MATLAB source code files)
- 2010-01-14 12:44:32下载
- 积分:1
-
ch12dfadf
一维到二维的转换,实现二进制的转换,并且可以实现以为到二维的转换,效果请执教(a dimension to the two-dimensional and realized binary conversion, and can be thought of the two-dimensional realization of the conversion, the effect please teach)
- 2007-04-12 09:28:44下载
- 积分:1
-
Airfoil_Analyzer
翼型分析代码,计算分析机翼外流场。先关参数的分析,辅助设计。(Airfoil analysis code)
- 2010-11-01 23:14:44下载
- 积分:1
-
0398896Kalman
卡尔曼跟踪代码 卡尔曼跟踪代码 卡尔曼跟踪代码 卡尔曼跟踪代码 卡尔曼跟踪代码 (Kalman Kalman tracking code tracking code tracking code Kalman Kalman Kalman tracking code tracking code)
- 2010-12-21 11:11:37下载
- 积分:1
-
TSPE
一种基于蚁群算法的旅行商问题的源代码.............................................................................(TSP BASED ON ANT COLONY ALGORITHM)
- 2009-06-17 11:24:02下载
- 积分:1