-
frame
展现不同的绘图功能,同时展现不同帧率下的图形图像,给出绘图函数。(To show different graphics, different frame rates while showing graphic images, drawing functions are given.)
- 2011-02-15 23:46:31下载
- 积分:1
-
DSPANDMATLAB
这是数字信号处理的好资料,详细地介绍如何用MATLAB进行信号分析与处理,想学习的可以下载看看。(This is good information on digital signal processing, detailed information on how to use MATLAB for signal analysis and processing, want to study can be downloaded to see.)
- 2010-05-11 20:07:31下载
- 积分:1
-
lowpassfilter
利用Kaiser窗设计一个低通滤波器,通带参数、阻带参数、阻带衰减、通带纹波都可以进行调整。程序简单易懂,按照凯塞窗设计滤波器的步骤,非常容易理解,得到的参数可以在MATLAB命令窗口中看到。(Kaiser window design using a low-pass filter, pass parameters, the stopband parameters, stopband attenuation, passband ripple can be adjusted)
- 2011-07-15 21:30:09下载
- 积分:1
-
Reed-Solomon-with-QPSK
The TransferJet Tech. uses concatenated channel codeing (Reed-Solomon coding & convolutional coding) scheme. For, Reed-Solomon coding, r=224/240,16 parity bit. For Convolutional coding, K=3, r=1/2.
- 2011-07-17 01:04:09下载
- 积分:1
-
DAB2
自己根据原理搭的仿真,单移相控制,给需要的朋友。(To people who need it.)
- 2017-09-07 21:10:01下载
- 积分:1
-
ring
SVC(Support Vector Clustering)ToolBox,支持向量聚类所需要数据文件,ring,作者为 daewon lee(dataset for SVC(Support Vector Clustering)ToolBox,ring,prosed by daewon lee)
- 2010-07-08 19:00:28下载
- 积分:1
-
harmonic_analysis_of_one_month_data
潮汐调和分析 利用t-tide程序对实测数据资料进行的潮位调和分析 求出调和常数(Tidal harmonic analysis procedure using t-tide data for the measured harmonic analysis of tidal harmonic constants obtained)
- 2020-06-29 23:40:02下载
- 积分: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
-
H.248
介绍有关H.248的内容 相当有用 价值比较高(H。248)
- 2009-11-19 20:49:19下载
- 积分:1
-
PROGRAMME-Differentielle
programme de methodes numerique pour la resolution des equations differentielle
- 2009-12-17 20:13:33下载
- 积分:1