Hello Chu, Author says to modify and build the attached "generate-phase-shift-table.c" using cygwin. Example -> g++ -o run generate-phase-shift-table.c It creates a file run.exe. To create the new table type "run" the new table will appear in a separate console window. e2e.ti.com/.../generate_2D00_phase_2D00_shift_2D00_table.c It worked for me, but the second console window disappears, so I had to create a simple .bat file that calls run.exe and pauses the console output so I can copy contents. Example .bat file run.exe pause
↧