-
matlab-bpsk_spread
bpskspread
在MATLAB中应用到(bpskspread in MATLAB application to)
- 2006-06-18 17:52:53下载
- 积分:1
-
state_feedback
使用simulink模型搭建的无人机纵向仿真模型,研究生阶段飞控大作业或许能用到(A vertical UAV simulation model built with simulink ,maybe useful to the graduates flight control lectures large operations )
- 2021-03-01 21:49:34下载
- 积分:1
-
LTE_Link_Level_Uplink_1.1
LTE系统上行链路级仿真,MATALAB编写,很实用( LTE Link_level_Uplink simulating by matalab )
- 2021-03-09 13:59:27下载
- 积分:1
-
simulink_course
16qam的几种实现方法,对于初学者可能有用,MATLAB环境。(Several 16qam implementation method may be useful for beginners, MATLAB environment.)
- 2009-04-23 10:14:46下载
- 积分:1
-
mathexp10m
说明: 方差分析,用来换取一些我想要的.M程序,谢谢,是不是要够20字啊(variance analysis, in exchange for something that I want. M procedures, thank you, it is not enough to the 20-character ah)
- 2006-02-22 01:21:17下载
- 积分:1
-
fir_N
根据过渡带宽及阻带衰减要求,选择窗函数的类型并估计窗口长度N(或阶数M=N-1),窗函数类型可根据最小阻带衰减As独立选择
(According to the transition bandwidth and stopband attenuation requirements, select the type of window function and estimate the window length N (or the order of M = N-1), type of window function according to the minimum stop-band attenuation can be independently selected As)
- 2011-02-01 13:17:08下载
- 积分:1
-
AMT
基于GVF和VFC主动轮廓模型代码,代码采用matlab编写,另外有C语言编程提供更快运行速度(VFC based GVF active contour model and code, code written using matlab, another C programming language to provide faster speed)
- 2020-12-20 18:49:08下载
- 积分:1
-
LNP_Coe
Linear Neighborhood Propagation 系数求解(Linear Neighborhood Propagation coefficients )
- 2009-03-18 14:33:45下载
- 积分:1
-
Rombegrg
录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。
编写函数f(x)的代码如下:
Romberg算法¨
function z=f(x)
if (x~=0)
z=sin(x)/x
else
z=1
end
备注:在实验代码中,首先输入必要的变量的值如下:
a=0
b=1
tol=1e-8
待查询检查通过,开始输入执行代码
设置格式format short g查看u的值和sin(u)的值:
(Input program code, and debugging code for the experiment to check the program code in the syntax and semantic errors. The preparation of a function f (x) of the code is as follows: Romberg algorithm ¨ function z = f (x) if (x ~ = 0) z = sin (x)/x else z = 1 end Note: In the experimental code, First, enter the necessary value of the variable is as follows: a = 0 b = 1 tol = 1e-8 pending inquiries, checking through, began to enter the implementation of the code format format short g see u, values and sin (u) values:)
- 2009-12-28 22:03:42下载
- 积分:1
-
huang
程序目的:间隔取点
可以自由选取将一组时间序列的采集点:如愿采集点间隔为0.01s,通过程序可自动得到采点间隔为0.05s时间序列。( Program purpose: to take point interval can be freely selected a set of time series of the collection point: to do so collection point interval of 0.01s, the program can automatically be taken through the point of 0.05s interval time series.)
- 2011-11-07 19:09:46下载
- 积分:1