Skip to content

Commit

Permalink
fix errors in c# program
Browse files Browse the repository at this point in the history
  • Loading branch information
Wonse Jo committed Dec 3, 2017
1 parent 32b6746 commit 623ee3c
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 107 deletions.
Binary file removed Software/Matlab STFT Program/300hz.wav
Binary file not shown.
47 changes: 0 additions & 47 deletions Software/Matlab STFT Program/STFT_TEST.m

This file was deleted.

Binary file removed Software/Matlab STFT Program/desk_Ver.wav
Binary file not shown.
Binary file removed Software/Matlab STFT Program/metal.wav
Binary file not shown.
Binary file removed Software/Matlab STFT Program/plastics.wav
Binary file not shown.
56 changes: 0 additions & 56 deletions Software/Matlab STFT Program/stft.m

This file was deleted.

Binary file removed Software/Matlab STFT Program/wood.wav
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public Form1()



string input_1_path = @"C:\Users\wonsu\Documents\GitHub\MonitoringSensorData\soundMonitoring\SmartCane_Monitoring\SmartCane_Monitoring\wood.txt";
string input_1_path = @"C:\Users\wonsu\Documents\GitHub\MonitoringSensorData\soundMonitoring\object classification by sound with k-nn algorithm\SmartCane_Monitoring\wood.txt";
string[] input_1_name = System.IO.File.ReadAllLines(input_1_path);

for (int i = 0; i < input_1_name.Length; i++)
Expand All @@ -52,7 +52,7 @@ public Form1()

}

string input_2_path = @"C:\Users\wonsu\Documents\GitHub\MonitoringSensorData\soundMonitoring\SmartCane_Monitoring\SmartCane_Monitoring\paper.txt";
string input_2_path = @"C:\Users\wonsu\Documents\GitHub\MonitoringSensorData\soundMonitoring\object classification by sound with k-nn algorithm\SmartCane_Monitoring\paper.txt";
string[] input_2_name = System.IO.File.ReadAllLines(input_2_path);

for (int i = 0; i < input_2_name.Length; i++)
Expand All @@ -70,7 +70,7 @@ public Form1()
}


string input_3_path = @"C:\Users\wonsu\Documents\GitHub\MonitoringSensorData\soundMonitoring\SmartCane_Monitoring\SmartCane_Monitoring\plastic.txt";
string input_3_path = @"C:\Users\wonsu\Documents\GitHub\MonitoringSensorData\soundMonitoring\object classification by sound with k-nn algorithm\SmartCane_Monitoring\plastic.txt";
string[] input_3_name = System.IO.File.ReadAllLines(input_3_path);

for (int i = 0; i < input_3_name.Length; i++)
Expand All @@ -87,7 +87,7 @@ public Form1()

}

string input_4_path = @"C:\Users\wonsu\Documents\GitHub\MonitoringSensorData\soundMonitoring\SmartCane_Monitoring\SmartCane_Monitoring\metal.txt";
string input_4_path = @"C:\Users\wonsu\Documents\GitHub\MonitoringSensorData\soundMonitoring\object classification by sound with k-nn algorithm\SmartCane_Monitoring\metal.txt";

string[] input_4_name = System.IO.File.ReadAllLines(input_4_path);

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@ C:\Users\wonsu\Documents\GitHub\MonitoringSensorData\soundMonitoring\SmartCane_M
C:\Users\wonsu\Documents\GitHub\MonitoringSensorData\soundMonitoring\SmartCane_Monitoring\SmartCane_Monitoring\obj\Debug\SmartCane_Monitoring.exe
C:\Users\wonsu\Documents\GitHub\MonitoringSensorData\soundMonitoring\SmartCane_Monitoring\SmartCane_Monitoring\obj\Debug\SmartCane_Monitoring.pdb
C:\Users\wonsu\Documents\GitHub\MonitoringSensorData\soundMonitoring\SmartCane_Monitoring\SmartCane_Monitoring\obj\Debug\SmartCane_Monitoring.Form1.resources
C:\Users\wonsu\Documents\GitHub\MonitoringSensorData\soundMonitoring\object classification by sound with k-nn algorithm\SmartCane_Monitoring\bin\Debug\SmartCane_Monitoring.exe.config
C:\Users\wonsu\Documents\GitHub\MonitoringSensorData\soundMonitoring\object classification by sound with k-nn algorithm\SmartCane_Monitoring\obj\Debug\SmartCane_Monitoring.exe
C:\Users\wonsu\Documents\GitHub\MonitoringSensorData\soundMonitoring\object classification by sound with k-nn algorithm\SmartCane_Monitoring\obj\Debug\SmartCane_Monitoring.pdb
C:\Users\wonsu\Documents\GitHub\MonitoringSensorData\soundMonitoring\object classification by sound with k-nn algorithm\SmartCane_Monitoring\bin\Debug\SmartCane_Monitoring.exe
C:\Users\wonsu\Documents\GitHub\MonitoringSensorData\soundMonitoring\object classification by sound with k-nn algorithm\SmartCane_Monitoring\bin\Debug\SmartCane_Monitoring.pdb
C:\Users\wonsu\Documents\GitHub\MonitoringSensorData\soundMonitoring\object classification by sound with k-nn algorithm\SmartCane_Monitoring\obj\Debug\SmartCane_Monitoring.csprojResolveAssemblyReference.cache
C:\Users\wonsu\Documents\GitHub\MonitoringSensorData\soundMonitoring\object classification by sound with k-nn algorithm\SmartCane_Monitoring\obj\Debug\SmartCane_Monitoring.Form1.resources
C:\Users\wonsu\Documents\GitHub\MonitoringSensorData\soundMonitoring\object classification by sound with k-nn algorithm\SmartCane_Monitoring\obj\Debug\SmartCane_Monitoring.Properties.Resources.resources
C:\Users\wonsu\Documents\GitHub\MonitoringSensorData\soundMonitoring\object classification by sound with k-nn algorithm\SmartCane_Monitoring\obj\Debug\SmartCane_Monitoring.csproj.GenerateResource.Cache
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 623ee3c

Please sign in to comment.