登录
首页 » Matlab » 完整的虚拟阵元进行DOA估计代码

完整的虚拟阵元进行DOA估计代码

于 2022-03-25 发布 文件大小:6.27 kB
0 17
下载积分: 2 下载次数: 1

代码说明:

完整的基于HMM的语音识别系统,验证可用,Matlab实现界面友好,随机调制信号下的模拟ppm,相参脉冲串复调制信号,包括主成分分析、因子分析、贝叶斯分析。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • fft
    matlab编写的基-2fft快速付里叶算法程序,输入倒位序,输出自然顺序。(Matlab prepared by the base-2fft fast Fourier algorithm procedures inversion input sequence, Output of natural order.)
    2007-06-30 00:13:02下载
    积分:1
  • ImageProcessingbyYikwang
    This ia s simple Matlab code on image processing. It perform a negative on image, enhance the image and convert the image to gray-scale.
    2010-11-02 09:39:45下载
    积分:1
  • 3877892szbs
    实现数字波束形成性能仿真分析,可以激情享用。(To attain the digital beamforming performance, I wish you would enlarge the program.)
    2011-01-18 21:55:57下载
    积分:1
  • PCM
    说明:  MATLAB 程序,基于GUI界面设计的PCM调制、编码的仿真(MATLAB program, based on the GUI interface design of PCM modulation, coding, simulation)
    2008-11-21 20:52:00下载
    积分:1
  • MatchedFilter.m
    Matched filter creator for matlab
    2011-05-30 23:37:58下载
    积分:1
  • QPSKpOQPSK
    个给定一段信号,采用不同的方法实现QPSK和OQPSK调试信号仿真(A given period of the signal, using different methods to achieve QPSK and OQPSK signal simulation debugging)
    2011-06-08 01:02:13下载
    积分:1
  • case6ww
    ieee case6应用并且附相关论文(Research on reactive power optimization method of power distribution network system)
    2020-12-16 16:39:13下载
    积分:1
  • 协同通信的MATLAB仿真代码
    协同通信的MATLAB仿真代码 g = [ 1 1 1; 1 0 1 ]; x1 = round(rand(1, 112)); % info. bits 信息比特 CRC_CCITT = CRC_16(x1); x =[x1,CRC_CCITT] %加上CRC 比特信息 input = x; output1 = rsc_encode(g,input,1) t = poly2trellis(3,[7 5],7); % Define trellis. code = convenc(x,t)% Encode the data. err = sum(abs(code - output1(1:end-4))) ncode = awgn(code,4,"measured"); % Add noise. opmode = "trunc"; %操作模式 tblen1 = 5; decode1= vitdec(-ncode, t, tblen1, opmode, "unquant"); err1 = sum(abs(decode1 - x)) qcode = quantiz(ncode,[0.001,.1,.3,.5,.7,.9,.999]); add =zeros(1,96); qcode = [qcode,add]; tblen = 48; delay = tblen; % Traceback length decode2 = vitdec(qcode,t,tblen,"cont","soft",3); % Decode. %[number,ratio] = biterr(decode2(delay+1:end),x(1:end-delay)) %err2 = sum(abs(decode2 - x)) [number,ratio] = biterr(decode2(delay+1:end),x(1:end)) err2 = sum(abs(decode2(delay+1:end) - x))
    2022-08-08 06:54:23下载
    积分:1
  • sfrmat2_guide
    适用于MATLAB处理图形,调配mtf,调制传递函数(SFR method for SFR, suitable for MATLAB processing graphics, deployment mtf)
    2020-09-15 21:27:56下载
    积分:1
  • PCA Based Face Recognition System Using ORL Database
    This package implements a well-known PCA-based face recognition method, which is called "Eigenface". The program is easy to use. Furthermore, a sample Project file "ProjectPCA.m" is added that demonstrate how to use, ORL training and test database is also included to show Performance comparison for execution time and Recognition percentage, on different size of testing and training dataset.
    2022-01-25 22:54:43下载
    积分:1
  • 696524资源总数
  • 103833会员总数
  • 52今日下载