sdrsharp-plugin-sdk-vs2019
.
├── sdrplugins
│ ├── BandPlan
│ │ ├── BandPlan.xml
│ │ ├── BandPlanPanel.Designer.cs
│ │ ├── BandPlanPanel.cs
│ │ ├── BandPlanPanel.resx
│ │ ├── BandPlanPlugin.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ └── launchSettings.json
│ │ ├── RangeEntry.cs
│ │ ├── SDRSharp.Plugin.BandPlan.csproj
│ │ └── SettingsPersister.cs
│ ├── Debug
│ │ └── net5.0-windows
│ │ ├── Plugins.xml
│ │ ├── SDRSharp.Layout.xml
│ │ └── SDRSharp.config
│ ├── Diagnostics
│ │ ├── AmplitudeProcessor.cs
│ │ ├── DiagnosticsPlugin.cs
│ │ ├── ProcessorPanel.Designer.cs
│ │ ├── ProcessorPanel.cs
│ │ ├── ProcessorPanel.resx
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ └── launchSettings.json
│ │ └── SDRSharp.Plugin.Diagnostics.csproj
│ ├── FrequencyManager
│ │ ├── DialogEntryInfo.Designer.cs
│ │ ├── DialogEntryInfo.cs
│ │ ├── DialogEntryInfo.resx
│ │ ├── FrequencyManagerPanel.Designer.cs
│ │ ├── FrequencyManagerPanel.cs
│ │ ├── FrequencyManagerPanel.resx
│ │ ├── FrequencyManagerPlugin.cs
│ │ ├── MemoryEntry.cs
│ │ ├── MemoryInfoEventArgs.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ └── launchSettings.json
│ │ ├── SDRSharp.Plugin.FrequencyManager.csproj
│ │ ├── SerializableDictionary.cs
│ │ ├── SettingsPersister.cs
│ │ └── SortableBindingList.cs
│ ├── LICENSE.txt
│ ├── NoiseBlanker
│ │ ├── NoiseBlankerPlugin.cs
│ │ ├── NoiseBlankerProcessor.cs
│ │ ├── ProcessorPanel.Designer.cs
│ │ ├── ProcessorPanel.cs
│ │ ├── ProcessorPanel.resx
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ └── launchSettings.json
│ │ └── SDRSharp.Plugin.NoiseBlanker.csproj
│ ├── Release
│ │ └── net5.0-windows
│ │ ├── Plugins.xml
│ │ ├── SDRSharp.Layout.xml
│ │ └── SDRSharp.config
│ ├── SNRLogger
│ │ ├── PluginPanel.Designer.cs
│ │ ├── PluginPanel.cs
│ │ ├── PluginPanel.resx
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ └── launchSettings.json
│ │ ├── SDRSharp.Plugin.SNRLogger.csproj
│ │ └── SNRLoggerPlugin.cs
│ ├── WavRecorder
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ └── launchSettings.json
│ │ ├── RecordingAudioProcessor.cs
│ │ ├── RecordingBaseBandProcessor.cs
│ │ ├── RecordingPanel.Designer.cs
│ │ ├── RecordingPanel.cs
│ │ ├── RecordingPanel.resx
│ │ ├── RecordingPlugin.cs
│ │ ├── SDRSharp.Plugin.WavRecorder.csproj
│ │ ├── SimpleRecorder.cs
│ │ └── SimpleWavWriter.cs
│ ├── ZoomFFT
│ │ ├── AFProcessor.cs
│ │ ├── IFProcessor.cs
│ │ ├── MPXProcessor.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ └── launchSettings.json
│ │ ├── SDRSharp.Plugin.ZoomFFT.csproj
│ │ ├── ZoomFFTPlugin.cs
│ │ ├── ZoomPanel.Designer.cs
│ │ ├── ZoomPanel.cs
│ │ └── ZoomPanel.resx
│ ├── bin
│ │ ├── BandPlan.xml
│ │ ├── PortAudio.dll
│ │ ├── SDRSharp.Layout.xml
│ │ ├── SDRSharp.config
│ │ ├── SDRSharp.exe
│ │ ├── SRDLL.dll
│ │ ├── airspy.dll
│ │ ├── airspyhf.dll
│ │ ├── hackrf.dll
│ │ ├── httpget.exe
│ │ ├── install-rtlsdr.bat
│ │ ├── libusb-1.0.dll
│ │ ├── msvcr100.dll
│ │ ├── msvcr120.dll
│ │ ├── pthreadVCE2.dll
│ │ ├── sdriq.dll
│ │ ├── shark.dll
│ │ ├── sni.dll
│ │ ├── uhdwrapper.dll
│ │ ├── unzip.exe
│ │ └── zip.exe
│ ├── lib
│ │ ├── README.txt
│ │ ├── SDRSharp.Common.dll
│ │ ├── SDRSharp.PanView.dll
│ │ ├── SDRSharp.Radio.dll
│ │ ├── Telerik.WinControls.UI.dll
│ │ ├── Telerik.WinControls.dll
│ │ └── TelerikCommon.dll
│ └── sdrplugins.sln
└── 找例子网_sdrsharp-plugin-sdk-vs2019.zip
21 directories, 110 files
评论