登录
首页 » matlab » DSP_MATLAB

DSP_MATLAB

于 2007-11-22 发布 文件大小:57KB
0 275
下载积分: 1 下载次数: 147

代码说明:

  dsp实时处理,matlab仿真程序,应用于语音信号处理(dsp real-time processing, matlab simulation program, used in speech signal processing)

文件列表:

DSP_MATLAB
..........\exa010101.m
..........\exa011001_rand.m
..........\exa011002_rand.m
..........\exa011003_randn.m
..........\exa011004_sinc.m
..........\exa011005_chirp.m
..........\exa011006_conv.m
..........\exa011007_xcorr.m
..........\exa020502.m
..........\exa020503.m
..........\exa020801_filter.m
..........\exa020802.m
..........\exa020802_impz.m
..........\exa020803_freqz.m
..........\exa020804_zplane.m
..........\exa020805_residuez.m
..........\exa020806.m
..........\exa020807.m
..........\exa030101.m
..........\exa030102.m
..........\exa030201.m
..........\exa030202.m
..........\exa030203.m
..........\exa030701.m
..........\exa030702.m
..........\exa030903.m
..........\exa031101_conv.m
..........\exa031101_fftfilt.m
..........\exa031102_hilbert.m
..........\exa040801_fft.m
..........\exa040802_czt.m
..........\exa050101.m
..........\exa050401_1.m
..........\exa050401_2.m
..........\exa050402.m
..........\exa050403.m
..........\exa050501.m
..........\exa050901_filtfilt.m
..........\exa050902_grpdelay.m
..........\exa050903_tf2latc.m
..........\exa050904_latcfilt.m
..........\exa050905_tf2ss.m
..........\exa060601.m
..........\exa060603.m
..........\exa060701_1.m
..........\exa060701_2.m
..........\exa060701_3.m
..........\exa060702_1.m
..........\exa060702_2.m
..........\exa060703_1.m
..........\exa060703_2.m
..........\exa070101.m
..........\exa070500_1.m
..........\exa070500_2.m
..........\exa070500_3.m
..........\exa070900.m
..........\exa070901_fir1.m
..........\exa070902_fir2.m
..........\exa070903_remez_1.m
..........\exa070903_remez_2.m
..........\exa070904_remezord_1.m
..........\exa070904_remezord_2.m
..........\exa080901_dct1.m
..........\exa080901_dct1_test.m
..........\exa080902_dct2.m
..........\exa080903_LOT_1D.m
..........\exa090300_1.m
..........\exa090300_2.m
..........\exa090501.m
..........\exa090801_in_de_re.m
..........\exa090802_modulate.m
..........\exa090803_deconv.m
..........\exa090804_svd.m
..........\exa100800_corrcoef.m
..........\exa100800_cov.m
..........\exa100800_xcov.m
..........\exa100801_cohere.m
..........\exa100802_tfe.m
..........\exa110701_pwelch.m
..........\exa110702_specgram.m
..........\exa121201_pburg.m
..........\exa121201_pcov.m
..........\exa121201_peig.m
..........\exa121201_pmcov.m
..........\exa121201_pmem.m
..........\exa121201_pmusic.m
..........\exa121201_pyulear.m
..........\exa121202.m
..........\exa130100.m
..........\exa130201.m
..........\exa130301.m
..........\exa130302_ab.m
..........\exa130302_cd.m
..........\exa130401.m
..........\fast_LOT.m

..........\rounding.m
..........\test.mat
..........\truncation.m

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

发表评论

0 个回复

  • Solution-24point
    haskell实现24点,输出所有可能的计算式(haskell, calculating the 24 point, inputing all the method to get 24)
    2014-11-17 22:39:34下载
    积分:1
  • shuizhunwang
    基于matlab的条件平差方法的实现,以水准网为例构建条件方程(Implementation of the method based on the matlab conditions adjustment, leveling network, for example to build conditional equation)
    2013-05-11 15:37:18下载
    积分:1
  • NoiseCancellation
    It is the matlab code for denoising an EEG signal using adaptive algorithm. Moreover, the code also explains the performance difference between IIR and FIR comapared to adaptive techniques
    2014-02-18 12:29:06下载
    积分:1
  • TSPM
    tabu search scheduling problem using matlab
    2020-06-23 06:20:02下载
    积分:1
  • sc
    说明:  SC Display/output truecolor images with a range of colormaps
    2009-03-29 04:38:32下载
    积分:1
  • BroadbandMIMO-OFDMwirelesscommunications
    一篇关于宽带MIMO-OFDM系统的文章,从最基本的系统结构,到复杂的信道估计等都有极其详细的论述,可以说代表了当今MIMO-OFDM系统研究的潮流和研究现状的总述!(one of the Broadband MIMO-OFDM articles from the most basic system structure, to complex channel estimation and others all have very detailed exposition It can be said on behalf of today's MIMO-OFDM system and the trend of the total study to the status quo!)
    2007-05-04 23:24:13下载
    积分:1
  • matlab_fn
    Matlab M-Files:There are four ways of doing code in Matlab. One can directly enter code in a terminal window. This amounts to using Matlabas a kind of calculator, and it is good for simple, low-level work. The second method is to create a script M-fi le. Here, one makes a fi le with the same code one would enter in a terminal window. When the fi le is “run”, the script is carried out. The third method is the function M-fi le. This method actually creates a function, with inputs and outputs. The fourth method will not be discussed here. It is a way to incorporate C code or FORTRAN code into Matlab this method uses .mex fi les. We will not disucss it here.
    2013-07-09 16:49:20下载
    积分:1
  • Signals-and-SystemsAnalysis-and-threalization-of-M
    1. 该光盘包含了“信号与系统分析及MATLAB实现”一书的第十一章所有程序; 2. 为了方便读者阅读程序,所有程序均采用中文注释。MATLAB的程序编辑器不支持中文显示,用户只需在Word下直接打开源程序文件,即可阅读程序中的中文注释; 3. 程序文件的命名分为以下三种类型: (1) 若为书中例题的程序,则程序文件名一律以ex开头,后面跟4位数字(前两位表示章号,后两位表示例题序号)表示的该程序所在例题的编号。例如,ex0603.m是例6.3的程序,而ex1102.m则是例11.2的对应程序。 (2) 若为书中图形的实现程序,则程序文件名一律以figure开头,后面跟4位数字(前两位表示章号,后两位表示图形序号)表示的该程序所绘图形的编号。例如,figure1203.m是实现图12.3的程序,而figure0710.m则是实现图7.10的对应程序。 (3) 若为函数文件,则直接以函数名命名,例如文件sconv.m即是书中函数sconv()的对应程序。 ()
    2008-06-06 11:42:00下载
    积分:1
  • CVPR09-best-paper
    CVPR最佳论文,暗通道去雾。这里提供了一种实现方法的源代码。(CVPR09 best paper)
    2011-08-04 11:47:52下载
    积分:1
  • BER
    说明:  基带信号通过高斯信道和瑞利信道的误码率的计算和仿真,并分别与各自的理论误码率曲线相比较(Baseband signal through AWGN channel and Rayleigh channel bit error rate calculation and simulation, and separately with their respective theoretical BER curves compared)
    2011-02-24 10:25:55下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载