淘宝官方店 推荐课程 在线工具 联系方式 关于我们 | |
微波射频仿真设计 Ansoft Designer 中文培训教程 | HFSS视频培训教程套装 |
|
首页 >> Ansoft Designer >> Ansoft Designer在线帮助文档 |
Nexxim Simulator > Complex FFT ModelThis I/O model, cfft.m, performs a Fast Fourier transform (FFT) on the incoming complex signal. % NEXSYS Functional_Model ("cfft", "1","c", "length", "1","c", "length", "NO_DATA_REQ", "NOT_APPLICABLE", "length" ) Here are the inputs and outputs for this model:
Here is the cfft function definition. function[output, SV] = cfft(input, parameters, SV, status_in) The input and output variables for the function are:
Get Parameters: length = parameters(1); Calculate output and return: output = fft(input(1:length)); return HFSS视频教程 ADS视频教程 CST视频教程 Ansoft Designer 中文教程 |
Copyright © 2006 - 2013 微波EDA网, All Rights Reserved 业务联系:mweda@163.com |