淘宝官方店     推荐课程     在线工具     联系方式     关于我们  
 
 

微波射频仿真设计   Ansoft Designer 中文培训教程   |   HFSS视频培训教程套装

 

Agilent ADS 视频培训教程   |   CST微波工作室视频教程   |   AWR Microwave Office

          首页 >> Ansoft Designer >> Ansoft Designer在线帮助文档


Ansoft Designer / Ansys Designer 在线帮助文档:


Nexxim Simulator >
Nexsys Discrete Time Domain Analysis >
   Nexsys MATLAB User Defined Models >
       Example MATLAB Model Files >
           Complex FFT Model               


Complex FFT Model

This 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:


“cfft”

Model name and function name

“1”

One input

“c”

Input type is complex

“length”

“length” samples needed per invocation

“1”

One output

“c”

Output is complex

“length”

“length” samples generated per invocation

“NO_DATA_REQ”

No extra data reference is required

“NOT_APPLICABLE”

No probe domain

"length"

Parameter for the 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:


input

Input signal

parameters

Parameter values of the model

SV

State variable (in)

status_in

Input status

output

Output signal

SV

State variable (out)


Get Parameters:

length = parameters(1);

Calculate output and return:

output = fft(input(1:length));

return




HFSS视频教学培训教程 ADS2011视频培训教程 CST微波工作室教程 Ansoft Designer 教程

                HFSS视频教程                                      ADS视频教程                               CST视频教程                           Ansoft Designer 中文教程


 

      Copyright © 2006 - 2013   微波EDA网, All Rights Reserved    业务联系:mweda@163.com