-
array-of-loundspeakers
阵列声源声场模拟的matlab程序(包括声柱,同相点声源等)( simulation of spk arriys’acoustic performance )
- 2020-11-05 11:29:52下载
- 积分:1
-
uyinwavelet
利用小波方法对语音信号进行去噪,取得了很好的效果。(The method of voice signal using wavelet denoising, and achieved good results.)
- 2014-07-23 17:14:30下载
- 积分:1
-
active_learning
综合了主动学习和半监督学习的多项算法,很有价值的学习资料(Combination of active learning and a number of semi-supervised learning algorithm, learning valuable information)
- 2010-08-06 15:47:56下载
- 积分:1
-
cvxruanjianbaoshiyongshouce
说明: CVX软件包使用手册,CVX是个与matlab相关的工具包,CVX里面的很多东西可以在matlab中调用。(CVX package user manual, CVX is associated with matlab toolkit, CVX inside a lot of things can call matlab.)
- 2008-11-12 10:50:29下载
- 积分:1
-
mppt
光伏MPPT 电池模型 以及最大功率追踪~~~~~~~~~(PV MPPT battery model and the maximum power tracking ~~~~~~~~~)
- 2020-10-04 17:17:40下载
- 积分:1
-
xiaobobao
ch3=softt(h3,thr1 clear
clc
I=imread( lena512.bmp )
imshow(I)
I=double(I)
II=I+30*randn(size(I))
figure
imshow(II,[])
[a1,h1,v1,d1]=dwt2(II, sym8 )
[a2,h2,v2,d2]=dwt2(a1, sym8 )
[a3,h3,v3,d3]=dwt2(a2, sym8 )
sigma=median(abs(d1(:)))/0.6745
x=3*sigma
thr1=x*2^(-1) thr2=x*2^(-0.5) thr3=x 小波图像去噪( ch3=softt(h3,thr1 clear
clc
I=imread( lena512.bmp )
imshow(I)
I=double(I)
II=I+30*randn(size(I))
figure
imshow(II,[])
[a1,h1,v1,d1]=dwt2(II, sym8 )
[a2,h2,v2,d2]=dwt2(a1, sym8 )
[a3,h3,v3,d3]=dwt2(a2, sym8 )
sigma=median(abs(d1(:)))/0.6745
x=3*sigma
thr1=x*2^(-1) thr2=x*2^(-0.5) thr3=x )
- 2012-05-26 11:08:34下载
- 积分:1
-
MATLAB6.5
统讲述MATLAB6.5 的集成工作平台,引导读者初会MATLAB 基本用法。
第二、三章系统叙述MATLAB6.1 的四大基本数据类型(数值数组、字符串数组、元胞数组、
构架数组),至于其它扩展数据类型(函数句柄、符号数据、内联函数、unit 数组、稀疏类)
则另辟章节专述。此后,本书用九个独立章分述MATLAB6.5 的数值计算、符号计算、函数
和数据可视、面向对象编程、GUI 交互操作界面设计、EXE 独立应用程序生成、实现不同
软件平台交互的API、M-book 数据图形文字环境集成等八大通用功能。本书用专门的一章
深入浅出地阐明SIMULINK 的分层建模、仿真功能、与MATLAB 交互的功能。(The the integration work platform on the system tells MATLAB6.5 the guide readers to the beginning of MATLAB basic usage. The second and third chapters system described the MATLAB6.1 four basic data types (numeric array, string array, cell array, the array architecture), as extended data types (function handle symbol data, inline functions, unit array , the sparse class) are covered in separate chapters specifically mentioned. Since then, with nine separate chapter book are as MATLAB6.5 the numerical computation, symbolic computation, functions, and data visualization, object-oriented programming, GUI interactive interface design, EXE standalone application generation, different software platform to interact The data graphics API, M-book text environment integration Eight generic function. Book special chapter layman' s language to clarify SIMULINK hierarchical modeling, simulation capabilities, and MATLAB interaction.)
- 2012-11-04 14:16:13下载
- 积分:1
-
nup_PVpanel
its a simulation of a PV panel of 200 W. based on mathematical equations simulated in sim powersystems of matlab.
- 2013-02-07 14:58:55下载
- 积分:1
-
CP0203
MATLAB文件。《超宽带无线电基础》配套程序,第二章第3个例程。用于产生QPSK编码。(MATLAB file. Ultra-wideband radio base matching program, the first chapter of a routine. QPSK for generating code.)
- 2015-01-28 10:57:16下载
- 积分:1
-
levinson
图1为均衡带限信号所引起失真的横向或格型自适应均衡器(其中横向FIR系统长M=11), 系统输入是取值为±1的随机序列,其均值为零;参考信号;信道具有脉冲响应:
式中用来控制信道的幅度失真(W = 2~4, 如取W = 2.9,3.1,3.3,3.5等),且信道受到均值为零、方差(相当于信噪比为30dB)的高斯白噪声的干扰。试比较基于下列几种算法的自适应均衡器在不同信道失真、不同噪声干扰下的收敛情况(对应于每一种情况,在同一坐标下画出其学习曲线):
1)横向/格-梯型结构LMS算法
2)横向/格-梯型结构RLS算法
并分析其结果。(Figure 1 is a band-limited signal caused balanced horizontal or lattice distortion adaptive equalizer (FIR system in which the lateral length M = 11), the system input is the value of a random sequence of ± 1, mean zero reference signal channel has impulse response:
Wherein the amplitude of the distortion for the control channel (W = 2 ~ 4, and so as to take W = 2.9,3.1,3.3,3.5), and subjected to a channel with zero mean and variance (equivalent SNR is 30dB) Gaussian white noise. Compare the following types of algorithm-based adaptive equalizer in a different channel distortion, the convergence of different noise interference (corresponding to each situation, draw their learning curve in the same coordinate):
1) landscape/grid- LMS algorithm ladder structure
2) landscape/grid- RLS algorithm ladder structure
And analyze the results.)
- 2020-07-02 22:40:01下载
- 积分:1