-
QPSK_Modulation
digital modulation - QPSK
- 2012-05-08 17:48:43下载
- 积分:1
-
impedance
IMPEDANCE - computes input impedance, for one lumped port
Syntax:
impedance
Description:
IMPEDANCE computes the frequency behavior of the antenna input
impedance. It also computes the feed power (which coincides with the
total radiated power only for lossless antennas). The frequency range
and the number of steps should be given below.
MATLAB Antenna Toolbox Draft 05, Antenna Lab, ECE, WPI, mat05@ece.wpi.edu
Authors: S. Kulkarni, A. Marut, S. Makarov
- 2013-01-19 17:36:56下载
- 积分:1
-
GASVM
遗传算法优化支持向量机程序,用于参数寻优,提高分类率(Genetic algorithm optimization support vector machine program)
- 2018-04-28 20:41:13下载
- 积分:1
-
bifurcation-digrams
电路的混沌描述与混沌计算,分岔与混沌的演化图(Chaos Chaos circuit description and calculation of Bifurcation and Chaos evolution diagram)
- 2014-09-23 18:26:44下载
- 积分:1
-
simple_example
l1 agorithm and zui xiao 2 cheng fa
- 2013-09-01 22:32:10下载
- 积分:1
-
QPSK
QPSK调制与解调,运用MATLAB语言编写(QPSK modulation and demodulation using the MATLAB language)
- 2010-07-15 18:33:00下载
- 积分:1
-
A-generic-controller-architecture-for-intelligent
A generic controller architecture for intelligent robotic systems
- 2011-01-18 03:45:31下载
- 积分:1
-
BLDC_T3
BLDC Motor driver position and speed control. command through .m file
- 2011-01-19 21:14:53下载
- 积分:1
-
H2
说明: its matlab code used for design an H2 control system
- 2011-03-11 04:56:53下载
- 积分:1
-
dace
克里金法假定采样点之间的距离或方向可以反映可用于说明表面变化的空间相关性。克里金法工 具可将数学函数与指定数量的点或指定半径内的所有点进行拟合以确定每个位置的输出值。克里金法是一个多步过程;它包括数据的探索性统计分析、变异函数建模 和创建表面,还包括研究方差表面。当您了解数据中存在空间相关距离或方向偏差后,便会认为克里金法是最适合的方法。该方法通常用在土壤科学和地质中。(This function completes what I have started with the functions variogram and variogramfit. It is not intended to be a highly optimized code for performing kriging but may have educational value. Note that for using kriging, you should download the latest version of variogramfit.
kriging uses ordinary kriging to interpolate a variable z measured at locations with the coordinates x and y at unsampled locations xi, yi. The function requires the variable vstruct that contains all necessary information on the variogram. vstruct is the forth output argument of the function variogramfit.
This is a rudimentary, but easy to use function to perform an ordinary kriging interpolation. I call it rudimentary since it always includes ALL observations to estimate values at unsampled locations. This may not be necessary when sample locations are not within the autocorrelation range but would require something like a k nearest neighbor search algorithm or something similar. Thus, the alg)
- 2015-11-02 20:04:53下载
- 积分:1