搜索结果

找到约 3,261 项符合 f.m 的查询结果

数值算法/人工智能 利用奇异值分解求一般m*n阶实矩阵的广义逆矩阵。

利用奇异值分解求一般m*n阶实矩阵的广义逆矩阵。
https://www.eeworm.com/dl/518/313834.html
下载: 25
查看: 1811

matlab例程 两个正态总体方差的检验(F检验)的matlab程序

两个正态总体方差的检验(F检验)的matlab程序
https://www.eeworm.com/dl/665/313880.html
下载: 100
查看: 1149

3G开发 This m file plots the time and frequency domain of UWB PPM(pulse position modulated) waveforms(monoc

This m file plots the time and frequency domain of UWB PPM(pulse position modulated) waveforms(monocycles and doublets) with different pulse recurring frequency (PRF)and information rates.
https://www.eeworm.com/dl/701/313973.html
下载: 116
查看: 1054

3G开发 M-file uses random data which BPSK modulates a carrier to configure a BPSK UWB transmitter. The rece

M-file uses random data which BPSK modulates a carrier to configure a BPSK UWB transmitter. The receiver demodulates the BPSK UWB carrier and the data is recovered.
https://www.eeworm.com/dl/701/313976.html
下载: 47
查看: 1044

3G开发 This m file models a UWB system using BPSK with the fifth order derivative of the gaussian pulse wit

This m file models a UWB system using BPSK with the fifth order derivative of the gaussian pulse with correlation receiver and intgrator.
https://www.eeworm.com/dl/701/313977.html
下载: 155
查看: 1054

3G开发 This m file models a DPSK UWB system using a delay in one leg of the mixer, correlation receiver low

This m file models a DPSK UWB system using a delay in one leg of the mixer, correlation receiver low pass filter combination requiring no template for synching. Various waveforms are displayed throughout the system to allow the user to observe operation of the system.
https://www.eeworm.com/dl/701/313982.html
下载: 81
查看: 1044

人工智能/神经网络 yj1.m:简单一元函数优化实例

yj1.m:简单一元函数优化实例,利用遗传算法计算下面函数的最大值 包括了遗传算法的12个经典例题,适合大家学习参考。
https://www.eeworm.com/dl/650/314009.html
下载: 183
查看: 1037

数学计算 求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) >

求标准偏差 > 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 end c=sqrt(t/(m*n-1
https://www.eeworm.com/dl/641/314081.html
下载: 23
查看: 1059

数学计算 求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) >

求标准偏差 > 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 end c=sqrt(t/(m*n-1
https://www.eeworm.com/dl/641/314082.html
下载: 181
查看: 1043

其他 求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) >

求标准偏差 > 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 end c=sqrt(t/(m*n-1
https://www.eeworm.com/dl/534/314083.html
下载: 77
查看: 1062