登录
首页 » matlab » matlabfzfx

matlabfzfx

于 2010-06-05 发布 文件大小:29KB
0 188
下载积分: 1 下载次数: 2

代码说明:

  Matlab 6.X辅助小波分析与应用的源码,有许多matlab小波的代码(Matlab 6.X auxiliary source and application of wavelet analysis, there are many wavelet matlab code)

文件列表:

matlab6.5辅助小波分析与应用例程
...............................\文件命名说明.doc,19456,2002-11-07
...............................\第七章
...............................\......\Example7_1.m,502,2002-11-06
...............................\......\Example7_10.m,680,2002-11-06
...............................\......\Example7_11.m,336,2002-11-06
...............................\......\Example7_12.m,510,2002-11-06
...............................\......\Example7_13.m,551,2002-11-06
...............................\......\Example7_14.m,639,2002-11-06
...............................\......\Example7_15.m,1020,2002-11-06
...............................\......\Example7_2.m,248,2002-11-06
...............................\......\Example7_3.m,2127,2002-11-06
...............................\......\Example7_4.m,861,2002-11-06
...............................\......\Example7_5.m,760,2002-11-06
...............................\......\Example7_6.m,1125,2002-11-06
...............................\......\Example7_7.m,1104,2002-11-06
...............................\......\Example7_8.m,813,2002-11-06
...............................\......\Example7_9.m,1288,2002-11-06
...............................\第二章
...............................\......\Example2_11_1.m,390,2002-11-06
...............................\......\Example2_1_1.m,194,2002-11-06
...............................\......\Example2_2_1.m,158,2002-11-06
...............................\......\Example2_3_1.m,1263,2002-11-06
...............................\......\Example2_4_1.m,2490,2002-11-06
...............................\......\Example2_5_1.m,2071,2002-11-06
...............................\......\Example2_6_1.m,3487,2002-11-06
...............................\第六章
...............................\......\Example6_1.m,581,2002-11-06
...............................\......\Example6_10.m,386,2002-11-06
...............................\......\Example6_11.m,1231,2002-11-06
...............................\......\Example6_12.m,262,2002-11-06
...............................\......\Example6_13.m,144,2002-11-06
...............................\......\Example6_14.m,505,2002-11-06
...............................\......\Example6_15.m,647,2002-11-06
...............................\......\Example6_16.m,454,2002-11-06
...............................\......\Example6_17.m,357,2002-11-06
...............................\......\Example6_2.m,1151,2002-11-06
...............................\......\Example6_3.m,653,2002-11-06
...............................\......\Example6_4.m,576,2002-11-06
...............................\......\Example6_5.m,195,2002-11-06
...............................\......\Example6_6.m,249,2002-11-06
...............................\......\Example6_7.m,493,2002-11-06
...............................\......\Example6_8.m,1291,2002-11-06
...............................\......\Example6_9.m,373,2002-11-06
...............................\第四章
...............................\......\binlinfo.m,429,2002-11-06
...............................\......\binlwavf.m,1526,2002-11-06
...............................\......\Example4_2_1.m,1098,2002-11-06
...............................\......\Example4_2_2.m,324,2002-11-06
...............................\......\Example4_2_3.m,682,2002-11-06
...............................\......\Example4_2_4.m,988,2002-11-06
...............................\......\lemwavf.m,3090,2002-11-06

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

发表评论

0 个回复

  • FFT
    自己编写的MATLAB程序,用于实现FFT变换,并和MATLAB自带的FFT函数作对比(Have written MATLAB program for the realization of FFT transform, and FFT and MATLAB built-in function compared)
    2009-06-17 16:20:25下载
    积分:1
  • trans_sigPnoisePinterference
    根据直扩原理,首先有随机数发生器产生一系列二进制信息数据(+1,-1),每个信息比特重复Lc次,Lc对应每个信息比特所包含的伪码片数,包含每一比特Lc次重复的序列与另一个随机数发生器产生的PN序列c(n)相乘。然后在该序列上叠加高斯白噪声和形式为i(n)=Acosw0n余弦干扰下次信号,切余弦干扰信号的振幅满足条件A<Lc。在解调器中进行与PN序列的互相关运算,并且将组成各信息比特的Lc个样本进行求和。加法器的输出送到判决器,将信号与门限值0进行比较,确定传送的数据为+1还是-1,计数器用来记录判决器的错判数目。(According to the principle, first some straight expansion random number generator produces a series of binary data (+ 1-1), each information bit repetitive Lc times, Lc for each information bit contains PN code piece count, embraces each bit Lc times repeated sequence and another random number generator produces PN sequence c (n) multiplication. Then in the sequence superimposed on gaussian white noise and forms as I (n) = Acosw0n cosine interference next time signal, cut cosine interfering signal amplitude satisfy conditions A < Lc. In the modem with the cross-correlation operation PN sequence, and the information will comprise the Lc a sample bits peace. The output of the adder judgment device, will signal to compare with threshold 0 data transmitted, determine for+ 1 or-1, counter is used to record the number victimised judgment. )
    2011-04-20 10:18:47下载
    积分:1
  • DEVDynamicsModel
    这是根据汽车理论中的驱动力平衡基本方程所搭建的汽车行驶二自由度simulink仿真模型(this is a 2 degree dynamics simulating model under the matlab/simulink environment)
    2013-05-13 21:23:14下载
    积分:1
  • QAM
    This code calculate the Qam modulation for a network communication
    2014-02-13 09:05:56下载
    积分:1
  • MSRCR
    retinex算法 ,基于matlab平台的仿真程序,可以使图像增强。这是已经封装好的程序,有界面,可以直接使用。(Retinex algorithm, based on the simulation program of MATLAB platform, can enhance the image.)
    2020-07-03 07:00:02下载
    积分:1
  • zhengtaihanshu
    正态函数的正查反查,可以自己设置标准差与平均值 (Normal function is to check the anti-investigation, can set the standard deviation and mean)
    2013-02-11 20:50:46下载
    积分:1
  • Matlab
    matlab函数的基本使用方法介绍,以便更好的学习matlab。(asic use matlab function introduced in order to better learning matlab.)
    2015-04-22 15:34:43下载
    积分:1
  • EEG-data-analysis-for-BCI
    document for code of brain compture interface with EEG Signal
    2011-01-04 22:58:44下载
    积分:1
  • plotxiaan
    MATLAB画地形中国福建海岸的地图。可以设置显示格式和显示方法,以满足论文需要。(MATLAB Videos topographic map of China Fujian coast. You can format and display method, in order to meet the needs paper.)
    2016-09-13 11:08:35下载
    积分:1
  • newton_iterate
    非线性方程组的牛顿法matlab程序,采用符号运算,输入参量为含参的代数式子,无需分离出各个矩阵。(Newton method of nonlinear equations matlab program, using symbolic computation, input parameters for children with participation of algebraic, without separating out the various matrices.)
    2010-05-06 10:59:39下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载