-
CEGUI_Chinese_display-_Demo
CEGUI中文显示和输入源代码demo,CEGUI中文显示和输入源代码demo(CEGUI Chinese display and input source code demo, CEGUI Chinese display and input source code demo)
- 2011-05-16 13:36:01下载
- 积分:1
-
MLS3DShape
用于三维拟合曲线的型函数构造源代码文件,可用于三维matlab编程。(Fitting curves for three-dimensional structure of the source code file type function, can be used for three-dimensional matlab programming.)
- 2013-11-02 18:58:37下载
- 积分:1
-
LDA-study
LDA学习用到的算法,不是自己写,别人的,拿来学习用(LDA learning algorithm is used, not her own writing, others, used to learn)
- 2013-12-11 20:19:42下载
- 积分:1
-
genzongzicx
基于MATLAB软件的GPS信号跟踪仿真代码(GPS signal tracking simulation code based on MATLAB software)
- 2020-11-09 10:09:47下载
- 积分:1
-
计算湍流积分尺度
说明: 本程序用于计算风速仪测得的三个方向的湍流积分尺度(This program is used to calculate the integral scale of turbulence in three directions measured by anemometer)
- 2021-04-18 11:18:52下载
- 积分:1
-
matlab-main-function-and-command
Matlab图形图像处理函数,内有主要命令和函数,希望能帮助你学习matlab(Matlab graphics,image processing functions,,there are major commands and functions,,hoping to help you learn matlab)
- 2010-12-11 00:09:20下载
- 积分:1
-
IC-final
Fuzzy controller for a thermal process using the guide interface of MATLAB and the USB communication whith a PIC 18F4455 microcontroller.
- 2009-06-27 12:36:02下载
- 积分:1
-
用元胞自动机模拟交通流 cellular_automata
用元胞自动机模拟交通流,这是一个在二维格子上的元胞自动机,可以当做游戏来看看(use cellular_automata to simulate the traffic flow)
- 2011-01-11 17:59:16下载
- 积分:1
-
PCB
这是code使用说明,对大家比较有帮助,新手必备(This is the code for use)
- 2013-12-01 18:22:12下载
- 积分:1
-
am 调制
y = ammod(x,Fc,Fs) 使用消息信号调制载波信号频率 Fc (Hz) 采用振幅调制的 x。载波信号和 x 有采样频率 (赫兹) 财政司司长。调制的信号具有零初始相位和零载波的振幅,所以结果就是抑制载波调制方式。注: x、 Fc,以及财政司司长输入参数必须满足 Fs > 2 (Fc + BW),BW 哪里的调制带宽信号 x。y = ammod(x,Fc,Fs,ini_phase) 指定的初始阶段中调制的信号 y 以弧度为单位。y = ammod(x,Fc,Fs,ini_phase,carramp) 执行而不是抑制载波调制传输载波调制方式。载波幅值是 carramp。例子下面的示例比较双边带和单边振幅调制。%样品 100 次 / 秒,2 秒的信号。Fs = 100 ;t = [0: 2 * Fs + 1] "/Fs ;Fc = 10 ;载波频率 %x = sin(2*pi*t) ;正弦信号 %调制 x 使用和双-单边 AM。ydouble = ammod(x,Fc,Fs) ;ysingle = ssbmod(x,Fc,Fs) ;%计算光谱的调制信号。zdouble = fft(ydouble) ;zdouble = abs(zdouble(1:length(zdouble)/2+1)) ;frqdouble = [0:length (zdouble)-1] * Fs/长度 (zdouble) / 2 ;zsingle = fft
- 2022-07-26 08:45:43下载
- 积分:1