Search found 158 matches

by Frank
Wed Apr 12, 2023 10:50 am
Forum: Software
Topic: Software Updates
Replies: 1
Views: 16581

Re: Software Updates

Preprocessor V1.6 posted today for all platforms, some internal changes to better support the upcoming full release of GooeyCore Graphical Development Environment for the FXCore.
by Frank
Tue Apr 11, 2023 9:43 am
Forum: Software
Topic: GooeyCore ALPHA release
Replies: 3
Views: 16702

Re: GooeyCore ALPHA release

Updated to V0,7, link in top post also updated. Many internal things cleaned up, added a directory of blocks under "Help" so users can see what is available in the libraries.

If you installed V0.5 or V0.6 you just need to copy over the executable from the zip file, no other files changed.
by Frank
Fri Apr 07, 2023 9:04 am
Forum: Software
Topic: GooeyCore ALPHA release
Replies: 3
Views: 16702

Re: GooeyCore ALPHA release

Updated to V0,6, link in top post also updated. Cleaned up file menu, "save" now remembers file name and saves it, keyboard shortcuts now work, added Ctrl+T as a toggle shortcut to toggle between "Device" and "Net" modes so both show Ctrl+T on the menu now. If you insta...
by Frank
Thu Apr 06, 2023 12:54 pm
Forum: Software
Topic: GooeyCore ALPHA release
Replies: 3
Views: 16702

GooeyCore ALPHA release

This is an early version alpha release so there are a number of things not yet working but the core functions do work and can be used. The link to the zip file is http://experimentalnoize.com/manuals/FXCore/software/GooeyCore_V0.7.0.zip A video on setup and a basic example https://youtu.be/wTjBBBJ0R...
by Frank
Wed Mar 22, 2023 7:48 am
Forum: Software
Topic: FXcore delay memory
Replies: 7
Views: 18763

Re: FXcore delay memory

That is very interesting info, we had not optimized the design for convolution but it appears a small one is doable. At 32K it should do over 200 MACIDs bases on the number you gave so 2 FXCores in series each doing 200 MACs should leave some space for pre and post processing of the signal in each F...
by Frank
Mon Mar 20, 2023 3:55 pm
Forum: Software
Topic: FXcore delay memory
Replies: 7
Views: 18763

Re: FXcore delay memory

Will be interesting to see the results of your test.

FXCores can be run serially, output of one into the input of another. So depending on target function, costs, speed requirements, etc. this may be a solution.
by Frank
Mon Mar 20, 2023 11:11 am
Forum: Software
Topic: FXcore delay memory
Replies: 7
Views: 18763

Re: FXcore delay memory

400 MACs is a huge number. I doubt the delay read on FXCore would be the limiting factor (internal memory is SRAM so very fast R/W), it would probably be the multiply in each MAC. Multiplies are "slow" as there are many gates to go through. My guess is the FXCore would not work in this cas...
by Frank
Sun Mar 19, 2023 6:06 pm
Forum: Software
Topic: FXcore delay memory
Replies: 7
Views: 18763

Re: FXcore delay memory

16-bit linear, not floating point.
by Frank
Mon Mar 13, 2023 10:31 am
Forum: Software
Topic: Software Updates
Replies: 1
Views: 16581

Software Updates

V2.4.2 of the assembler for all supported platforms posted 13 March 2023 - Rewrite of the equation solver, much better at determining if "-" means subtraction or unary subtraction/negation. Better handling of parentheses. Some equations with errors that may have been ignored by old equatio...
by Frank
Sun Feb 26, 2023 8:34 pm
Forum: Hardware
Topic: Latency between input & output
Replies: 2
Views: 16197

Re: Latency between input & output

Assuming you are running at 48K sample rate which is a sample period of 20.8uS, 800uS is 38.48 sample periods so call it 39 sample periods. AK4556 has a group delay of 18 samples for the ADC and 21 for the DAC which is 39 sample periods. So basically the delay is due to the CODEC. An AK4558 can be c...