-
OFDM_Signal
说明: 用于生成正交频分复用OFDM信号的Matlab仿真程序代码全面(Matlab simulation code for OFDM signals)
- 2010-05-04 21:17:10下载
- 积分:1
-
seisplot
用于画地震波形图,用变面积方式显示波形,使波形变得美观(For drawing a seismic waveforms with variable area display waveform, the waveform becomes beautiful)
- 2020-09-08 20:58:01下载
- 积分:1
-
matlabexamplefull(1)
这是我收集到的最全的关于matlab程序实例应用,尤其对于学习数学的同学最有帮助。很牛的,有需要的我还可以再传一些。免费为有需求的人写程序。(This is my collection of the most complete examples of the application of Matlab procedures, especially for students studying mathematics most helpful. Niu is, I need the re-some can. Free for the demand for a written procedure.)
- 2007-05-06 23:09:13下载
- 积分:1
-
ZVS-Transition
用软件PSIM实现软开关零电压转换 Integrated High-Power-Factor Converter With An ZVS Transition”(Soft switching zero voltage switching Integrated High-Power-Factor Converter With An ZVS Transition PSIM
)
- 2016-03-21 15:36:09下载
- 积分:1
-
sourse
本资源提供了几种matlab源代码,差值与拟合,规划问题,解方程,数值分析,非常有用。(Resources of several Matlab source code, the difference between fitting and planning problems, solving equations, numerical analysis, very useful.)
- 2012-04-12 09:03:40下载
- 积分:1
-
TSP_CE
Cross entropy for TSP problem matlab file
- 2015-02-17 13:55:39下载
- 积分:1
-
rectangular_surface
In this program we calculate the scattering field of a infinite rectangular surface. I use Physical Optic method and compare the result with exact solution.
- 2009-03-03 15:16:20下载
- 积分:1
-
bpsk_simulink
In this simulink model , BPSK modulation and demodulation is simulated .A square root raised cosine pulse shaped signal is modulated and given as input to the demodulator.The received signal
is demodulated and given to the detector where it is matched filtered and down-sampled .The effects of symbol timing offset
can be seen by varying the phase of down-sampling
operation.The signal transmitted is recovered
at the detector output.
- 2009-12-19 00:27:59下载
- 积分:1
-
UART_generator
UART自适应波特率发生器,其中是以文档的形式来介绍怎样实现UART波特率发生器的实现(Adaptive UART baud rate generator, which is in the form of a document to describe how to achieve the realization of UART baud rate generator)
- 2009-12-23 12:10:03下载
- 积分:1
-
lorentzfit
= lorentzfit (× )
lorentzfit 符合输入(× )与罗伦兹功能的形式
“ (× )= 1 / ((- 2)^ 2 + 3号)
输入
:因变量值[ 是] (× )
× :独立变量的值
输出功率
一:名单[ 1 2 3 ] 罗伦兹参数
示例
× = - 16:0.1:35
= 19.4 / ((- 7)^ 2 + 15.8)+ randn (大小(× )/ 10 )
= lorentzfit (× )
杰瑞德·威尔斯
11 / 15 / 11
杰瑞德威尔斯[ 点] [在] [ 点] 教育公爵(a = lorentzfit(y,x)
LORENTZFIT fits the input Y(X) with a Lorentzian function of the form
Y (X) = A1./((X- A2).^2+ A3)
INPUTS
Y : Dependent variable values [Y(X)]
X : Independent variable values
OUTPUT
A : List of Lorentzian parameters [A1 A2 A3]
EXAMPLE
x =-16:0.1:35
y = 19.4./((x- 7).^2+ 15.8)+ randn(size(x))./10
a = lorentzfit(y,x)
Jered R Wells
11/15/11
jered [dot] wells [at] duke [dot] edu)
- 2012-05-02 20:28:43下载
- 积分:1