-
DipoleAntenna
半波振子的MATLAB仿真 电流 方向性图 立体图 阻抗 增益(Half-wave oscillator of the MATLAB simulation of the current pattern Stereogram impedance gain)
- 2008-05-31 21:05:32下载
- 积分:1
-
Achirplet_anad
针对信号自适应chirplet分解未知参数多、实现起来比较困难的特点,文献[1]提出了一种新的chirplet分解快速算法。该算法利用计算信号的二次相位函数,得到其能量分布集中于于信号的调频率曲线上的结论,此时通过谱峰检测可同时获得chirplet调频率、时间中心和幅度的估计;然后通过解线性调频技术获得其初始频率和宽度的估计,仿真结果验证了本文算法的有效性。
(For the signal adaptive the chirplet decomposition of unknown parameters to achieve difficult to literature [1] proposed a new fast algorithm for chirplet decomposition. The algorithm makes use of the secondary phase of the calculated signal function, the conclusion focused on energy distribution curve to tune the frequency of the signal by the peak detection chirplet tune frequency, time center and amplitude estimates then by solving chirp technology to obtain the initial frequency and width is estimated that the simulation results demonstrate the effectiveness of the proposed algorithm.)
- 2012-09-09 21:47:26下载
- 积分:1
-
2(5)
针对数字信号,计算该数字信号的幅频特性与频率响应(The calculation of the digital signal amplitude-frequency characteristic and the frequency response for digital signal)
- 2012-10-30 21:09:48下载
- 积分:1
-
AP_conformalarray.m
运用交替投影算法进行波束优化,可控制主瓣宽度及副瓣电平(The alternating projection algorithm is used to optimize the beam, which can control the width of the main lobe and the sidelobe level)
- 2021-03-12 16:19:24下载
- 积分:1
-
LFC-main
说明: 负荷频率控制(LFC)是调整系统的频率达到额定值(如50HZ)或/和维持区域联络线交换功率为计划值。频率稳定是电力系统电能质量的一个重要指标。负荷的任意突然变化都有可能导致系统间联络线交换功率的偏差及系统频率的波动。因此,为保证电能质量,需要一个负荷频率控制(load frequency control,LFC)系统,该系统的目的是将系统频率维持在标称值并且尽可能使控制区域之间的未计划的联络线交换功率最小。(Load frequency control (LFC) is to adjust the frequency of the system to reach the rated value (such as 50 Hz) or / and maintain the exchange power of the regional tie line to the planned value. Frequency stability is an important index of power quality in power system. Any sudden change of load may lead to the deviation of power exchange between tie lines and the fluctuation of system frequency. Therefore, in order to ensure the power quality, a load frequency control (LFC) system is needed. The purpose of the system is to maintain the system frequency at the nominal value and minimize the unplanned tie line exchange power between the control areas.)
- 2021-03-17 19:38:19下载
- 积分:1
-
voice-amplification
通信电子电路仿真实验中matlab仿真之语音放大(Communication electronic circuit simulation experiment simulation of Matlab voice amplification
)
- 2012-05-03 14:15:16下载
- 积分:1
-
photoandfunction
该程序包括matlab中一些图形处理函数和数值计算函数(The program includes a number of graphics processing matlab function and numerical calculation function)
- 2009-03-11 14:52:38下载
- 积分:1
-
DEFINEV
%DEFINEV Scaling vector and derivative
%
% [v,dv]= DEFINEV(g,x,l,u) returns v, distances to the
% bounds corresponding to the sign of the gradient g, where
% l is the vector of lower bounds, u is the vector of upper
% bounds. Vector dv is 0-1 sign vector (See ?? for more detail.)
%
% Copyright (c) 1990-98 by The MathWorks, Inc.
% $Revision: 1.2 $ $Date: 1998/03/21 16:29:10 $( DEFINEV Scaling vector and derivative [v, dv] = DEFINEV (g, x, l, u) returns v, distances to the bounds corresponding to the sign of the gradient g, where l is the vector of lower bounds , u is the vector of upper bounds. Vector dv is 0-1 sign vector (See?? for more detail.) Copyright (c) 1990-98 by The MathWorks, Inc. $ Revision: 1.2 $ $ Date : 1998/03/21 16:29:10 $)
- 2007-05-31 11:39:15下载
- 积分:1
-
Single_Carrier_FDMA(SC-FDMA)matlab
General Single_Carrier_FDMA(SC-FDMA)matlab simulation
- 2011-09-15 09:12:44下载
- 积分:1
-
repval
repval(X) finds all repeated values for input X, and their attributes.
(The input may be vector, matrix, char string, or cell of strings
Y=repval(X) returns the repeated values of X
[RV, NR, POS, IR]=repval(X) returns the following outputs
RV : Repeated Values (sorted)
NR : Number of times each RV was repeated
POS : Position vector of X of RV entries
IR : Index of repetition
Example:
X=[1 5 5 9 5 5 1]
[RV,NR,POS,IR]=repval(X)
Output:
RV = [1 5] Numbers 1 and 5 are repeated values
NR = [2 4] Respectively repeated 2 and 4 times
POS = [1 7 2 3 5 6] Position index of X for repeated values
IR = [1 1 2 2 2 2] Corresponding to which index of RV
)
- 2010-12-14 15:13:45下载
- 积分:1