-
demodula
BPSK解调的matlab仿真程序,里面包括匹配滤波器,同步,解调,误码计算等(BPSK demodulation of Matlab simulation program, which includes matching filter, synchronous demodulation, BER calculation)
- 2006-10-18 15:30:28下载
- 积分:1
-
demospp
in this program I have simulated SPP method for iris data.
- 2012-05-27 17:46:17下载
- 积分:1
-
Reliability--of-Wind-Farm-bess-
对含储能和风电的电力系统进行了可靠性评估,利用序贯蒙特卡洛法,把风储系统接入IEEE-RBTS系统来仿真,探讨了风电场、储能系统、储能容量和储能最大充放电功率对系统可靠性的具体影响。(The reliability of the power system with energy storage and wind power is uated. The wind storage system is connected to the IEEE-RBTS system by using the sequential Monte Carlo method. The wind farm, energy storage system, storage capacity and storage capacity are discussed. The maximum impact of the maximum charge and discharge power on the system reliability.)
- 2021-05-08 17:38:35下载
- 积分:1
-
223911998puzzle
some solutions for the nomal questions with matlab
- 2010-09-23 02:21:50下载
- 积分:1
-
final
本程序设计了一个最佳升余弦滚降系统,包括输入输出信号的波形、功率谱、眼图和系统误码率曲线(This procedure is designed or one of the best cosine roll-off system, including input and output signal waveform, power spectrum, eye diagram and BER curves)
- 2009-04-16 11:20:13下载
- 积分:1
-
mini2
clear all
clc
t=0:1/1000:10-1/1000
s=sin(2*pi*t)
snr=20
s_power=var(s) varience of s
linear_snr=10^(snr/10)
factor=sqrt(s_power/linear_snr)
noise=randn(1,length(s))*factor
x=s+noise Ó É SNR¼ Æ Ë ã Ë æ » úÔ ë É ù
x1=noise Ô ë É ùÔ ´ Ê ä È ë
x2=noise
w1=0 È ¨Ï µ Ê ý ³ õ Ö µ
w2=0
e=zeros(1,length(x))
y=0
u=0.05
for i=1:10000 LMSË ã ·¨
y(i)=w1*x1(i)+w2*x2(i)
e(i)=x(i)-y(i)
w1=w1+u*e(i)*x1(i)
w2=w2+u*e(i)*x2(i)
end
figure(1)
subplot(4,1,1)
- 2010-10-26 16:41:03下载
- 积分:1
-
MATLAB5.3_handbook
说明: MATLAB5.3精要、编程及高级应用
MATLAB适于工程计算、绘图、算法处理(MATLAB5.3 essence, MATLAB programming and advanced applications suitable for engineering calculations, drawings, algorithms deal with)
- 2008-09-05 17:06:09下载
- 积分:1
-
mvdrGenQWQ
Algorithm for Generating Random Number with Multi-dimensional Discrete Distribution
- 2010-11-11 08:51:01下载
- 积分:1
-
my_fft
使用matlab编写fft算法,主要使用外中内三层循环,把时域的信号序列转化为频域的信号
(Prepared using matlab fft algorithm, outside the three cycles, the time-domain signal sequence into the frequency domain signal)
- 2013-04-23 10:39:20下载
- 积分:1
-
ICA
独立成份分析问题,应用于声音的分离。此程序可以对两个混合的声音进行分离。(Independent component analysis problem, applied to the separation of sound. This program can be two separate mixed voices.)
- 2010-07-24 17:09:12下载
- 积分:1