Re: noise_table question

From: Paul Floyd <Paul_Floyd@mentor.com>
Date: Thu Apr 12 2012 - 12:20:16 PDT

Geoffrey Coram wrote:

> Was there ever a proposal of how to request log-log interpolation
> for noise_table ?
>
> Does any simulator support it?

Not that I know of.

>
> The current syntax is:
> noise_table ( input [ , name ] )
>
> where input can be a vector or a string (filename), and name is a string.
>
> We could require the noise have a name to request interpolation:
> noise_table ( input [ , name [, interp ] ] )
>
> Or we could let the type of the 2nd argument determine what it is:
> noise_table ( input [ , name ] )
> noise_table ( input [ , log_interp ] [, name ] )
>
> where log_interp would be 0 or 1 (an integer).
>
For the grammar I would suggest

noise_table ( input [ , name_or_null [, interp ] ] )

There is some similarity between this idea and $table_model and its
control strings. noise_table could use a similar approach with a control
string (and $table_model could be extended to have logarithmic
interpolation at the same time).

Regards
Paul Floyd

-- 
Dr Paul Floyd
Mentor Graphics Corporation
-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Received on Thu Apr 12 12:20:45 2012

This archive was generated by hypermail 2.1.8 : Thu Apr 12 2012 - 12:20:58 PDT