-
QP
说明: 最优化计算一书中二次规划源代码,已通过测试,可直接运行!(Optimization calculation of a book quadratic programming source code, and have passed the tests, can be directly run.)
- 2012-05-08 15:32:54下载
- 积分:1
-
VC-or-matlab
VC与Matlab混合编程的实现,对于实现二者之间的联合编程有帮助(VC and Matlab mixed programming, joint programming between the two)
- 2012-05-22 10:23:39下载
- 积分:1
-
Communication-Systems---4ed---Haykin
Communication system
- 2014-10-15 04:16:34下载
- 积分:1
-
d3d2587f5741
matlab 压缩包文件,基于时频分析的isar回波处理历程,基于时频分析的多分量现形调频信号处理- (matlab compressed package file, based on time-frequency analysis isar the echo processing history, based on time-frequency analysis of multi-component betray oneself FM signal processing-)
- 2013-03-20 10:02:05下载
- 积分:1
-
pudn_am3yv2
使用MATLAB程序编写的MP4视频转换程序,支持elPCSk格式和fglkKMu格式的转换,解码时音视频数据的获取就是建立在此之上的,学习MP4的最佳程序
(Using MATLAB programming MP4 video conversion program that supportselPCSk format and formatfglkKMu conversion, access is built on top of this, the best learning program MP4 audio and video data decoding
)
- 2015-12-27 15:36:58下载
- 积分:1
-
DeepLearnToolbox-master
CNN,DBN算法可以对手写体数字进行识别,准确率高(CNN and DBN algorithm can recognize handwritten numerals with high accuracy)
- 2020-06-19 19:20:02下载
- 积分:1
-
tri
minimum selection table sorting
- 2013-04-14 23:43:41下载
- 积分:1
-
BP成像算法(BP_IF.M)
BP成像算法(BP_IF.M)
- 2021-05-06下载
- 积分: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
-
Simplified_residual_phase_correction_mechanism_for
OFDM,802.11的残余相位补偿算法,用于分析非理想同步的情况(OFDM, 802.11 residual phase compensation algorithm, is used to analyze the situation of non-ideal synchronization)
- 2008-08-06 11:32:45下载
- 积分:1