搜索资源列表
cordic_atan
- CORDIC arctangent(atan) Simulink model. You can generate HDL from this model
cordic_sqrt_atan
- 利用cordic实现开方和atan运算的matlab源码。 本人原创,标准cordic算法。-calculate aquare root and atan by cordic. Matlab m language.
atan_cordic
- atan function using cordic
serial_fxptesto
- CORDIC arctangent(atan) Simulink model. You can generate HDL from this model
atan2sc
- sin and cosine of atan(y/x) [S,C,R,T]=(Y,X)
power_3phsignaldq
- A Discrete 3-Phase ProgrammableSource block is used to generate a 1 pu, 15 degrees positive sequence voltage. At t = 0.05 s the positive sequence voltage is increased to 1.5 pu. At t = 0.1 s an unbalance is introduced by adding a 0.3 pu negative sequ
CORDIC
- 在Matlab中实现了Cordic快速算法,并实现了sin(x), cos(x), atan(y/x), sqrt(x^2+y^2)等函数的快速计算,并附加了误差分析的结果图,代码清晰简洁,对Cordic算法的迭代次数确定,有一定的指导意义-Cordic implemented in Matlab fast algorithm, and realized sin (x), quickly calculate cos (x), atan (y/x), sqrt (x ^ 2+y ^ 2) and
