Program to plot x(t) =1/2+∑_(n=1)^∞▒ (sinc 〖n/2〗 〖 cos 〗 〖2πnt/4〗 ) Include n-value (Number of Terms) in graph on plot. Show 2 graphs, original and simulated together.
资源简介:Program to plot x(t) =1/2+∑_(n=1)^∞▒ (sinc⁡ 〖n/2〗 〖 cos 〗⁡ 〖2πnt/4〗 ) Include n-value (Number of Terms) in graph on plot. Show 2 graphs, original and simulated together.
上传时间: 2014-01-03
上传用户:tb_6877751
资源简介:Matlab Program to plot efficient frontier and minimum variance portfolio
上传时间: 2014-01-24
上传用户:lnnn30
资源简介:Matlab Program to plot the data acquired from the USB (and placed into a TXT file) for the NIA device (Neuro impulse Actuator)
上传时间: 2014-01-06
上传用户:851197153
资源简介:Matlab Program to plot the data acquired from the USB (and placed into a CSV file) for the NIA device (Neuro impulse Actuator)
上传时间: 2013-12-18
上传用户:lyy1234
资源简介:Library of C functions that allows a Program to use WinSock 2 functionality if it is available or fall back to WinSock 1.1 if it isn t.
上传时间: 2015-01-18
上传用户:LIKE
资源简介:SMDK2460 usb monitor Program. compiler ADS 1.2 , use DNW to download Program to target board.
上传时间: 2017-07-09
上传用户:671145514
资源简介:相关分析与卷积运算 。matlab 实现。 信号函数为x(t)=(1-|t|/T)[u(t+T)-u(t-T)],h(t)= e-a*t*tsin(2πft)
上传时间: 2017-07-10
上传用户:731140412
资源简介:设T[0:n-1]是n个元素的一个数组。对任一元素x,设S(x)={i|T[i]=x}。当|S(x)|>n/2时,称x为T的主元素。设计一个线性时间算法,确定T[0:n]是否有一个主元素。
上传时间: 2014-01-08
上传用户:daoxiang126
资源简介:设T[0:n-1]是n个元素的一个数组。对任一元素x,设S(x)={i|T[i]=x}。当|S(x)|>n/2时,称x为T的主元素。设计一个线性时间算法,确定T[0:n]是否有一个主元素。
上传时间: 2013-12-13
上传用户:2525775
资源简介:%radon transform clear all % N=800 n=1:N fs=200 t=n/fs x1=exp(j*2*pi*(5*t+0.5*5*t.^2)) x2=exp(j*2*pi*(5*t+0.5*15*t.^2)) x=x1+x2 %N=length(x) % ambifunb(x ) %*****************************************RAT na...
上传时间: 2014-10-27
上传用户:Yukiseop
资源简介:实验内容 信号与系统试验报告 自己的作业 1.设有两个信号: 要求x(t)和h(t)采样形成离散序列, 参数选择如下: 采样率Δ=4ms, 频率f=30Hz, a=2f2ln(M), M=2.5 在MATLAB下实现连续信号离散化, 并绘制出离散形式的信号波形。
上传时间: 2014-11-05
上传用户:xauthu
资源简介:现有一个信号:x(n)=1+cos(π*n/4)+ cos(2*π*n/3)设计及各种数字滤波器以达下列目的: 低通滤波器,滤除cos(2*π*n/3) 的成分,即想保留的成分为1+cos(π*n/4) 高通滤波器,滤除1+cos(π*n/4) 的成分,即想保留的成分为cos(2*π*n/3) 带通滤波器,滤除1+c...
上传时间: 2013-12-28
上传用户:daoxiang126
资源简介:已知一个LTI系统的差分方程为: y[n]-1.143*y[n-1]+0.4128*y[n-2]=0.0675*x[n]+0.1349*x[n-1]+0.0675*x[n-2] 初始条件y(-1)=1,y(-2)=2,输入x(n)=u(n),计算系统的零输入响应
上传时间: 2013-11-27
上传用户:zhengzg
资源简介:X(t)=Asin(2*pi *f *t+ q)+n(t) 估计其中的参数为A,f, q。n(t)为随机噪声,服从正态分布。 其他的具体见附件中的程序
上传时间: 2013-12-18
上传用户:225588
资源简介:2^x mod n = 1 acm竞赛题 Give a number n, find the minimum x that satisfies 2^x mod n = 1. Input One positive integer on each line, the value of n. Output If the minimum x exists, print a line with 2^x mod n = 1. Print 2^?...
上传时间: 2015-06-02
上传用户:qlpqlq
资源简介:一、 利用MATLAB产生下列连续信号并作图 (1) x(t)=-2u(t-1),-1<t<5 x(t)=cos(100t)+cos(3000t),设-0.1<t<0.1
上传时间: 2013-11-30
上传用户:wlcaption
资源简介:Preparation of a function, even to the importation of n, the function call seeking +1/n 1/2+1/4+ .... When n is odd input, the function call 1/1+1/3+ ... +1/n (using function pointer)
上传时间: 2014-01-21
上传用户:semi1981
资源简介:′问题描述: 设 X[0:n-1]和 Y[0:n-1]为 2 个数组,每个数组中含有 n 个已排好序的数。试设计一个 O(logn)时间的算法,找出X和Y的2n个数的中位数。 例如,当n=7,X=[1,3,6,7,8,9,10];Y=[2,4,5,11,12,13,14]时,X 和Y 的中位数是7。
上传时间: 2013-12-26
上传用户:咔乐坞
资源简介:卷积运算:取x(t)和h(t)的长度为nx,nh。平移量n=nh+nx-1,利用for和if语句实现倒序求和运算。外循环用一个for语句实现平移,通过在求和时取数组元素的顺序实现倒序求和
上传时间: 2013-12-20
上传用户:saharawalker
资源简介:给出Henon的模型x(i+1)=1+y(i)-a*x(i)^2 y(i+1)=b*x(i)
上传时间: 2013-12-18
上传用户:徐孺
资源简介:Visual C++实用图像处理专业教程_陈兵旗(pdf) 本书共分13章。第1章介绍了图像处理的发展现状和图像处理的基本特点;第2章介绍了图像处理的基本概念,以及Visual C++图像处理编程的基本方法。以后各章分别介绍了区域分割与提取、边缘检测与提取、图像平滑、...
上传时间: 2016-06-21
上传用户:我干你啊
资源简介:求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end ...
上传时间: 2014-01-15
上传用户:hongmo
资源简介:求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end ...
上传时间: 2013-12-26
上传用户:dreamboy36
资源简介:求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end ...
上传时间: 2016-06-28
上传用户:change0329
资源简介:求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end ...
上传时间: 2014-09-03
上传用户:jjj0202
资源简介:用线性缓冲区和间接寻址方法实现FIR滤波器 * *N=5,y(n)=h0*x(n)+h1*x(n-1)+h2*x(n-2)+h3*x(n-3)+h4*x(n-4)
上传时间: 2013-12-01
上传用户:wanghui2438
资源简介:用线性缓冲区和带移位双操作数寻址方法实现FIR滤波器 * *N=5,y(n)=h0*x(n)+h1*x(n-1)+h2*x(n-2)+h3*x(n-3)+h4*x(n-4)*
上传时间: 2016-07-25
上传用户:璇珠官人
资源简介:Thinking in C++(Second Edition),Volume One:Introduction to Standard C++ 国外经典C++原版书库《C++编程思想(第2版)第1卷:标准C++导引》/(美)埃克尔(Eckel,B)著;刘宗田等译 十分经典、难得!
上传时间: 2014-12-07
上传用户:jkhjkh1982
资源简介:设X[0:n-1]和Y[0:n-1] 为2 个数组,每个数组中含有n 个已排好序的数。试设计一个O(log n) 时间的算法,找出X 和Y 的2n 个数的中位数。
上传时间: 2016-08-20
上传用户:zhoujunzhen
资源简介:X[0:n-1]和Y[0:n-1]为2个数组,每个数组中含有n个已排好序的数。 试设计一个O(log n)时间的算法,找出X和Y的2n个数的中位数。
上传时间: 2016-10-10
上传用户:宋桃子