搜索资源列表
GaussSinxy
- 利用高斯-勒让德多项式计算 sin(x+y)在矩形区域的积分-use Gauss - Legendre polynomials calculated sin (x y) in the rectangular region of Integral
eg
- x=2*sin(4*pi*t)+5*cos(8*pi*t) 对其进行快速傅立叶变换 加入高斯噪声 再进行频谱分析-x = 2 * sin (4 * pi * t) 5 * cos (8 * pi * t) makes its rapid Fourier transform to re-Gaussian noise spectral analysis
bistable
- 光学双稳特性曲线 调制作用:It=Ii*T(phi) 反馈作用:phi=phi_0+K*It 得透射率T(phi)与相移phi的反馈关系是 T(phi)=[phi-phi_0]/[K*Ii] 式中phi_0为初始相移 对于多干涉(F-P干涉)有: T(phi)=1/[1+F*(sin(phi/2))^2]
curve
- Matlab中曲线标记,对正弦sin(x)的标记,并且可以改变线型
sin-fft
- 注释非常详细的FFT变换,用matlab实现两个正弦函数的区分,初学着都能看懂-Notes very detailed FFT transform, with the achievement of the two sine function matlab distinction, the novice can understand
sin
- 关于正弦sin信号的matlab源代码,可说明取样点数与仿真精度的关系-Sinusoidal signal sin on matlab source code, to illustrate the accuracy of the sampling points and simulation of the relationship between the
fft_plot
- routine to take the Fourier transform of a signal and plot both the time and frequency domain representations. Typical use: >> n = 100 number of data points >> dt = 0.01 spacing between samples >> t = 0:dt:(n-1)*dt time
sin
- 用matlab实现的对sin函数类型的数据进行预测,这是现代数字信号处理课堂中的实验。-Using matlab implementation of the sin function of types of data to predict, which is a modern digital signal processing the classroom experiment.
cordic_fullsin
- matlab implementation of CORDIC sin part
teja
- AN EFFICIENT GENETIC ALGORITHM CODE TO FIND OPTIMAL VALUES(MAXIMUM) OF SIN(X) FUNCTION IN THE RANGE OF 0 TO 2*PI
A-sin
- 现代数字信号处理 一个小作业 matlab程序-data of sin function , using matlab
sin-wave-in-simulink
- simulin simulation code for sin wave generator and monitoring-simulin simulation code for sin wave generator and monitoring
sin
- sin 函数功能,用matlab,比较常用,大家可以做个参考-function of sin by matlab
SIN-WAVE-WITH-SIMULINK-MATLAB
- SIN WAVE WITH SIMULINK MATLAB
sin
- DDS直接数字频率合成器中波形存储器ROM中sin序列-DDS ROM
sin function
- 利用神经网络的实现一般函数的例题,该例题能够很好很简单地实现sin 函数的实现(implementation of sin function)
BP
- 用代码(非工具箱)实现BP神经网络对含有随机噪声的sin函数的逼近(The approximation of sin function with random noise by BP neural network with code (non toolbox))
CORDIC算法及例程sincos
- matlab实现cordic算法求解sin、cos例程(cordic algorithm about sin&cos achieved by matlab)
1
- x=sin(100*pi*t)+sin(200*pi*t)+sin(400*pi*t)(Sin function image image)
用遗传算法求解f(x)=10*sin(5x)+7*cos(4x),x∈[0,10]上的最大值
- 用遗传算法求解f(x)=10*sin(5x)+7*cos(4x),x∈[0,10]上的最大值