-
SER_DF_Coop
说明: DF协作系统MPSK SER分析,包括SER上界,高信噪比条件下的优化功率分配的SER仿真结果.(DF analysis of MPSK SER Collaborative System, including the SER upper bound, under the conditions of high signal to noise ratio to optimize power distribution simulation results of SER.)
- 2009-07-30 16:45:01下载
- 积分:1
-
FDBPM_free_space
有限差分解光波传播方程Finite Difference Beam Propagation Method (Finite Difference Beam Propagation Method)
- 2011-09-08 16:04:38下载
- 积分:1
-
dftsum_by_anup
Matlab function to implement the DFT equation:
X = DFTsum(x) where x is an N point vector containing the values x(0),..., x (N − 1) and X is the corresponding DFT.
- 2015-01-11 02:10:03下载
- 积分:1
-
subranging_ADC
此程序为subranging结构A/D Converter的一个简单示例。(An example for subranging A/D Converter)
- 2010-09-20 02:34:27下载
- 积分:1
-
zvs_qrc_buck
一个使用MATLAB程序搭建的buck电路模型(A buck circuit model built with MATLAB program)
- 2021-01-10 19:38:50下载
- 积分:1
-
Backstepping_example
说明: 一些关于backstepping算法的实例(some files about backstepping)
- 2019-02-12 18:16:09下载
- 积分:1
-
Mfile
关于信号与系统的一些MATLAB实现程序,基础程序,教学内容(Signals and systems in MATLAB program, the basis of the program, teaching content)
- 2013-01-04 22:33:28下载
- 积分:1
-
FLch2sjxleg1
系统辨识及其MATLAB仿真,随机序列产生程序(System Identification and MATLAB simulation, random sequence generator)
- 2013-11-13 15:46:11下载
- 积分:1
-
ELM 程序
说明: 用ELM模拟了指定数据的拟合效果,表明ELM特别适合本数据!(The fitting effect of the specified data was simulated with ELM, indicating that ELM is particularly suitable for this data!)
- 2019-12-12 19:52:18下载
- 积分:1
-
bin2hex
function total_length=text_length_num(file_cell)
total_length=0
for i=1:length(file_cell)
y1=char(file_cell(i))
for j=1:length(y1)
if(y1(j)== > )
got=j-3
end
end
y=
for k=1:got
y(k)=y1(k)
end
[a,b,c,d]=fileparts(y)
FileName=[b c]
fid=fopen(y)
total_length_char=0
while 1
tline = fgetl(fid)
if ~ischar(tline), break,
- 2010-07-30 09:38:27下载
- 积分:1