搜索资源列表
lssb
- Demonstration scr ipt for LSSB-AM modulation. The message signal is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise. -Demonstration scr ipt for LSSB-AM modulation. The message signalis+ 1 for 0 <t <t0/3,-2 for
envelopedetection
- Demonstration scr ipt for envelope detection. The message signal is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise.-Demonstration scr ipt for envelope detection. The message signalis+ 1 for 0 <t <t0/3,-2 for t0/3
ode45
- 解常微分方程的Matlab程序 字符串ypfun是用以表示f(t, y)的M文件名, tspan=[t0, tfinal]表示自变量初值t0和终值tf y0表示初值向量y0,可选参数options为用odeset设置精度等参数。 输出列向量tout表示节点,输出矩阵yout 表示数值解,每一列对应y的一个分量。若无输出参数,则作出图形。-Solution of ordinary differential equations of the Matlab program is
time-shift
- 信号的时移 y(t) = x(t - t0) 其中,t0为位移量。若t0为正数,则y(t)等于将x(t)右移t0秒之后的结果-This program is used to implement the time-shift operation
TSPMatlab
- TSP问题(货郎担问题,旅行商问题)的模拟退火算法通用malab源程序 f目标最优值,T最优路线,d距离矩阵,t0初始温度,tf结束温度 - TSP问题(货郎担问题,旅行商问题)的模拟退火算法通用malab源程序 f目标最优值,T最优路线,d距离矩阵,t0初始温度,tf结束温度
TSP
- TSP问题(货郎担问题,旅行商问题)的模拟退火算法通用malab源程序 f目标最优值,T最优路线,d距离矩阵,t0初始温度,tf结束温度 - TSP问题(货郎担问题,旅行商问题)的模拟退火算法通用malab源程序 f目标最优值,T最优路线,d距离矩阵,t0初始温度,tf结束温度
FBG
- FBG反射谱,要用的人会非常需要,需要的人可以看看,很不错的-FBG id1=fopen( lambdaCMT.txt , wt ) fid2=fopen( rhoCMT.txt , wt ) f1=inline( -i.*delta.*y1-k.*y2 , t , lambda , wk , delta , k , y1 , y2 ) f2=inline( -k.*y1+i.*delta.*y2 , t , lambda , wk , delta , k
myrasdar visit 6
- The function “ clutter_rcs.m” It also generates plots of the clutter RCS and the CNR ver- sus the radar slant range. Its outputs include the clutter RCS in dBsm and the CNR in dB. The syntax is as follows: [sigmaC,CNR] = clutter_rcs(sigma0,
EULER_modified_ODE
- EULER_modified_ODE.m Euler modified approximation method to solve IVP ODEs f defines the function f(t,y) t0 defines initial value of t y0 defines initial value of y - EULER_modified_ODE.m
EULER_forward_ODE
- [t, y]=EULER_forward_ODE(f, t0, y0, tend, Niter) 欧拉向前逼近法求解微分方程初值问题 f定义了函数f(t,y)的 t0时的初始值定义吨 Y0的定义y的初始值- [t, y]=EULER_forward_ODE(f, t0, y0, tend, Niter) Euler forward approximation method to solve IVP ODEs f defines the funct
pulse-generate
- 本程序是矩形波的产生。第零步定义了要产生的波形的所有特征参数,矩形波的持续时间WIDTH,矩形波的采样点数POINTS,载波频率为F0,这个频率的最终引入是便于使用RF频率发射波形。第一步包括产生矩形波,并将其调制到RF上,注意,产生的信号的持续时间是矩形波宽度的5倍,这样,总的采样点数就是5*POINTS。同时还应注意,如果要产生一个基带信号,必须设置T0=0.第二步是画出所产生矩形波的源代码。- This procedure is rectangle wave production. Ste
bvp2
- 运用有限差分方法求解二阶边值问题,x" + a1*x’ + a0*x = u with x(t0) = x0, x(tf) = xf-solve BVP2 by the finite difference method
bvp2_shoot
- 运用打靶法求解二阶边值问题。BVP2: [x1,x2]’ = f(t,x1,x2) with x1(t0) = x0, x1(tf) = xf-solve BVP2 by the shooting method
验证布尔运动
- 2. 布朗运动是英国植物学家在观察液体中浮游微粒的运动发现的随机现象,现在已成为随机过程理论最重要的概念之一。下列M函数brwnm.m给出了一维布朗运动(或称维纳过程),使用格式 [t,w]=brwnm(t0,tf,h) 其中[t0,tf]为时间区间,h为采样步长,w(t)为布朗运动。 function [t,w]=brwnm(t0,tf,h) t=t0:h:tf; x=randn(size(t))*sqrt(h); w(1)=0; for k=1:length(t)-1, w(
F16 simulation
- T0 SIMULATE DYNAMIC MOTION OF F16
Eulerqiujie
- Euler 用前向差分的欧拉方法解微分方程 fun 表示f(t,x) t0,tt表示自变量的初值和终值 x0表示函数在x0处的值,其可以为向量形式 N表示自变量在[t0,tt]上取的点数-this thechafen jiefen ,zijilijie
数值传热学二维稳态雅可比迭代法
- 数值传热学二维稳态雅可比迭代法,初始条件为t0=0,t1=1 空间步长为0.25,y=10,x=5