登录
首页 » matlab » MATLAB65

MATLAB65

于 2007-07-02 发布 文件大小:12747KB
0 301
下载积分: 1 下载次数: 264

代码说明:

  最好的MATLAB书,即可以作入门教材,又可以做实用手册。买的话贵了一点,现在出了7.0版,但是还是这本6.5版经典。个人认为最先出的书是有真知灼见的作者写的,后来的都是抄别人的。(the best book that can make introductory materials, can do practical manual. Buy the expensive, but now a version 7.0, or 6.5 version of this classic. Personally think that the first book is a vision of the author, were later copied by others.)

文件列表:

精通 MATLAB 6_5版_11119962
..........................\!00001.pdg
..........................\!00002.pdg
..........................\!00003.pdg
..........................\!00004.pdg
..........................\!00005.pdg
..........................\!00006.pdg
..........................\000001.pdg
..........................\000002.pdg
..........................\000003.pdg
..........................\000004.pdg
..........................\000005.pdg
..........................\000006.pdg
..........................\000007.pdg
..........................\000008.pdg
..........................\000009.pdg
..........................\000010.pdg
..........................\000011.pdg
..........................\000012.pdg
..........................\000013.pdg
..........................\000014.pdg
..........................\000015.pdg
..........................\000016.pdg
..........................\000017.pdg
..........................\000018.pdg
..........................\000019.pdg
..........................\000020.pdg
..........................\000021.pdg
..........................\000022.pdg
..........................\000023.pdg
..........................\000024.pdg
..........................\000025.pdg
..........................\000026.pdg
..........................\000027.pdg
..........................\000028.pdg
..........................\000029.pdg
..........................\000030.pdg
..........................\000031.pdg
..........................\000032.pdg
..........................\000033.pdg
..........................\000034.pdg
..........................\000035.pdg
..........................\000036.pdg
..........................\000037.pdg
..........................\000038.pdg
..........................\000039.pdg
..........................\000040.pdg
..........................\000041.pdg
..........................\000042.pdg
..........................\000043.pdg
..........................\000044.pdg
..........................\000045.pdg
..........................\000046.pdg
..........................\000047.pdg
..........................\000048.pdg
..........................\000049.pdg
..........................\000050.pdg
..........................\000051.pdg
..........................\000052.pdg
..........................\000053.pdg
..........................\000054.pdg
..........................\000055.pdg
..........................\000056.pdg
..........................\000057.pdg
..........................\000058.pdg
..........................\000059.pdg
..........................\000060.pdg
..........................\000061.pdg
..........................\000062.pdg
..........................\000063.pdg
..........................\000064.pdg
..........................\000065.pdg
..........................\000066.pdg
..........................\000067.pdg
..........................\000068.pdg
..........................\000069.pdg
..........................\000070.pdg
..........................\000071.pdg
..........................\000072.pdg
..........................\000073.pdg
..........................\000074.pdg
..........................\000075.pdg
..........................\000076.pdg
..........................\000077.pdg
..........................\000078.pdg
..........................\000079.pdg
..........................\000080.pdg
..........................\000081.pdg
..........................\000082.pdg
..........................\000083.pdg
..........................\000084.pdg
..........................\000085.pdg
..........................\000086.pdg
..........................\000087.pdg
..........................\000088.pdg
..........................\000089.pdg
..........................\000090.pdg
..........................\000091.pdg
..........................\000092.pdg
..........................\000093.pdg

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

发表评论

0 个回复

  • Betweenness
    这个程序可以用来计算复杂网络中的介数,稍微修改就可以实现边介数和点介数的计算。(This program can be used to calculate the number of referrals of complex networks, a slight modification can calculate the number of edges and points referral referral number.)
    2013-12-26 10:17:30下载
    积分:1
  • Matlab-C-CPP
    MATLAB与c/C++ 混合编程,提高程序运行效率(Hybrid programming between MATLAB and C++)
    2015-03-30 21:15:09下载
    积分:1
  • matlab
    包含matlab相关100个实用小程序,以txt文档记录下来 1-32是:图形应用篇 33-66是:界面设计篇 67-84是:图形处理篇 85-100是:数值分析篇 (Matlab-related contains 100 small utility program to record 1-32 txt document is: application of articles 33-66 are graphic: interface design articles 67-84 is: is the graphics chapter 85-100: Numerical Analysis Section)
    2010-11-13 15:55:09下载
    积分:1
  • StockAnalysis
    Stock Analysis m files
    2013-03-25 01:27:42下载
    积分:1
  • yahoostock
    yahoo股票历史数据下载器,matlab编写(yahoo stock historical data downloader, matlab write)
    2009-09-24 19:16:23下载
    积分:1
  • medianfilter(matlab)
    本程序是对均值滤波方法和中值滤波方法的去噪效果对比的MATLAB程序(This procedure is a mean filter and median filter denoising methods MATLAB procedures contrast effect)
    2009-05-28 16:23:40下载
    积分:1
  • signal_procesing_using_matlab
    数字信号处理基于matlab 文件内容 /conv(卷积部分) dupconv 重叠保留法 freqcirconv 频域圆周卷积 freqconv 频域卷积 timecirconv 时域圆周卷积 timeconv 时域卷积 /fft(频域分析部分) d2fft 基2FFT dft DFT最简化程序 dtft DTFT演示 /fir(fir滤波器设计) fir 得到fir滤波器hn getwindow 得到fir滤波器窗函数wn idealfilter 理想滤波器(低通,高通,带通)hdn idealhd 理想低通滤波器 /fir gui(fir滤波器GUI设计) gui_top 总图 gui_fir fir滤波器GUI gui_sigout 选择信号GUI /power caculate(功率谱分析) directpower 直接谱分析 indirectpower 间接谱分析(估计谱分析) noise 噪声谱分析 /sigout(常见信号产生) sigout 离散信号产生(Digital signal processing matlab based on the content of the document/conv (convolution part) dupconv law of reservations freqcirconv overlapping frequency domain circular convolution freqconv frequency domain convolution timecirconv time-domain circular convolution timeconv time-domain convolution/fft (frequency domain analysis part) d2fft base 2FFT dft DFT the most simplified procedure dtft DTFT demo/fir (fir filter design) fir be fir filter hn getwindow be fir filter window function wn idealfilter ideal filter (low pass, high pass, band-pass) hdn idealhd ideal low-pass Filter/fir gui (fir filter GUI design) gui_top general layout gui_fir fir filter selection GUI gui_sigout signal GUI/power caculate (power spectrum analysis) directpower direct spectral analysis indirectpower indirect spectral analysis (spectral analysis estimated) noise noise spectrum analysis/sigout (common signals) sigout discrete signals)
    2008-07-14 21:28:29下载
    积分:1
  • FastICA
    独立分量分析的一种快速算法,适合初学者学习。(Independent component analysis of a fast algorithm, suitable for beginners to learn.)
    2011-09-02 16:39:14下载
    积分:1
  • mimo-imaging-design
    MIMO雷达成像设计MIMO雷达成像设计MIMO雷达成像设计(MIMO imaging design)
    2015-05-24 14:03:41下载
    积分:1
  • To_plot_the_Blackman_window_for_filters
    blackman window for filter matlab code with example
    2011-01-14 15:12:40下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载