-
main
MATLAB中GUI的设计实例,其中包括语音信号的录制、采样、滤波、重构、以及计算语音信号的频谱特性。(MATLAB GUI design example, including voice signal sampling, filtering, recording, and calculate the reconstruction, the speech signal spectrum characteristics.)
- 2010-07-15 16:12:22下载
- 积分:1
-
script2_music_circulaire.m.tar
fs = 8000 t = (0:1/fs:1).
x1 = cos(2*pi*t*300) x2 = cos(2*pi*t*400)
ha = phased.ULA( NumElements ,10, ElementSpacing ,1)
ha.Element.FrequencyRange = [100e6 300e6]
fc = 150e6
x = collectPlaneWave(ha,[x1 x2],[10 20 45 60] ,fc)
rng default
noise = 0.1/sqrt(2)*(randn(size(x))+1i*randn(size(x)))
hdoa = phased.ESPRITEstimator( SensorArray ,ha,...
OperatingFrequency ,fc)
doas = step(hdoa,x+noise)
az = broadside2az(sort(doas),[20 60])
- 2014-01-11 00:13:46下载
- 积分:1
-
sanciyangtiao
三次样条插值法,MATLAB程序,计算方法作业,内有说明(Cubic spline interpolation method, MATLAB procedures, calculation methods work, there are instructions)
- 2015-03-26 14:15:28下载
- 积分:1
-
16QAM
16QAM 调制解调的matlab仿真及误码率的计算。(16QAM modulation and demodulation)
- 2018-04-12 10:45:32下载
- 积分:1
-
work
1) 以身高为例,画出男女生身高的直方图并做对比;
2) 采用最大似然估计方法,求男女生身高以及体重分布的参数;
3) 采用贝叶斯估计方法,求男女生身高以及体重分布的参数(假定方差已知,作业请注明自己选定的一些参数情况);
4) 采用最小错误率贝叶斯决策,画出类别判定的决策面。并判断某样本的身高体重分别为(160,45)时应该属于男生还是女生?为(178,70)时呢?(1) taking height as an example, draw the histogram of male and female students and compare them;
2) the maximum likelihood estimation method was used to calculate the height and weight distribution parameters of male and female students;
3) using Bayesian estimation method to find the parameters of height and weight distribution of male and female students (assuming the variance is known, please indicate some of the parameters selected by the job);
4) using the minimum error rate Bayes decision, draw the decision surface of category decision. And determine the height and weight of a sample respectively (160,45), should belong to the boys or girls? What about (178,70)?)
- 2020-10-07 09:47:37下载
- 积分:1
-
ImageWienerFilter
维纳滤波程序,图像复原中的维纳滤波复原程序,很有用的
(ImageWienerFilter)
- 2020-12-12 11:39:17下载
- 积分:1
-
wahwah
模拟吉他效果器的wah wah(crybaby)effect,程式码里附有注解,希望对大家有帮助谢谢(Analog guitar effects of the wah wah (crybaby) effect, where annotated code, want to help us thank you)
- 2010-02-24 00:20:16下载
- 积分:1
-
liziqun
说明: 粒子群算法 ,matlab M文件编程实现(Particle swarm optimization, matlab M File Programming)
- 2011-03-13 16:56:36下载
- 积分:1
-
footprint
matlab实现的视频指纹采集,可以用指纹来辨别两个视频是否相似(matlab achieve video fingerprint acquisition, can be used fingerprints to identify the two video whether similar)
- 2013-03-14 17:02:28下载
- 积分:1
-
Nonlinear-Programming
求解非线性规划的课件及源码,写的还不错,有需要的可以下载看看~(Solving Nonlinear Programming and source courseware, written in good, there is a need can be downloaded to)
- 2013-04-17 08:47:42下载
- 积分:1