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

搜索资源列表

  1. pathloss&gnoise

    0下载:
  2. cp0801_pathloss为UWB信道损耗计算函数,利用a=(c/(d^gamma))计算出信道增益,然后对函数的输入信号幅度进行变换得到输出结果。 cp0801_Gnoise1和cp0801_Gnoise2为产生AWGN的函数,分别为Eb/No和Ex/No条件下AWGN的产生-cp0801_pathloss for UWB channel depletion calculation function, use a = (c / (d ^ gamma)) calculated Chann
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.7kb
    • 提供者:贾凯
  1. duoduixiang

    0下载:
  2. 多对象的旋转,实现用户自定义输入各个点的位置,并可以自己修改运动速度,轨迹A,B,C的径长。-more object rotation, user-defined input all points on the location and movement can change their speed, trajectory A, B, C-Path.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.81kb
    • 提供者:淡林
  1. matlab-signal

    0下载:
  2. 用c语言实现下列的数字信号处理算法 1.离散傅里叶级数合成连续周期信号 2.DIF FFT 测试程序 3.将输入数据的幅度画出图形 4.使用FFT实现快速卷积 5.使用FFT实现快速相关 6.取样混迭演示程序 -language used to achieve the following digital signal processing algorithms 1. Discrete Fourier series synthetic signal two conse
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:19.28kb
    • 提供者:胡叶
  1. 0.背包问题C语言算法

    0下载:
  2. 给定n种物品和一个背包,物品i的重量是Wi,价值是vi,被包容量是C,应该如何选择装入被包的物品,使得装入背包中物品的总价值最大?对于每种物品i,只有两种选择,装入或者不装入. 输入:第一行两个正整数n(物品数)和C(容量) 第二行n个正整数n,表示物品价值 第三行n个正整数n,表示物品重量 输出:第一行表示总价值 第二行n个数(0/1),0表示物品不装入,1表示装入 例如, 输入: 5 10 6 3 5 4 6 2 2 6 5 4 输出 15 1 1 0 0 1 ,
  3. 所属分类:matlab例程

    • 发布日期:2017-03-29
    • 文件大小:622byte
    • 提供者:cj
  1. FFT

    0下载:
  2. 使用c语言在vc++6.0环境下编写的FFT程序,分为三个部分,包括input文件,其中提供2的n次方的数据,main.cpp为主程序,包括读入input的数据和输出结果到自动创建的output文件之中。测试完全可以使用-Using c language in vc++6.0 environment prepared by the FFT program is divided into three parts, including the input file, which provides t
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2.4kb
    • 提供者:cx
  1. first

    1下载:
  2. 二维傅里叶变换,对图像进行二维傅里叶变换处理-Two-Dimensional Fast Fourier Transform The purpose of this project is to develop a 2-D FFT program "package" that will be used in several other projects that follow. Your implementation must have the capabilitie
  3. 所属分类:matlab例程

    • 发布日期:2012-11-04
    • 文件大小:720byte
    • 提供者:solo
  1. equal-area-critirea

    0下载:
  2. E=input( enter the generator voltage: ) V=input( enter the infinite bus voltage: ) Gx=input( enter the reactance of generator: ) L1x=input( enter the line reactance: ) L2x=input( enter the line reactance: ) L3x=input( enter the line re
  3. 所属分类:matlab

    • 发布日期:2017-10-30
    • 文件大小:7.49kb
    • 提供者:tkspandy
  1. GPSSINSNavigation

    2下载:
  2. matlab 编写的gps/sins组合导航程序,附程序说明与数据输入文件-matlab prepared gps/sins navigation procedures, with explanation of the procedures and data input file
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:670.61kb
    • 提供者:wly
  1. awgn

    1下载:
  2. DTMF(双音多频)是用两个特定的单音频组合信号来代表数字信号的一种编码技术。两个单音的频率不同,代表的数字或实现的功能也不同。可采用8种频率代表电话机上的16个按键,10个数字键0~9和6个功能键*、#、A、B、C、D。具体的频率组合见参考书。要求: (1) 根据键盘输入的符号,利用MATLAB产生对应的DTMF信号;(2) 分别利用FFT算法和Goertzel算法计算该DTMF信号的频谱并画出频谱图;(3) 根据频谱图确定DTMF信号所代表的符号是否和输入的符号一致。 -DTMF (
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:14.89kb
    • 提供者:wyyy
  1. closepole

    0下载:
  2. [自動控制]CLOSED LOOP POLES計算工具,使用者輸入系統Function(由TF, ZPK, SS, FDS建立),以及feedback controller,程式會計算出closed loop poles. -CLOSED LOOP POLES calculation tools for automation control. POLE=POLEPLACE(P,C) returns the closed loop system poles for a given plan
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1.36kb
    • 提供者:Sam Chan
  1. adc5

    0下载:
  2. compare both MF-MMSE and LMS by giving input the randomised
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1011byte
    • 提供者:yasir
  1. C

    0下载:
  2. 运用迭代法计算信道容量,MATLAB语言,输入参数:先验概率矩阵,输出:信道容量。-The use of iterative method to calculate the channel capacity, MATLAB language, input parameters: a priori probability matrix, the output: channel capacity.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:521byte
    • 提供者:gechengwei
  1. fcs_tanker

    0下载:
  2. Fuzzy Control System for a Tanker Ship This program simulates a fuzzy control system for a tanker ship. It has a fuzzy controller with two inputs, the error in the ship heading (e) and the change in that error (c). The output of the fuzzy controlle
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:18.06kb
    • 提供者:ffault
  1. sscf

    0下载:
  2. This a program for extracting objects from an image. Written for vehicle number plate segmentation and extraction Authors : Jeny Rajan, Chandrashekar P S U can use attached test image for testing input - give the image file name as input. e
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:52.4kb
    • 提供者:ahmed
  1. originalsimpleM111.m

    0下载:
  2. 原始单纯形法(大M法,无需给出初始基变量)。输入:C是n维行向量,A是m*n的系数矩阵,b是m维列向量 输出:x最优解(如果有的话),fval最优值,flag解的状态说明,interation求解时的循环次数-The original simplex method (big M method, without giving the initial basic variable). Input: C is the n-dimensional row vector, A is the coef
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1.3kb
    • 提供者:红叶
  1. filter

    0下载:
  2. 用C语言对输入信号进行滤波,滤波器是预先用MATLAB设计好的-Using C language on the input signal is filtered, the filter is designed in advance using MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:190.28kb
    • 提供者:张兆伟
  1. queueing_theory

    0下载:
  2. 计算Erlang B,C 模型中阻塞率与输入负载随服务器数量变化的数值关系并绘图。 模拟一个M/M/k排队系统。 该资料为通信系统排队理论matlab实验内容。-Using the iterative scheme, calculate the blocking probability of the Erlang B and C model. Draw the relationship of the blocking probability and offered traffic whi
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:2.33kb
    • 提供者:Aurora
  1. skin-detection

    0下载:
  2. Skin Detection. This application allows the extraction, from an input image, the zones corresponding to the skin s color. to achieve this goal a learning phase was made ​ prior
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.29mb
    • 提供者:Adil
  1. c

    0下载:
  2. 编写一个函数,输入n为偶数时,调用函数求1/2+1/4+...+1/n,当输入n为奇数时,调用函数 1/1+1/3+...+1/n(利用指针函数)-Write a function, the input n is even, the function call seeking 1/2+1/4+...+ 1/n, when the input n is odd, call the function 1/1+1/3+...+ 1/n (using the pointer function)
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:542byte
    • 提供者:悦悦
  1. [M]

    0下载:
  2. 原始单纯形法(大M法,无需给出初始基变量) Programmed by Liyang(faruto s Studio~!) BNU MATH Email:liyangbnu@mail.bnu.edu.cn QQ:516667408 last modified 2008.4.27 求解标准型线性规划:max C*X s.t. A*X=b (b>=0) X>=0 输入:C是n维行向量,A是m*n的系数矩阵,b是m维列向量- Of the origina
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1.28kb
    • 提供者:hongye
« 12 3 4 »
搜珍网 www.dssz.com