搜索结果
找到约 2,416 项符合
T-F 的查询结果
人工智能/神经网络 根据解空间的维数可以将优化问题分为一维空间优化和多元优化问题。本程序以求函数:f(x)=x+10*sin(5x)+7*cos(4x),0=<x<=9为例说明遗传算法的源程序
根据解空间的维数可以将优化问题分为一维空间优化和多元优化问题。本程序以求函数:f(x)=x+10*sin(5x)+7*cos(4x),0=<x<=9为例说明遗传算法的源程序
书籍源码 Software given here is to accompany the textbook: W.H. Tranter, % K.S. Shanmugan, T.S. Rappaport,
Software given here is to accompany the textbook: W.H. Tranter,
% K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of
% Communication Systems Simulation with Wireless Applications,
% Prentice Hall PTR, 2004.
单片机开发 本文件是键盘测试子程序;使用外部22.1184MHz晶振.功能:定义16个键为 0 ~ F
本文件是键盘测试子程序;使用外部22.1184MHz晶振.功能:定义16个键为 0 ~ F ,
* 每按下一个键,蜂鸣器响一声,并在LED数码管上显示相应的字符。
VC书籍 目前最流行的C语言有以下几种: ·Microsoft C 或称 MS C ·Borland Turbo C 或称 Turbo C ·AT&T C 这些C语言版本不仅实现了
目前最流行的C语言有以下几种:
·Microsoft C 或称 MS C
·Borland Turbo C 或称 Turbo C
·AT&T C
这些C语言版本不仅实现了ANSI C标准,而且在此基础上各自作了一些扩充,使之更加方便、完美。
matlab例程 %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
%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
naf=ambifunb(x)
htl(abs(naf))
% [wh,rho,theta]=htl(abs(naf))
colormap([0, ...
matlab例程 信号与系统试验报告 离散傅立叶变换(DFT)和频谱分析 一、实验内容 1、实验题目 (1)编写DFT、IDFT程序
信号与系统试验报告
离散傅立叶变换(DFT)和频谱分析
一、实验内容
1、实验题目
(1)编写DFT、IDFT程序,并验证其正确性(提示:可利用冲激函数进行验证)。
(2)计算信号f(t)=e-at2sin(2∏ft)的离散傅立叶变换(DFT),求其振幅谱,相位谱、振幅最大值对应的频谱(检测主频)以及对发f(t)进行DFT变换的结果实现IDFT变 ...
语音压缩 G.711 is an ITU-T standard for audio companding. It is primarily used in telephony.
G.711 is an ITU-T standard for audio companding. It is primarily used in telephony.
嵌入式/单片机编程 T M 3 2 0 C 6 0 0 0 详细介绍
T M 3 2 0 C 6 0 0 0 详细介绍
编译器/解释器 The ITU-T(Telecommunication Standardization Sector)is a permanent organ of the International Telecom
The ITU-T(Telecommunication Standardization Sector)is a permanent organ of the International Telecommunication
Union(ITU).The ITU-T is responsible for studying technical,operating and tariff questions and issuing Recommen-
dations on them with a view to standardizing telecommunications on a worldwid ...
VHDL/FPGA/Verilog 用MATLAB 里的XILINX BLOCKS编写, 实现Fibonacci sequence算法, 当F为0时, 输出为0 F为1时, 输出为1 当F为N 时, 输出为F的N-1 加上 F的N-2.
用MATLAB 里的XILINX BLOCKS编写, 实现Fibonacci sequence算法, 当F为0时, 输出为0 F为1时, 输出为1 当F为N 时, 输出为F的N-1 加上 F的N-2.