CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - clc

搜索资源列表

  1. clc

    0下载:
  2. 用matalb程序来实现求一个连通图的最小生成树-matalb procedures used to achieve a graph for the minimum spanning tree
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2760
    • 提供者:Selena
  1. mallat.m

    1下载:
  2. 小波谱分析mallat算法经典程序 clc clear %% 1.正弦波定义 f1=50 % 频率1 f2=100 % 频率2
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3371
    • 提供者:wudong
  1. 富麗葉係數

    0下载:
  2. clc clear all amp_sin1 = 1; freq_sin1 = 200; N =15; resolu = 10^(-6); t = [0:resolu:0.025];% unit = sec. [sinc_wave1] = sinc_wav(amp_sin1,N,freq_sin1,t); plot(t,sinc_wave1,'k-') axis([0,0.025,-2,2]) xlabel('time(sec.)') ylabel('amplitude')
  3. 所属分类:matlab例程

  1. 单频脉冲

    1下载:
  2. 单频脉冲 close all;clear all;clc; x=-5:0.05:5; y=-1:0.05:1; [X,Y]=meshgrid(x,y); T=5; b=pi*Y.*(T-abs(X))+eps; c=((sin(b).*(T-abs(X)))./(T*b)); Z=abs(c); surf(X,Y,Z),title('单载频矩形脉冲信号模糊图'),xlabel('时间'),ylabel('频率');
  3. 所属分类:matlab例程

  1. 蚁群算法求解TSP问题的matlab程序

    0下载:
  2. %蚁群算法求解TSP问题的matlab程序 clear all close all clc %初始化蚁群 m=31;%蚁群中蚂蚁的数量,当m接近或等于城市个数n时,本算法可以在最少的迭代次数内找到最优解 C=[1304 2312;3639 1315;4177 2244;3712 1399;3488 1535;3326 1556;3238 1229;4196 1004; 4312 790;4386 570;3007 1970;2562 1756;2788 1491;2381 1
  3. 所属分类:matlab例程

  1. q

    0下载:
  2. matlab最常用命令 1.有关命令行环境的一些操作:  (1) clc 擦去一页命令窗口,光标回屏幕左上角  (2) clear 从工作空间清除所有变量  (3) clf 清除图形窗口内容  (4) who 列出当前工作空间中的变量  (5) whos 列出当前工作空间中的变量及信息  或用工具栏上的 Workspace 浏览器
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4913
    • 提供者:wangzhe
  1. Amplitude_Modulation

    0下载:
  2. Removing all variables, functions, and MEX-files from memory, leaving the workspace empty. clear all Deleting all figures whose handles are not hidden. close all Deleting all figures including those with hidden handles. cl
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1602
    • 提供者:venkat
  1. we

    0下载:
  2. 七单元天线阵DOA估计 clear clc d=1 天线阵元的间距 lma=2 信号中心波长 q1=1*pi/4 q2=1*pi/3 q3=1*pi/6 q4=3*pi/4 四输入信号的方向 A1=[exp(-2*pi*j*d*[0:6]*cos(q1)/lma)] 求阵因子 A2=[exp(-2*pi*j*d*[0:6]*cos(q2)/lma)] A3=[exp(-2*pi*j*d*[0:6]*cos(q3)/lma)] A4=[exp(-2*
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:2179
    • 提供者:ww
  1. clc

    1下载:
  2. 这是一个关于HHT变换的matlab源码,把它复制进去matlab就可以直接使用。很实用。-This is a transformation on the HHT matlab source code, copy it into matlab can be used directly.
  3. 所属分类:matlab例程

    • 发布日期:2013-12-20
    • 文件大小:3883
    • 提供者:
  1. mini2

    0下载:
  2. clear all clc t=0:1/1000:10-1/1000 s=sin(2*pi*t) snr=20 s_power=var(s) varience of s linear_snr=10^(snr/10) factor=sqrt(s_power/linear_snr) noise=randn(1,length(s))*factor x=s+noise Ó É SNR¼ Æ Ë ã 
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:609
    • 提供者:dasu
  1. output_of_DCT_in_image_fusion

    0下载:
  2. u can calculate DCT clc inp = imread( Im1.jpg ) inp1 = imread( Im2.jpg ) A = double(inp(:,:,1)) B = double(inp1(:,:,1)) A1=double(blkproc(A,[8 8], dct2 )) B1=double(blkproc(B,[8 8], dct2 )) [r,c] = size(A
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:29850
    • 提供者:parthiban
  1. mesh2tri

    1下载:
  2. Matlab网格划分程序可以将结构的四边形网格转换为三角形网格。 但该文件中内容重复了mesh2tri函数写了两遍,可以删除重复部分。 Demo: clear all close all clc -Matlab grid program 1. Create mesh grid 2. Plot the original rectangular mesh 3.1 forward slash division of quadrilateral
  3. 所属分类:matlab

    • 发布日期:2016-05-26
    • 文件大小:2048
    • 提供者:li
  1. clc

    0下载:
  2. A cyclic redundancy check (CRC) is an error-detecting code designed to detect accidental changes to raw computer data, and is commonly used in digital networks and storage devices such as hard disk drives. Blocks of data entering these systems get a
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:8690
    • 提供者:sathyapriyanga
  1. Archive

    0下载:
  2. clear all close all clc x=ones(1,8) fx=fft(x,512) z=abs(fx) k=0:length(z)-1 plot(k,z)
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:4253149
    • 提供者:xiayongming
  1. Anky_Glass25cube_website

    0下载:
  2. Anky_Glass Only for cubic model (odd) clear clc load Glass3D_25cube_0p75A.mat -Anky Glasses
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:56050
    • 提供者:peng
  1. PBIL

    0下载:
  2. 该资源详细地给出了分布估计算法的PBIL算法的具体流程。供学习分布估计算的人参考使用。- PBIL algorithm clc clear clf tic 开始计时 参数设置 Pop_Size=40 Individual_Len=20 每个变量的长度 Variable_Num=2 Learning_Rate=0.01 Iteration_Time
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:1426
    • 提供者:111
  1. CAP_HM

    0下载:
  2. This program simulate a multi-antenna multi-relay dual-hop amplify and forward relaying system over Nakagami-m fading channels. The output of this function is the average channel capacity. clc- This program simulate a multi-antenna multi-
  3. 所属分类:matlab

    • 发布日期:2017-12-05
    • 文件大小:1173
    • 提供者:ehsan
  1. Blocks

    0下载:
  2. clc close all clear all I=imread( desert.jpg ) [r c]=size(I) bs=16 Block Size (8x8) nob=(r/bs)*(c/bs) Total number of 8x8 Blocks Dividing the image into 8x8 Blocks kk=0 for i=1:(r/bs) for j=1:(c/bs) Block(:,:,kk+j)=I
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-21
    • 文件大小:1814
    • 提供者:chandan
  1. clc

    0下载:
  2. 一个MUSIC算法的MATLAB实例,大家可以在此基础上进行适应性修改-MUSIC algorithm MATLAB instance, we can adapt based on
  3. 所属分类:matlab

    • 发布日期:2017-11-07
    • 文件大小:3886
    • 提供者:yanqiuy
  1. lssvm

    0下载:
  2. 基于LSSVM用于回归实例代码程序, ==================下载数据======================= load surdata1.mat load surdata2.mat load wearvol.mat load workcondition.mat ==================训练数据======================== 数据预处理- ==============清除代码窗口和工作空间=======
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-09
    • 文件大小:14825
    • 提供者:111
« 12 »
搜珍网 www.dssz.com